Package wt.epm
Class FamilyOptions
java.lang.Object
wt.epm.FamilyOptions
- 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionHolds the as Stored Name -- String
B>Supported API: trueHolds the top level generic -- EPMDocument
B>Supported API: true -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for this class.FamilyOptions(EPMDocument generic, String name) Constructor given the generic and asStoredName. -
Method Summary
-
Field Details
-
topLevelGeneric
Holds the top level generic -- EPMDocument
B>Supported API: true -
asStoredName
Holds the as Stored Name -- String
B>Supported API: true
-
-
Constructor Details
-
FamilyOptions
public FamilyOptions()Default constructor for this class.
Supported API: true -
FamilyOptions
Constructor given the generic and asStoredName.
Supported API: true
-