Package wt.epm
Class ReviseOptions
java.lang.Object
wt.epm.ReviseOptions
- All Implemented Interfaces:
Externalizable,Serializable
Holds a set of properties to assign to newly created versions. An instance of this class are passed as an argument to the revise methods defined on the EPMDocumentManager. The original object to be revised may be a part of the options.
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHolds a set of properties to assign to newly created versions. -
Field Summary
FieldsModifier and TypeFieldDescriptionHolds the folder and life cycle template to assign newly created versions of EPMDocuments.Holds the object to revise -- EPMDocument or WTPart
B>Supported API: trueHolds the folder and life cycle template to assign newly created versions of WTParts.The team template to assign the newly created versions to. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for this class.ReviseOptions(EPMWorkspace workspace) Constructs an instance of the ReviseOptions class.ReviseOptions(Workable toRevise) Constructor given the object to revise. -
Method Summary
-
Field Details
-
objectToRevise
Holds the object to revise -- EPMDocument or WTPart
B>Supported API: true -
teamTemplate
The team template to assign the newly created versions to. If null, the newly created version will belong to the same team template as the original version.
Supported API: true -
document
Holds the folder and life cycle template to assign newly created versions of EPMDocuments.
Supported API: true -
part
Holds the folder and life cycle template to assign newly created versions of WTParts.
Supported API: true
-
-
Constructor Details
-
ReviseOptions
Constructs an instance of the ReviseOptions class. Initializes it with the default team template, folders and life cycle templates associated with the given workspace.
Supported API: true- Parameters:
workspace-
-
ReviseOptions
public ReviseOptions()Default constructor for this class.
Supported API: true -
ReviseOptions
Constructor given the object to revise.
Supported API: true
-