Package wt.epm
Class ReviseOptions.ObjectOptions
java.lang.Object
wt.epm.ReviseOptions.ObjectOptions
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- ReviseOptions
Holds a set of properties to assign to newly created versions.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe life cycle template to assign the newly created versions to.The version identifier to assign to the newly created version. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for this class.ObjectOptions(Folder folder, LifeCycleTemplateMaster lifeCycle) Constructor for the ObjectOptions class. -
Method Summary
-
Field Details
-
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
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
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 versionslifeCycle- life cycle template to assign newly created versions
-
ObjectOptions
public ObjectOptions()Default constructor for this class.
Supported API: true
-