Package wt.epm

Class ReviseOptions.ObjectOptions

java.lang.Object
wt.epm.ReviseOptions.ObjectOptions
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
ReviseOptions

public static class ReviseOptions.ObjectOptions extends Object implements Externalizable

Holds a set of properties to assign to newly created versions.



Supported API: true

Extendable: false

See Also:
  • Field Details

    • lifeCycle

      public LifeCycleTemplateMaster lifeCycle
      The life cycle template to assign the newly created versions to. If null, the newly created version will have the same life cycle template as the original version.

      Supported API: true
    • versionId

      public VersionIdentifier versionId
      The version identifier to assign to the newly created version. If null, the newly created version will be assigned the next version identifier in the series.

      Supported API: true
  • Constructor Details

    • ObjectOptions

      public ObjectOptions(Folder folder, LifeCycleTemplateMaster lifeCycle)
      Constructor for the ObjectOptions class. This class holds a set of properties to assign newly created versions.

      Supported API: true
      Parameters:
      folder - folder to assign newly created versions
      lifeCycle - life cycle template to assign newly created versions
    • ObjectOptions

      public ObjectOptions()
      Default constructor for this class.

      Supported API: true