Class CheckinOption

java.lang.Object
wt.epm.workspaces.CheckinOption
All Implemented Interfaces:
Externalizable, Serializable

public class CheckinOption extends Object implements Externalizable


Supported API: true

Extendable: false
See Also:
  • Field Details

    • folder

      public Folder folder
      Holds the destination folder (null implies a default folder)

      Supported API: true
    • note

      public String note
      Holds the comment for check-in

      Supported API: true
  • Constructor Details

    • CheckinOption

      public CheckinOption()
      Default constructor for this class.

      Supported API: true
    • CheckinOption

      public CheckinOption(Folder a_Folder)
      constructor for this class.

      Supported API: true
    • CheckinOption

      public CheckinOption(String a_note)
      constructor for this class.

      Supported API: true
    • CheckinOption

      public CheckinOption(Folder a_Folder, String a_note)
      constructor for this class.

      Supported API: true