|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.viewmarkup.PublishingSummary
Use the newPublishingSummary
static factory method(s), not
the PublishingSummary
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 | |
static String |
AUTHORING_APPLICATION
Label for the attribute; Holds the value of getAuthoringApplication().toString() if the object is an EPMDocument, null otherwise. |
private static int |
AUTHORING_APPLICATION_UPPER_LIMIT
|
private String |
authoringApplication
|
private static String |
CLASSNAME
|
static String |
CONTAINER
Label for the attribute. |
private WTContainerRef |
containerReference
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
JOB_END_TIME
Label for the attribute; The time that the job ended. |
static String |
JOB_REQUEST_QUEUE
Label for the attribute; The name of the processing queue that the job was submitted to. |
private static int |
JOB_REQUEST_QUEUE_UPPER_LIMIT
|
static String |
JOB_REQUEST_SOURCE
Label for the attribute; The source of the publish job request. |
static String |
JOB_REQUEST_TYPE
Label for the attribute; The type of publish job request. |
static String |
JOB_START_TIME
Label for the attribute; The time that the job started. |
static String |
JOB_SUBMIT_TIME
Label for the attribute; The time that the job was submitted. |
static String |
JOB_SUCCESS
Label for the attribute; True if the job was successful, false if it failed. |
private Timestamp |
jobEndTime
|
private String |
jobRequestQueue
|
private Integer |
jobRequestSource
|
private Integer |
jobRequestType
|
private Timestamp |
jobStartTime
|
private Timestamp |
jobSubmitTime
|
private Boolean |
jobSuccess
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private PersistInfo |
thePersistInfo
|
static String |
TYPE_IDENTIFIER
Label for the attribute; Holds the String returned from wt.type.TypedUtility.getExternalTypeIdentifier(Object the_instance). |
private static int |
TYPE_IDENTIFIER_UPPER_LIMIT
|
private String |
typeIdentifier
|
static String |
USER_NAME
Label for the attribute; Holds the name of the user who submitted the job. |
private static int |
USER_NAME_UPPER_LIMIT
|
private String |
userName
|
static String |
WORKER_END_EXEC_TIME
Label for the attribute; The time that the worker finished executing. |
static String |
WORKER_END_TIME
Label for the attribute; The time that the worker finished. |
static String |
WORKER_NAME
Label for the attribute; The display name for the worker that processed the request. |
private static int |
WORKER_NAME_UPPER_LIMIT
|
static String |
WORKER_START_EXEC_TIME
Label for the attribute; The time that the worker started executing. |
static String |
WORKER_START_TIME
Label for the attribute; The time that worker started. |
static String |
WORKER_START_TRANSFER_TIME
Label for the attribute; The time that the worker started to transfer. |
static String |
WORKER_SUCCESS
Label for the attribute; True if the worker was successful, false otherwise. |
static String |
WORKER_TYPE
Label for the attribute; The type String of the worker, eg. |
private static int |
WORKER_TYPE_UPPER_LIMIT
|
private Timestamp |
workerEndExecTime
|
private Timestamp |
workerEndTime
|
private String |
workerName
|
private Timestamp |
workerStartExecTime
|
private Timestamp |
workerStartTime
|
private Timestamp |
workerStartTransferTime
|
private Boolean |
workerSuccess
|
private String |
workerType
|
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Constructor Summary | |
PublishingSummary()
|
Method Summary | |
private void |
authoringApplicationValidate(String a_AuthoringApplication)
|
void |
checkAttributes()
Validate the values of this Persistable object's attributes. |
private void |
containerReferenceValidate(WTContainerRef a_ContainerReference)
|
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. |
String |
getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. |
ClassInfo |
getClassInfo()
Returns the ClassInfo object for this class. |
String |
getConceptualClassname()
Deprecated. |
WTContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
String |
getContainerName()
Gets the value of the attribute: CONTAINER_NAME. |
WTContainerRef |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
String |
getIdentity()
Deprecated. Replaced by IdentityFactory.getDispayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity(). |
Timestamp |
getJobEndTime()
Gets the value of the attribute: JOB_END_TIME. |
String |
getJobRequestQueue()
Gets the value of the attribute: JOB_REQUEST_QUEUE. |
Integer |
getJobRequestSource()
Gets the value of the attribute: JOB_REQUEST_SOURCE. |
Integer |
getJobRequestType()
Gets the value of the attribute: JOB_REQUEST_TYPE. |
Timestamp |
getJobStartTime()
Gets the value of the attribute: JOB_START_TIME. |
Timestamp |
getJobSubmitTime()
Gets the value of the attribute: JOB_SUBMIT_TIME. |
Boolean |
getJobSuccess()
Gets the value of the attribute: JOB_SUCCESS. |
PersistInfo |
getPersistInfo()
Gets the object for the association that plays role: PERSIST_INFO. |
String |
getType()
Deprecated. Replaced by IdentityFactory.getDispayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType(). |
String |
getTypeIdentifier()
Gets the value of the attribute: TYPE_IDENTIFIER. |
String |
getUserName()
Gets the value of the attribute: USER_NAME. |
Timestamp |
getWorkerEndExecTime()
Gets the value of the attribute: WORKER_END_EXEC_TIME. |
Timestamp |
getWorkerEndTime()
Gets the value of the attribute: WORKER_END_TIME. |
String |
getWorkerName()
Gets the value of the attribute: WORKER_NAME. |
Timestamp |
getWorkerStartExecTime()
Gets the value of the attribute: WORKER_START_EXEC_TIME. |
Timestamp |
getWorkerStartTime()
Gets the value of the attribute: WORKER_START_TIME. |
Timestamp |
getWorkerStartTransferTime()
Gets the value of the attribute: WORKER_START_TRANSFER_TIME. |
Boolean |
getWorkerSuccess()
Gets the value of the attribute: WORKER_SUCCESS. |
String |
getWorkerType()
Gets the value of the attribute: WORKER_TYPE. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize(String a_TypeIdentifier,
String a_UserName,
String a_AuthoringApplication,
Boolean a_JobSuccess,
Integer a_JobRequestType,
Integer a_JobRequestSource,
Timestamp a_JobSubmitTime,
Timestamp a_JobStartTime,
Timestamp a_JobEndTime)
Supports initialization, following construction of an instance. |
private void |
jobEndTimeValidate(Timestamp a_JobEndTime)
|
private void |
jobRequestQueueValidate(String a_JobRequestQueue)
|
private void |
jobRequestSourceValidate(Integer a_JobRequestSource)
|
private void |
jobRequestTypeValidate(Integer a_JobRequestType)
|
private void |
jobStartTimeValidate(Timestamp a_JobStartTime)
|
private void |
jobSubmitTimeValidate(Timestamp a_JobSubmitTime)
|
private void |
jobSuccessValidate(Boolean a_JobSuccess)
|
static PublishingSummary |
newPublishingSummary(String a_TypeIdentifier,
String a_UserName,
String a_AuthoringApplication,
Boolean a_JobSuccess,
Integer a_JobRequestType,
Integer a_JobRequestSource,
Timestamp a_JobSubmitTime,
Timestamp a_JobStartTime,
Timestamp a_JobEndTime)
Supported API: false |
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(PublishingSummary thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAuthoringApplication(String a_AuthoringApplication)
Sets the value of the attribute: AUTHORING_APPLICATION. |
void |
setContainer(WTContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(WTContainerRef a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
void |
setJobEndTime(Timestamp a_JobEndTime)
Sets the value of the attribute: JOB_END_TIME. |
void |
setJobRequestQueue(String a_JobRequestQueue)
Sets the value of the attribute: JOB_REQUEST_QUEUE. |
void |
setJobRequestSource(Integer a_JobRequestSource)
Sets the value of the attribute: JOB_REQUEST_SOURCE. |
void |
setJobRequestType(Integer a_JobRequestType)
Sets the value of the attribute: JOB_REQUEST_TYPE. |
void |
setJobStartTime(Timestamp a_JobStartTime)
Sets the value of the attribute: JOB_START_TIME. |
void |
setJobSubmitTime(Timestamp a_JobSubmitTime)
Sets the value of the attribute: JOB_SUBMIT_TIME. |
void |
setJobSuccess(Boolean a_JobSuccess)
Sets the value of the attribute: JOB_SUCCESS. |
void |
setPersistInfo(PersistInfo a_PersistInfo)
Sets the object for the association that plays role: PERSIST_INFO. |
void |
setTypeIdentifier(String a_TypeIdentifier)
Sets the value of the attribute: TYPE_IDENTIFIER. |
void |
setUserName(String a_UserName)
Sets the value of the attribute: USER_NAME. |
void |
setWorkerEndExecTime(Timestamp a_WorkerEndExecTime)
Sets the value of the attribute: WORKER_END_EXEC_TIME. |
void |
setWorkerEndTime(Timestamp a_WorkerEndTime)
Sets the value of the attribute: WORKER_END_TIME. |
void |
setWorkerName(String a_WorkerName)
Sets the value of the attribute: WORKER_NAME. |
void |
setWorkerStartExecTime(Timestamp a_WorkerStartExecTime)
Sets the value of the attribute: WORKER_START_EXEC_TIME. |
void |
setWorkerStartTime(Timestamp a_WorkerStartTime)
Sets the value of the attribute: WORKER_START_TIME. |
void |
setWorkerStartTransferTime(Timestamp a_WorkerStartTransferTime)
Sets the value of the attribute: WORKER_START_TRANSFER_TIME. |
void |
setWorkerSuccess(Boolean a_WorkerSuccess)
Sets the value of the attribute: WORKER_SUCCESS. |
void |
setWorkerType(String a_WorkerType)
Sets the value of the attribute: WORKER_TYPE. |
String |
toString()
Returns the conceptual (modeled) name for the class. |
private void |
typeIdentifierValidate(String a_TypeIdentifier)
|
private void |
userNameValidate(String a_UserName)
|
private void |
workerNameValidate(String a_WorkerName)
|
private void |
workerTypeValidate(String a_WorkerType)
|
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String TYPE_IDENTIFIER
private static int TYPE_IDENTIFIER_UPPER_LIMIT
private String typeIdentifier
public static final String USER_NAME
private static int USER_NAME_UPPER_LIMIT
private String userName
public static final String AUTHORING_APPLICATION
private static int AUTHORING_APPLICATION_UPPER_LIMIT
private String authoringApplication
public static final String JOB_SUCCESS
private Boolean jobSuccess
public static final String JOB_REQUEST_TYPE
private Integer jobRequestType
public static final String JOB_REQUEST_SOURCE
private Integer jobRequestSource
public static final String JOB_REQUEST_QUEUE
private static int JOB_REQUEST_QUEUE_UPPER_LIMIT
private String jobRequestQueue
public static final String JOB_SUBMIT_TIME
private Timestamp jobSubmitTime
public static final String JOB_START_TIME
private Timestamp jobStartTime
public static final String JOB_END_TIME
private Timestamp jobEndTime
public static final String WORKER_TYPE
private static int WORKER_TYPE_UPPER_LIMIT
private String workerType
public static final String WORKER_NAME
private static int WORKER_NAME_UPPER_LIMIT
private String workerName
public static final String WORKER_SUCCESS
private Boolean workerSuccess
public static final String WORKER_START_TIME
private Timestamp workerStartTime
public static final String WORKER_START_TRANSFER_TIME
private Timestamp workerStartTransferTime
public static final String WORKER_START_EXEC_TIME
private Timestamp workerStartExecTime
public static final String WORKER_END_EXEC_TIME
private Timestamp workerEndExecTime
public static final String WORKER_END_TIME
private Timestamp workerEndTime
public static final String CONTAINER
private WTContainerRef containerReference
private PersistInfo thePersistInfo
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public PublishingSummary()
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
protected boolean readVersion(PublishingSummary 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
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public String getTypeIdentifier()
public void setTypeIdentifier(String a_TypeIdentifier) throws WTPropertyVetoException
a_TypeIdentifier
-
WTPropertyVetoException
private void typeIdentifierValidate(String a_TypeIdentifier) throws WTPropertyVetoException
a_TypeIdentifier
-
WTPropertyVetoException
public String getUserName()
public void setUserName(String a_UserName) throws WTPropertyVetoException
a_UserName
-
WTPropertyVetoException
private void userNameValidate(String a_UserName) throws WTPropertyVetoException
a_UserName
-
WTPropertyVetoException
public String getAuthoringApplication()
public void setAuthoringApplication(String a_AuthoringApplication) throws WTPropertyVetoException
a_AuthoringApplication
-
WTPropertyVetoException
private void authoringApplicationValidate(String a_AuthoringApplication) throws WTPropertyVetoException
a_AuthoringApplication
-
WTPropertyVetoException
public Boolean getJobSuccess()
public void setJobSuccess(Boolean a_JobSuccess) throws WTPropertyVetoException
a_JobSuccess
-
WTPropertyVetoException
private void jobSuccessValidate(Boolean a_JobSuccess) throws WTPropertyVetoException
a_JobSuccess
-
WTPropertyVetoException
public Integer getJobRequestType()
public void setJobRequestType(Integer a_JobRequestType) throws WTPropertyVetoException
a_JobRequestType
-
WTPropertyVetoException
private void jobRequestTypeValidate(Integer a_JobRequestType) throws WTPropertyVetoException
a_JobRequestType
-
WTPropertyVetoException
public Integer getJobRequestSource()
public void setJobRequestSource(Integer a_JobRequestSource) throws WTPropertyVetoException
a_JobRequestSource
-
WTPropertyVetoException
private void jobRequestSourceValidate(Integer a_JobRequestSource) throws WTPropertyVetoException
a_JobRequestSource
-
WTPropertyVetoException
public String getJobRequestQueue()
public void setJobRequestQueue(String a_JobRequestQueue) throws WTPropertyVetoException
a_JobRequestQueue
-
WTPropertyVetoException
private void jobRequestQueueValidate(String a_JobRequestQueue) throws WTPropertyVetoException
a_JobRequestQueue
-
WTPropertyVetoException
public Timestamp getJobSubmitTime()
public void setJobSubmitTime(Timestamp a_JobSubmitTime) throws WTPropertyVetoException
a_JobSubmitTime
-
WTPropertyVetoException
private void jobSubmitTimeValidate(Timestamp a_JobSubmitTime) throws WTPropertyVetoException
a_JobSubmitTime
-
WTPropertyVetoException
public Timestamp getJobStartTime()
public void setJobStartTime(Timestamp a_JobStartTime) throws WTPropertyVetoException
a_JobStartTime
-
WTPropertyVetoException
private void jobStartTimeValidate(Timestamp a_JobStartTime) throws WTPropertyVetoException
a_JobStartTime
-
WTPropertyVetoException
public Timestamp getJobEndTime()
public void setJobEndTime(Timestamp a_JobEndTime) throws WTPropertyVetoException
a_JobEndTime
-
WTPropertyVetoException
private void jobEndTimeValidate(Timestamp a_JobEndTime) throws WTPropertyVetoException
a_JobEndTime
-
WTPropertyVetoException
public String getWorkerType()
public void setWorkerType(String a_WorkerType) throws WTPropertyVetoException
a_WorkerType
-
WTPropertyVetoException
private void workerTypeValidate(String a_WorkerType) throws WTPropertyVetoException
a_WorkerType
-
WTPropertyVetoException
public String getWorkerName()
public void setWorkerName(String a_WorkerName) throws WTPropertyVetoException
a_WorkerName
-
WTPropertyVetoException
private void workerNameValidate(String a_WorkerName) throws WTPropertyVetoException
a_WorkerName
-
WTPropertyVetoException
public Boolean getWorkerSuccess()
public void setWorkerSuccess(Boolean a_WorkerSuccess) throws WTPropertyVetoException
a_WorkerSuccess
-
WTPropertyVetoException
public Timestamp getWorkerStartTime()
public void setWorkerStartTime(Timestamp a_WorkerStartTime) throws WTPropertyVetoException
a_WorkerStartTime
-
WTPropertyVetoException
public Timestamp getWorkerStartTransferTime()
public void setWorkerStartTransferTime(Timestamp a_WorkerStartTransferTime) throws WTPropertyVetoException
a_WorkerStartTransferTime
-
WTPropertyVetoException
public Timestamp getWorkerStartExecTime()
public void setWorkerStartExecTime(Timestamp a_WorkerStartExecTime) throws WTPropertyVetoException
a_WorkerStartExecTime
-
WTPropertyVetoException
public Timestamp getWorkerEndExecTime()
public void setWorkerEndExecTime(Timestamp a_WorkerEndExecTime) throws WTPropertyVetoException
a_WorkerEndExecTime
-
WTPropertyVetoException
public Timestamp getWorkerEndTime()
public void setWorkerEndTime(Timestamp a_WorkerEndTime) throws WTPropertyVetoException
a_WorkerEndTime
-
WTPropertyVetoException
public static PublishingSummary newPublishingSummary(String a_TypeIdentifier, String a_UserName, String a_AuthoringApplication, Boolean a_JobSuccess, Integer a_JobRequestType, Integer a_JobRequestSource, Timestamp a_JobSubmitTime, Timestamp a_JobStartTime, Timestamp a_JobEndTime) throws WTException
a_TypeIdentifier
- a_UserName
- a_AuthoringApplication
- a_JobSuccess
- a_JobRequestType
- a_JobRequestSource
- a_JobSubmitTime
- a_JobStartTime
- a_JobEndTime
-
WTException
protected void initialize(String a_TypeIdentifier, String a_UserName, String a_AuthoringApplication, Boolean a_JobSuccess, Integer a_JobRequestType, Integer a_JobRequestSource, Timestamp a_JobSubmitTime, Timestamp a_JobStartTime, Timestamp a_JobEndTime) throws WTException
a_TypeIdentifier
- a_UserName
- a_AuthoringApplication
- a_JobSuccess
- a_JobRequestType
- a_JobRequestSource
- a_JobSubmitTime
- a_JobStartTime
- a_JobEndTime
-
WTException
public String getContainerName()
WTContainer
this object is assigned to.
getContainerName
in interface WTContained
public WTContainer getContainer()
getContainer
in interface WTContained
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException, WTException
setContainer
in interface WTContained
a_Container
-
WTPropertyVetoException
WTException
public WTContainerRef getContainerReference()
getContainerReference
in interface WTContained
public void setContainerReference(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
setContainerReference
in interface WTContained
a_ContainerReference
-
WTPropertyVetoException
private void containerReferenceValidate(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
a_ContainerReference
-
WTPropertyVetoException
public String getIdentity()
getIdentity
in interface Persistable
public String getType()
getType
in interface Persistable
public void checkAttributes() throws InvalidAttributeException
checkAttributes
in interface Persistable
InvalidAttributeException
public PersistInfo getPersistInfo()
getPersistInfo
in interface Persistable
public void setPersistInfo(PersistInfo a_PersistInfo)
setPersistInfo
in interface Persistable
a_PersistInfo
- 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
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |