Package wt.change2
Class _WorkflowRecord
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2._WorkflowRecord
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited
- Direct Known Subclasses:
WorkflowRecord
public abstract class _WorkflowRecord
extends WTObject
implements WTContained, wt.access.PolicyAccessControlled, AdHocControlled, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe parent WorkflowRecord object.The parent WorkflowRecord object.Primary busieness object.Primary busieness object.voidsetParentWorkflowRecord(WorkflowRecord the_parentWorkflowRecord) The parent WorkflowRecord object.voidsetParentWorkflowRecordReference(ObjectReference the_parentWorkflowRecordReference) The parent WorkflowRecord object.voidsetPrimaryBusinessObject(Persistable the_primaryBusinessObject) Primary busieness object.voidsetPrimaryBusinessObjectReference(ObjectReference the_primaryBusinessObjectReference) Primary busieness object.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
PRIMARY_BUSINESS_OBJECT
Primary busieness object.Supported API: true
- See Also:
-
PRIMARY_BUSINESS_OBJECT_REFERENCE
Primary busieness object.Supported API: true
- See Also:
-
PARENT_WORKFLOW_RECORD
The parent WorkflowRecord object.Supported API: true
- See Also:
-
PARENT_WORKFLOW_RECORD_REFERENCE
The parent WorkflowRecord object.Supported API: true
- See Also:
-
-
Method Details
-
getPrimaryBusinessObject
Primary busieness object.Supported API: true
- See Also:
-
getPrimaryBusinessObjectReference
Primary busieness object.Supported API: true
- See Also:
-
setPrimaryBusinessObject
public void setPrimaryBusinessObject(Persistable the_primaryBusinessObject) throws WTPropertyVetoException, WTException Primary busieness object.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setPrimaryBusinessObjectReference
public void setPrimaryBusinessObjectReference(ObjectReference the_primaryBusinessObjectReference) throws WTPropertyVetoException Primary busieness object.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getParentWorkflowRecord
The parent WorkflowRecord object.Supported API: true
- See Also:
-
getParentWorkflowRecordReference
The parent WorkflowRecord object.Supported API: true
- See Also:
-
setParentWorkflowRecord
public void setParentWorkflowRecord(WorkflowRecord the_parentWorkflowRecord) throws WTPropertyVetoException, WTException The parent WorkflowRecord object.Supported API: true
- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setParentWorkflowRecordReference
public void setParentWorkflowRecordReference(ObjectReference the_parentWorkflowRecordReference) throws WTPropertyVetoException The parent WorkflowRecord object.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-