|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.ReviseOptions
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
Nested Class Summary | |
static class |
ReviseOptions.ObjectOptions
Holds a set of properties to assign to newly created versions. |
Field Summary | |
ReviseOptions.ObjectOptions |
document
Holds the folder and life cycle template to assign newly created versions of EPMDocuments. |
static long |
EXTERNALIZATION_VERSION_UID
|
Workable |
objectToRevise
Holds the object to revise -- EPMDocument or WTPart B>Supported API: true |
ReviseOptions.ObjectOptions |
part
Holds the folder and life cycle template to assign newly created versions of WTParts. |
boolean |
reviseParts
If set to false, only document is revised. |
(package private) static long |
serialVersionUID
|
TeamTemplate |
teamTemplate
The team template to assign the newly created versions to. |
Constructor Summary | |
ReviseOptions()
Default 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 | |
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 Workable objectToRevise
public boolean reviseParts
public TeamTemplate teamTemplate
public ReviseOptions.ObjectOptions document
public ReviseOptions.ObjectOptions part
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
Constructor Detail |
public ReviseOptions(EPMWorkspace workspace)
workspace
- public ReviseOptions()
public ReviseOptions(Workable toRevise)
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 |