|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.epm.workspaces.EPMCheckpoint
The EPMCheckpoint object is the Baseline representing the current set of iterations contained within the EPMWorkspace.
In the future, to perform an undo operation, a workspace will revert to a previous interation of its checkpoint.
Use the newEPMCheckpoint
static factory method(s), not the
EPMCheckpoint
constructor, to construct instances of this
class. Instances must be constructed using the static factory(s), in
order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ControlBranch |
controlBranch
|
private boolean |
dirty
|
static long |
EXTERNALIZATION_VERSION_UID
|
private IterationInfo |
iterationInfo
|
private Lock |
lock
|
static String |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
private ObjectReference |
masterReference
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.vc.baseline.NonStrictBaseline |
DIRTY |
Fields inherited from interface wt.locks.Lockable |
LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAME |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
EPMCheckpoint()
|
Method Summary | |
boolean |
equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifier s. |
EPMWorkspace |
getAssociatedWorkspace()
return the EPMWorkspace associated with this EPMCheckpoint. |
long |
getBranchIdentifier()
Gets the value of the attribute: BRANCH_IDENTIFIER. |
String |
getConceptualClassname()
Deprecated. |
ControlBranch |
getControlBranch()
Gets the value of the attribute: CONTROL_BRANCH. |
WTPrincipalReference |
getCreator()
Gets the value of the attribute: CREATOR. |
String |
getCreatorEMail()
Gets the value of the attribute: CREATOR_EMAIL. |
String |
getCreatorFullName()
Gets the value of the attribute: CREATOR_FULL_NAME. |
String |
getCreatorName()
Gets the value of the attribute: CREATOR_NAME. |
IterationIdentifier |
getIterationIdentifier()
Gets the value of the attribute: ITERATION_IDENTIFIER. |
IterationInfo |
getIterationInfo()
Gets the object for the association that plays role: ITERATION_INFO. |
String |
getIterationNote()
Gets the value of the attribute: ITERATION_NOTE. |
Lock |
getLock()
Gets the object for the association that plays role: LOCK. |
Timestamp |
getLockDate()
Gets the value of the attribute: LOCK_DATE. |
WTPrincipalReference |
getLocker()
Gets the value of the attribute: LOCKER. |
String |
getLockerEMail()
Gets the value of the attribute: LOCKER_EMAIL. |
String |
getLockerFullName()
Gets the value of the attribute: LOCKER_FULL_NAME. |
String |
getLockerName()
Gets the value of the attribute: LOCKER_NAME. |
String |
getLockNote()
Gets the value of the attribute: LOCK_NOTE. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
WTPrincipalReference |
getModifier()
Gets the value of the attribute: MODIFIER. |
String |
getModifierEMail()
Gets the value of the attribute: MODIFIER_EMAIL. |
String |
getModifierFullName()
Gets the value of the attribute: MODIFIER_FULL_NAME. |
String |
getModifierName()
Gets the value of the attribute: MODIFIER_NAME. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize()
Initializes objects created by new-factory methods. |
boolean |
isDirty()
Gets the value of the attribute: DIRTY. |
boolean |
isLatestIteration()
Gets the value of the attribute: LATEST_ITERATION. |
boolean |
isLocked()
Gets the value of the attribute: LOCKED. |
private void |
iterationInfoValidate(IterationInfo a_IterationInfo)
|
private void |
lockValidate(Lock a_Lock)
|
private void |
masterReferenceValidate(ObjectReference a_MasterReference)
|
static EPMCheckpoint |
newEPMCheckpoint()
Default factory for the class. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(EPMCheckpoint thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setControlBranch(ControlBranch a_ControlBranch)
Sets the value of the attribute: CONTROL_BRANCH. |
void |
setDirty(boolean a_Dirty)
Sets the value of the attribute: DIRTY. |
void |
setIterationInfo(IterationInfo a_IterationInfo)
Sets the object for the association that plays role: ITERATION_INFO. |
void |
setLock(Lock a_Lock)
Sets the object for the association that plays role: LOCK. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String MASTER
public static final String MASTER_REFERENCE
private ObjectReference masterReference
private ControlBranch controlBranch
private IterationInfo iterationInfo
private boolean dirty
private Lock lock
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public EPMCheckpoint()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WTObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WTObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(EPMCheckpoint thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class WTObject
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class WTObject
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public Mastered getMaster()
getMaster
in interface Iterated
Mastered
public void setMaster(Mastered a_Master) throws WTPropertyVetoException, WTException
setMaster
in interface Iterated
a_Master
-
WTPropertyVetoException
WTException
Mastered
public ObjectReference getMasterReference()
getMasterReference
in interface Iterated
Mastered
public void setMasterReference(ObjectReference a_MasterReference) throws WTPropertyVetoException
setMasterReference
in interface Iterated
a_MasterReference
-
WTPropertyVetoException
Mastered
private void masterReferenceValidate(ObjectReference a_MasterReference) throws WTPropertyVetoException
a_MasterReference
-
WTPropertyVetoException
protected void initialize() throws WTException
initialize
in class WTObject
WTException
public EPMWorkspace getAssociatedWorkspace() throws WTException
WTException
public static EPMCheckpoint newEPMCheckpoint() throws WTException
WTException
public String getIterationNote()
getIterationNote
in interface Iterated
public String getCreatorEMail()
getCreatorEMail
in interface Iterated
public String getCreatorName()
getCreatorName
in interface Iterated
public String getCreatorFullName()
getCreatorFullName
in interface Iterated
public WTPrincipalReference getModifier()
getModifier
in interface Iterated
public String getModifierEMail()
getModifierEMail
in interface Iterated
public String getModifierName()
getModifierName
in interface Iterated
public String getModifierFullName()
getModifierFullName
in interface Iterated
public IterationIdentifier getIterationIdentifier()
getIterationIdentifier
in interface Iterated
public long getBranchIdentifier()
getBranchIdentifier
in interface Iterated
public boolean isLatestIteration()
isLatestIteration
in interface Iterated
public WTPrincipalReference getCreator()
getCreator
in interface Iterated
public ControlBranch getControlBranch()
getControlBranch
in interface Iterated
public void setControlBranch(ControlBranch a_ControlBranch) throws WTPropertyVetoException
setControlBranch
in interface Iterated
a_ControlBranch
-
WTPropertyVetoException
public IterationInfo getIterationInfo()
getIterationInfo
in interface Iterated
IterationInfo
public void setIterationInfo(IterationInfo a_IterationInfo) throws WTPropertyVetoException
setIterationInfo
in interface Iterated
a_IterationInfo
-
WTPropertyVetoException
IterationInfo
private void iterationInfoValidate(IterationInfo a_IterationInfo) throws WTPropertyVetoException
a_IterationInfo
-
WTPropertyVetoException
public boolean isDirty()
isDirty
in interface NonStrictBaseline
public void setDirty(boolean a_Dirty) throws WTPropertyVetoException
setDirty
in interface NonStrictBaseline
a_Dirty
-
WTPropertyVetoException
public boolean isLocked()
isLocked
in interface Lockable
public Timestamp getLockDate()
getLockDate
in interface Lockable
public String getLockNote()
getLockNote
in interface Lockable
public WTPrincipalReference getLocker()
getLocker
in interface Lockable
public String getLockerEMail()
getLockerEMail
in interface Lockable
public String getLockerName()
getLockerName
in interface Lockable
public String getLockerFullName()
getLockerFullName
in interface Lockable
public Lock getLock()
getLock
in interface Lockable
Lock
public void setLock(Lock a_Lock) throws WTPropertyVetoException
setLock
in interface Lockable
a_Lock
-
WTPropertyVetoException
Lock
private void lockValidate(Lock a_Lock) throws WTPropertyVetoException
a_Lock
-
WTPropertyVetoException
public boolean equals(Object obj)
ObjectIdentifier
s.
Changed or stale copies are still considered equal by this method.
Delegates to PersistenceHelper.equals(Persistable,Object)
.
Warning: Certain core Windchill operations may depend upon
equals
being ObjectIdentifier
-based. Changes
to the default implementation should be done with care, if at all.
Supported API: false
equals
in class WTObject
obj
-
public int hashCode()
ObjectIdentifier
.
Delegates to PersistenceHelper.hashCode(Persistable)
.
Warning: Certain core Windchill operations may depend upon
hashCode
being ObjectIdentifier-based
. Changes
to the default implementation should be done with care, if at all.
Supported API: false
hashCode
in class WTObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |