Package wt.workflow.definer
Class WfProcessTemplate
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.workflow.definer._WfTemplateObject
wt.workflow.definer.WfTemplateObject
wt.workflow.definer._WfContainerTemplate
wt.workflow.definer.WfContainerTemplate
wt.workflow.definer._WfProcessTemplate
wt.workflow.definer.WfProcessTemplate
- All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,wt.content._FormatContentHolder,ContentHolder,FormatContentHolder,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,wt.folder._IteratedFoldered,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,IteratedFoldered,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.locks._Lockable,Lockable,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,_Iterated,Iterated,wt.vc.wip._Workable,Workable,wt.workflow.definer._WfNodeTemplate,wt.workflow.definer._WfProcessDefinition,wt.workflow.definer.WfNodeTemplate,WfProcessDefinition
@GenAsPersistable(superClass=WfContainerTemplate.class,interfaces={wt.ownership.Ownable.class,WfProcessDefinition.class,IteratedFoldered.class,Workable.class,ContentHolder.class,FormatContentHolder.class,com.ptc.windchill.bac.BACManaged.class},versions=5875006597370921870L,properties={@GeneratedProperty(name="overviewIndex",type=java.util.Hashtable.class,javaDoc="Contains (locale, index) to the Content index vector of WfProcessTemplate.",accessors=@PropertyAccessors(getAccess=PRIVATE),columnProperties=@ColumnProperties(columnType=INLINE_BLOB)),@GeneratedProperty(name="overviewAction",type=java.util.Hashtable.class,javaDoc="Non-persistent table to allow action for each individual locale in the overviewIndex.",accessors=@PropertyAccessors(getAccess=PRIVATE),columnProperties=@ColumnProperties(persistent=false)),@GeneratedProperty(name="creator",type=WTPrincipalReference.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="B")),@GeneratedProperty(name="description",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=4000))},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="master",type=WfProcessTemplateMaster.class,referenceType=wt.workflow.definer.WfProcessTemplateMasterReference.class,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",cascade=false,accessors=@PropertyAccessors(getAccess=PRIVATE,setAccess=PROTECTED))),derivedProperties={@DerivedProperty(name="name",derivedFrom="master>name",accessors=@PropertyAccessors(setExceptions={}),setBody="//Pass-thru...\n super.setName(name);"),@DerivedProperty(name="enabled",derivedFrom="master.enabled",accessors=@PropertyAccessors(setExceptions={}))},iconProperties=@IconProperties(standardIcon="wt/clients/images/proctemp.gif",openIcon="wt/clients/images/proctemp.gif"))
public class WfProcessTemplate
extends _WfProcessTemplate
A
WfProcessTemplate represents a template for a specific
workflow process; it is used to create instances of a workflow process.
Logically it is the factory and locator for WfProcess instances. It
also provides access to the meta information about the context a process
requires and the result a process produces. A process manager is identified
by its name which is unique within a given business domain.
Use the newWfProcessTemplate static factory method(s), not
the WfProcessTemplate 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.
This class is supported so it can be queried against and passed as arguments to other supported APIs like createProcess. Also no methods are supported because customizers are not meant to operate explicitly on instances of this class.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.workflow.definer._WfProcessTemplate
CREATOR, ENABLED, EXTERNALIZATION_VERSION_UID, NAME, OVERVIEW_ACTION, OVERVIEW_INDEXFields inherited from class wt.workflow.definer.WfTemplateObject
oldVersionId_3, R30_EXTERNALIZATION_VERSION_UID, R60_EXTERNALIZATION_VERSION_UID, SELF_VARIABLE_NAMEFields inherited from class wt.workflow.definer._WfTemplateObject
CATEGORY, CONTEXT_SIGNATURE, DESCRIPTION, DURATION, EVENT_CONFIGURATION, ICON_NAME, OVERDUE_NOTIFICATION_LIST, PARENT_LINK_REF, PROCESS_DURATION, RESPONSIBLE_ROLE, START_DELAY, START_PROCESS_DELAY, TIME_PAST_DEADLINE, TIME_TO_DEADLINEFields inherited from class wt.fc.Item
SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.content._ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATIONFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.folder._Foldered
CABINET, CABINET_NAME, FOLDERING_INFO, PARENT_FOLDERFields inherited from interface wt.content._FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARYFields inherited from interface wt.vc._Iterated
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.locks._Lockable
LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAMEFields inherited from interface wt.ownership._Ownable
OWNERSHIPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.workflow.definer._WfNodeTemplate
PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORDFields inherited from interface wt.vc.wip._Workable
CHECKOUT_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.folder.CabinetBased
FOLDER_PATH, LOCATIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.workflow.definer._WfProcessTemplate
getBranchIdentifier, getCabinet, getCabinetName, getCheckoutInfo, getClassInfo, getConceptualClassname, getContentVector, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getFolderingInfo, getFormat, getFormatName, getHttpVector, getIterationIdentifier, getIterationInfo, getIterationNote, getLock, getLockDate, getLocker, getLockerEMail, getLockerFullName, getLockerName, getLockNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getOperation, getOwnership, getParentFolder, getPrimary, getType, isHasContents, isLatestIteration, isLocked, readExternal, readExternal, readVersion, setCheckoutInfo, setContentVector, setControlBranch, setCreator, setFolderingInfo, setFormat, setHasContents, setHttpVector, setIterationInfo, setLock, setMasterReference, setOperation, setOwnership, setPrimary, super_readExternal_WfProcessTemplate, super_readVersion_WfProcessTemplate, super_writeExternal_WfProcessTemplate, writeExternal, writeExternalMethods inherited from class wt.workflow.definer.WfContainerTemplate
getEndConnectors, getStartConnectorMethods inherited from class wt.workflow.definer._WfContainerTemplate
readVersion, super_readExternal_WfContainerTemplate, super_readVersion_WfContainerTemplate, super_writeExternal_WfContainerTemplateMethods inherited from class wt.workflow.definer.WfTemplateObject
addOverdueNotificationRole, addUserEvent, getDestinationActions, getOverdueNotificationRoles, getParentLinkRef, getParentTemplate, getPredecessors, getSourceEvents, getSuccessors, getUserEvents, removeOverdueNotificationRole, removeUserEvent, setAttributes, setBasicAttributes, setLinkRef, setRouterAttributes, setVariableMappingMethods inherited from class wt.workflow.definer._WfTemplateObject
getCategory, getContainer, getContainerName, getContainerReference, getContextSignature, getDuration, getEventConfiguration, getIconName, getOverdueNotificationList, getProcessDuration, getResponsibleRole, getRouterType, getStartDelay, getStartProcessDelay, getTimePastDeadline, getTimeToDeadline, getUserEventList, getXCoord, getYCoord, readVersion, setCategory, setContainer, setContainerReference, setContextSignature, setDuration, setEventConfiguration, setIconName, setOverdueNotificationList, setParentLinkRef, setParentTemplate, setProcessDuration, setResponsibleRole, setRouterType, setStartDelay, setStartProcessDelay, setTimePastDeadline, setTimeToDeadline, setUserEventList, setXCoord, setYCoord, super_readExternal_WfTemplateObject, super_readVersion_WfTemplateObject, super_writeExternal_WfTemplateObjectMethods inherited from class wt.fc._Item
getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_ItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getName
Gets the value of the attribute: NAME.
Supported API: true- Specified by:
getNamein interfaceCabinetBased- Specified by:
getNamein interfaceWfProcessDefinition- Overrides:
getNamein class_WfProcessTemplate- Returns:
- String
- See Also:
-