|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.ReviseOptions.ObjectOptions
Holds a set of properties to assign to newly created versions.
Supported API: true
Extendable: false
Field Summary | |
Folder |
folder
The folder to assign the newly created versions to. |
LifeCycleTemplateMaster |
lifeCycle
The life cycle template to assign the newly created versions to. |
VersionIdentifier |
versionId
The version identifier to assign to the newly created version. |
Constructor Summary | |
ReviseOptions.ObjectOptions()
Default constructor for this class. |
|
ReviseOptions.ObjectOptions(Folder folder,
LifeCycleTemplateMaster lifeCycle)
Constructor for the ObjectOptions class. |
Method Summary | |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Folder folder
public LifeCycleTemplateMaster lifeCycle
public VersionIdentifier versionId
Constructor Detail |
public ReviseOptions.ObjectOptions(Folder folder, LifeCycleTemplateMaster lifeCycle)
folder
- folder to assign newly created versionslifeCycle
- life cycle template to assign newly created versionspublic ReviseOptions.ObjectOptions()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |