Class CheckinOrMoveOption

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

public class CheckinOrMoveOption extends Object implements Externalizable


Supported API: true

Extendable: false
See Also:
  • Field Details

    • object

      public Workable object
      Holds the object to be checked in or moved.

      Supported API: true
    • 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

    • CheckinOrMoveOption

      public CheckinOrMoveOption()
      Default constructor for this class.

      Supported API: true
    • CheckinOrMoveOption

      public CheckinOrMoveOption(Workable a_Object, Folder a_Folder)
      constructor for this class.

      Supported API: true
    • CheckinOrMoveOption

      public CheckinOrMoveOption(Workable a_Object, Folder a_Folder, String a_note)
      constructor for this class.

      Supported API: true