|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.enterprise.Simple
wt.workflow.engine.WfExecutionObject
wt.workflow.engine.WfContainer
wt.workflow.engine.WfProcess
A WfProcess
is the performer of a workflow. It specializes
WfExecutionObject and, in general, a WfProcess will represent an instance
of a particular process model (e. g., 'approveCreditRequest'), the process
steps are represented by WfActivity objects. The WfProcess class may
also represent any other discrete unit of work, which needs to be performed
asynchronously.
Use the newWfProcess
static factory method(s), not the WfProcess
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: true
Extendable: false
Field Summary | |
protected static String |
BUSINESS_OBJ_REFERENCE
Label for the attribute; String containing reference to primary business object. |
private static int |
BUSINESS_OBJ_REFERENCE_UPPER_LIMIT
|
private String |
businessObjReference
|
private static String |
CLASSNAME
|
private Vector |
contentVector
|
private WTPrincipalReference |
creator
|
static String |
CREATOR
Label for the attribute; Reference to the user whoc initiated the process. |
private static boolean |
DELETE_QUEUE_WHEN_CLOSING
|
private static boolean |
DOMAIN_BASED_WORKFLOW
|
static long |
EXTERNALIZATION_VERSION_UID
|
private boolean |
hasContents
|
private Vector |
httpVector
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private HttpContentOperation |
operation
|
private Ownership |
ownership
|
private static String |
PRIM_BUS_OBJ_VAR_NAME
|
static String |
PROJECT_REF
Label for the attribute; Reference to the project that the workflow uses to resolve roles onto actual participants. |
private ObjectReference |
projectRef
|
protected static String |
PROPAGATION_QUEUE_REFERENCE
Label for the attribute; Reference to queue that holds internal work requests. |
private ObjectReference |
propagationQueueReference
|
private static String |
RESOURCE
|
private RolePrincipalTable |
rolePrincipalMap
|
(package private) static long |
serialVersionUID
|
static String |
TEAM_ID
Label for the attribute. |
private TeamReference |
teamId
|
private TeamTemplateReference |
teamTemplateId
|
protected static String |
USER_WORK_QUEUE_REFERENCE
Label for the attribute; Reference to queue that holds user work requests. |
private ObjectReference |
userWorkQueueReference
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.workflow.engine.WfContainer |
REQUESTER_REF |
Fields inherited from class wt.workflow.engine.WfExecutionObject |
AD_SQEN, ALERT_TIME, CHANGE_STATE_TIME, CONTAINER, CONTEXT, D_SQEN, DEADLINE, DEADLINE_DURATION, DESCRIPTION, END_TIME, EVENT_CONFIGURATION, EXCEPTION_MESSAGE, KEY, NAME, PD_SQEN, PRIORITY, START_TIME, STATE, SUSPEND_TIME, TEMPLATE, TIME_PAST_DEADLINE, TIME_TO_DEADLINE, TIME_TO_START |
Fields inherited from class wt.enterprise.Simple |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.project.RoleHolder |
ROLE_PRINCIPAL_MAP |
Fields inherited from interface wt.ownership.Ownable |
OWNERSHIP |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.content.ContentHolder |
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION |
Fields inherited from interface wt.team.TeamManaged |
TEAM_IDENTITY, TEAM_NAME, TEAM_TEMPLATE_ID, TEAM_TEMPLATE_IDENTITY, TEAM_TEMPLATE_NAME |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.admin.DomainAdministered |
DOMAIN_REF, INHERITED_DOMAIN |
Fields inherited from interface wt.fc.BusinessInformation |
BUSINESS_TYPE, IDENTITY |
Fields inherited from interface wt.notify.Notifiable |
EVENT_SET |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
WfProcess()
|
Method Summary | |
void |
addPrincipal(Role role,
WTPrincipal principal)
Add a role to principal mapping to the rolePrincipalMap. |
void |
buildRoleMap(RoleHolder project)
Populate my roles from the supplied roleHolder |
WfExecutionObject |
changeState(WfTransition transition)
Updates the current state of the process. |
protected WfExecutionObject |
changeState(WfTransition transition,
boolean is_immediate)
Updates the current state of the process. |
protected void |
computeDeadline(long now)
Computes process deadline. |
protected Timestamp |
computeTimeToStart(long now)
Computes time to start using duration attribute. |
private void |
creatorValidate(WTPrincipalReference a_Creator)
|
void |
deletePrincipal(Role role,
WTPrincipal principal)
Remove role to principal assignment pair Supported API: false |
void |
deleteRole(Role role)
Remove the role and all associated principals from the rolePrincipalMap Supported API: false |
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. |
WTReference |
getBusinessObjectReference(ReferenceFactory rf)
|
protected String |
getBusinessObjReference()
Gets the value of the attribute: BUSINESS_OBJ_REFERENCE. |
String |
getConceptualClassname()
Deprecated. |
Vector |
getContentVector()
Gets the value of the attribute: CONTENT_VECTOR. |
WTPrincipalReference |
getCreator()
Gets the value of the attribute: CREATOR. |
private static WTContainerRef |
getDefaultContainer()
|
Vector |
getHttpVector()
Gets the value of the attribute: HTTP_VECTOR. |
protected AdminDomainRef |
getInitialDomain(WTObject pbo,
WTContainerRef context_ref)
Returns initial process folder. |
private static ObjectIdentifier |
getOid(Object object)
|
HttpContentOperation |
getOperation()
Gets the value of the attribute: OPERATION. |
Ownership |
getOwnership()
Gets the object for the association that plays role: OWNERSHIP. |
Enumeration |
getPrincipals(Role role)
Answer an enumeration of principal references assigned to role Supported API: false |
protected Vector |
getPrincipalsForRole(Role role)
|
Vector |
getProcessRoles()
Returns a Vector of Role objects used by this process Supported API: false |
ObjectReference |
getProjectRef()
Gets the value of the attribute: PROJECT_REF. |
protected ObjectReference |
getPropagationQueueReference()
Gets the value of the attribute: PROPAGATION_QUEUE_REFERENCE. |
Role |
getRoleFor(WTPrincipalReference pRef,
Enumeration candidateRoles)
Answer the role associated with the assignee. |
RolePrincipalTable |
getRolePrincipalMap()
Gets the value of the attribute: ROLE_PRINCIPAL_MAP. |
Enumeration |
getRoles()
Answer an enumeration of roles in the rolePrincipalMap Supported API: false |
private String |
getTeamFilePath(Object team_spec,
WTContainerRef context_ref)
|
TeamReference |
getTeamId()
Gets the value of the attribute: TEAM_ID. |
String |
getTeamIdentity()
Gets the value of the attribute: TEAM_IDENTITY. |
String |
getTeamName()
Gets the value of the attribute: TEAM_NAME. |
TeamTemplateReference |
getTeamTemplateId()
Gets the object for the association that plays role: TEAM_TEMPLATE_ID. |
String |
getTeamTemplateIdentity()
Gets the value of the attribute: TEAM_TEMPLATE_IDENTITY. |
String |
getTeamTemplateName()
Gets the value of the attribute: TEAM_TEMPLATE_NAME. |
protected ObjectReference |
getUserWorkQueueReference()
Gets the value of the attribute: USER_WORK_QUEUE_REFERENCE. |
protected WfException |
getWfException(WTException wte,
WfTransition transition)
Returns an exception appropriate to the transition. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize(WTContainerRef context_ref)
Supports initialization, following construction of an instance. |
private void |
initializeRolePrincipalMap()
|
boolean |
isHasContents()
Gets the value of the attribute: HAS_CONTENTS. |
boolean |
isNested()
Returns true if process is nested; false otherwise. |
private boolean |
isValidPbo(Object obj)
|
private String |
mapAsString(Hashtable aMap)
|
private String |
mapAsString(RolePrincipalMap aMap)
|
static WfProcess |
newWfProcess()
Creates process in classic container. |
static WfProcess |
newWfProcess(WTContainerRef context_ref)
Creates process in the container passed as argument. |
private void |
projectRefValidate(ObjectReference a_ProjectRef)
|
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(WfProcess thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
String |
rolePrincipalMapAsString()
Answer a string of role to principal mappings Supported API: false |
protected void |
setBusinessObjReference(String a_BusinessObjReference)
Sets the value of the attribute: BUSINESS_OBJ_REFERENCE. |
private WfProcess |
setContainerInfo(WfProcess process,
Object obj,
WTContainerRef context_ref)
Sets container, domain and folder of the process being created. |
void |
setContentVector(Vector a_ContentVector)
Sets the value of the attribute: CONTENT_VECTOR. |
void |
setCreator(WTPrincipalReference a_Creator)
Sets the value of the attribute: CREATOR. |
void |
setHasContents(boolean a_HasContents)
Sets the value of the attribute: HAS_CONTENTS. |
void |
setHttpVector(Vector a_HttpVector)
Sets the value of the attribute: HTTP_VECTOR. |
void |
setOperation(HttpContentOperation a_Operation)
Sets the value of the attribute: OPERATION. |
void |
setOwnership(Ownership a_Ownership)
Sets the object for the association that plays role: OWNERSHIP. |
protected void |
setPrimaryBusinessObject(ProcessData input)
Creates the implicit relationship between the process and the primary business object passed as argument. |
protected void |
setProcessAttributes(WfContainerTemplate template,
WTPrincipalReference creator,
Object team_spec,
WTContainerRef context_ref)
Set basic process attributes, based on the template and other information passed as arguments. |
void |
setProjectRef(ObjectReference a_ProjectRef)
Sets the value of the attribute: PROJECT_REF. |
protected void |
setPropagationQueueReference(ObjectReference a_PropagationQueueReference)
Sets the value of the attribute: PROPAGATION_QUEUE_REFERENCE. |
void |
setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap)
Sets the value of the attribute: ROLE_PRINCIPAL_MAP. |
private void |
setTeam(Object team_spec,
WTContainerRef context_ref)
|
void |
setTeamId(TeamReference a_TeamId)
Sets the value of the attribute: TEAM_ID. |
void |
setTeamTemplateId(TeamTemplateReference a_TeamTemplateId)
Sets the object for the association that plays role: TEAM_TEMPLATE_ID. |
protected void |
setUserWorkQueueReference(ObjectReference a_UserWorkQueueReference)
Sets the value of the attribute: USER_WORK_QUEUE_REFERENCE. |
WfProcess |
start(ProcessData input,
boolean is_immediate,
WTContainerRef context_ref)
Starts a process with a given input data in the context passed as argument. |
WfProcess |
start(ProcessData input,
long priority,
boolean is_immediate)
Deprecated. (as of 7.0) use instead
process.setPriority (priority);
process.start (input, is_immediate, null);
|
private void |
teamIdValidate(TeamReference a_TeamId)
|
private void |
teamTemplateIdValidate(TeamTemplateReference a_TeamTemplateId)
|
String |
toString()
Returns a string representation of the process. |
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.workflow.engine.WfContainer |
abortContainedActivities, getContainerNodes, getRequester, getRequesterRef, getStartConnector, readVersion, resetContainedActivities, resumeContainedActivities, sendEventToRequester, setRequesterRef, suspendContainedActivities, terminateContainedActivities |
Methods inherited from class wt.enterprise.Simple |
getBusinessType, getDomainRef, getEventSet, isInheritedDomain, readVersion, setDomainRef, setEventSet, setInheritedDomain |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo |
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 PROJECT_REF
private ObjectReference projectRef
public static final String CREATOR
private WTPrincipalReference creator
protected static final String BUSINESS_OBJ_REFERENCE
ProcessData
,
WfVariable
,
Constant Field Valuesprivate static int BUSINESS_OBJ_REFERENCE_UPPER_LIMIT
private String businessObjReference
protected static final String USER_WORK_QUEUE_REFERENCE
The queue is created when
process is started for the first time and deleted when the process is
deleted.
Supported API: false
private ObjectReference userWorkQueueReference
protected static final String PROPAGATION_QUEUE_REFERENCE
The queue is created
when process is started for the first time and deleted when the process
is deleted.
Supported API: false
private ObjectReference propagationQueueReference
public static final String TEAM_ID
private TeamReference teamId
private RolePrincipalTable rolePrincipalMap
private Ownership ownership
private Vector contentVector
private boolean hasContents
private HttpContentOperation operation
private Vector httpVector
private TeamTemplateReference teamTemplateId
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final String PRIM_BUS_OBJ_VAR_NAME
private static final boolean VERBOSE
private static final boolean DELETE_QUEUE_WHEN_CLOSING
private static final boolean DOMAIN_BASED_WORKFLOW
Constructor Detail |
public WfProcess()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WfContainer
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WfContainer
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WfProcess 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 WfContainer
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 WfContainer
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public ObjectReference getProjectRef()
getProjectRef
in class WfContainer
public void setProjectRef(ObjectReference a_ProjectRef) throws WTPropertyVetoException
a_ProjectRef
-
WTPropertyVetoException
private void projectRefValidate(ObjectReference a_ProjectRef) throws WTPropertyVetoException
a_ProjectRef
-
WTPropertyVetoException
public WTPrincipalReference getCreator()
getCreator
in class WfContainer
public void setCreator(WTPrincipalReference a_Creator) throws WTPropertyVetoException
a_Creator
-
WTPropertyVetoException
private void creatorValidate(WTPrincipalReference a_Creator) throws WTPropertyVetoException
a_Creator
-
WTPropertyVetoException
protected String getBusinessObjReference()
ProcessData
,
WfVariable
protected void setBusinessObjReference(String a_BusinessObjReference)
a_BusinessObjReference
- ProcessData
,
WfVariable
protected ObjectReference getUserWorkQueueReference()
The queue is created when process is
started for the first time and deleted when the process is deleted.
Supported API: false
protected void setUserWorkQueueReference(ObjectReference a_UserWorkQueueReference)
The queue is created when process is
started for the first time and deleted when the process is deleted.
Supported API: false
a_UserWorkQueueReference
- protected ObjectReference getPropagationQueueReference()
The queue is created when process is
started for the first time and deleted when the process is deleted.
Supported API: false
protected void setPropagationQueueReference(ObjectReference a_PropagationQueueReference)
The queue is created when process is
started for the first time and deleted when the process is deleted.
Supported API: false
a_PropagationQueueReference
- public TeamReference getTeamId()
getTeamId
in interface TeamManaged
getTeamId
in class WfContainer
public void setTeamId(TeamReference a_TeamId) throws WTPropertyVetoException
setTeamId
in interface TeamManaged
a_TeamId
-
WTPropertyVetoException
private void teamIdValidate(TeamReference a_TeamId) throws WTPropertyVetoException
a_TeamId
-
WTPropertyVetoException
public WfExecutionObject changeState(WfTransition transition) throws WTException
This method implements abstract method in WfExecutionObject with
process specific behavior. The common behavior is achieved by calling
'changeState Attributes'.
Supported API: false
changeState
in class WfExecutionObject
transition
-
WTException
public String toString()
toString
in class WfExecutionObject
public WfProcess start(ProcessData input, long priority, boolean is_immediate) throws WTException
process.setPriority (priority);
process.start (input, is_immediate, null);
input
- priority
- is_immediate
-
WTException
public WfProcess start(ProcessData input, boolean is_immediate, WTContainerRef context_ref) throws WTException
input
- is_immediate
- context_ref
-
WTException
public Vector getProcessRoles() throws WTException
WTException
protected void setProcessAttributes(WfContainerTemplate template, WTPrincipalReference creator, Object team_spec, WTContainerRef context_ref) throws WTException
A team specification can be one of the following:
RoleHolder
(deprecated)
wt.team.TeamRef
wt.team.TeamTeamplateRef
LifeCycleManaged
template
- creator
- team_spec
- context_ref
-
WTException
public boolean isNested()
protected Timestamp computeTimeToStart(long now) throws WTException
now
-
WTException
protected void computeDeadline(long now) throws WTException
computeDeadline
in class WfExecutionObject
now
-
WTException
protected WfExecutionObject changeState(WfTransition transition, boolean is_immediate) throws WTException
transition
- is_immediate
-
WTException
public static WfProcess newWfProcess() throws WTException
WTException
public static WfProcess newWfProcess(WTContainerRef context_ref) throws WTException
context_ref
-
WTException
protected void initialize(WTContainerRef context_ref) throws WTException
initialize
in class WfExecutionObject
context_ref
-
WTException
public RolePrincipalTable getRolePrincipalMap()
getRolePrincipalMap
in interface RoleHolder
wt.project.rolePrincipalTable
public void setRolePrincipalMap(RolePrincipalTable a_RolePrincipalMap) throws WTPropertyVetoException
setRolePrincipalMap
in interface RoleHolder
a_RolePrincipalMap
-
WTPropertyVetoException
wt.project.rolePrincipalTable
public void addPrincipal(Role role, WTPrincipal principal) throws WTException
addPrincipal
in interface RoleHolder
role
- the Role object to be added to the rolePrincipalMapprincipal
- the WTPrincipal object to be added to the rolePrincipalMap
WTException
public Enumeration getPrincipals(Role role) throws WTException
getPrincipals
in interface RoleHolder
role
- the Role object used as search criteria in the retrieval of PrincipalReferences
WTException
public void deletePrincipal(Role role, WTPrincipal principal) throws WTException
deletePrincipal
in interface RoleHolder
role
- the Role object used as search criteria in the removal of the WTPrincipal from the rolePrincipalMapprincipal
- the WTPrincipal object to be removed from the rolePrincipalMap
WTException
public Enumeration getRoles() throws WTException
getRoles
in interface RoleHolder
WTException
public void deleteRole(Role role) throws WTException
deleteRole
in interface RoleHolder
role
- the Role object to be removed from the RoleHolder
WTException
public String rolePrincipalMapAsString()
rolePrincipalMapAsString
in interface RoleHolder
public Ownership getOwnership()
getOwnership
in interface Ownable
public void setOwnership(Ownership a_Ownership)
setOwnership
in interface Ownable
a_Ownership
- public Vector getContentVector()
getContentVector
in interface ContentHolder
public void setContentVector(Vector a_ContentVector) throws WTPropertyVetoException
setContentVector
in interface ContentHolder
a_ContentVector
-
WTPropertyVetoException
public boolean isHasContents()
isHasContents
in interface ContentHolder
public void setHasContents(boolean a_HasContents) throws WTPropertyVetoException
setHasContents
in interface ContentHolder
a_HasContents
-
WTPropertyVetoException
public HttpContentOperation getOperation()
getOperation
in interface ContentHolder
public void setOperation(HttpContentOperation a_Operation) throws WTPropertyVetoException
setOperation
in interface ContentHolder
a_Operation
-
WTPropertyVetoException
public Vector getHttpVector()
getHttpVector
in interface ContentHolder
public void setHttpVector(Vector a_HttpVector) throws WTPropertyVetoException
setHttpVector
in interface ContentHolder
a_HttpVector
-
WTPropertyVetoException
public String getTeamName()
getTeamName
in interface TeamManaged
public String getTeamIdentity()
getTeamIdentity
in interface TeamManaged
public String getTeamTemplateName()
getTeamTemplateName
in interface TeamManaged
public String getTeamTemplateIdentity()
getTeamTemplateIdentity
in interface TeamManaged
public TeamTemplateReference getTeamTemplateId()
getTeamTemplateId
in interface TeamManaged
public void setTeamTemplateId(TeamTemplateReference a_TeamTemplateId) throws WTPropertyVetoException
setTeamTemplateId
in interface TeamManaged
a_TeamTemplateId
-
WTPropertyVetoException
private void teamTemplateIdValidate(TeamTemplateReference a_TeamTemplateId) throws WTPropertyVetoException
a_TeamTemplateId
-
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 WfContainer
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 WfContainer
private String mapAsString(Hashtable aMap)
private String mapAsString(RolePrincipalMap aMap)
private void initializeRolePrincipalMap() throws WTException
WTException
protected void setPrimaryBusinessObject(ProcessData input) throws WTException
WTException
public void buildRoleMap(RoleHolder project) throws WTException
WTException
public Role getRoleFor(WTPrincipalReference pRef, Enumeration candidateRoles) throws WTException
WTException
protected Vector getPrincipalsForRole(Role role) throws WTException
WTException
protected AdminDomainRef getInitialDomain(WTObject pbo, WTContainerRef context_ref) throws WTException
WTException
protected WfException getWfException(WTException wte, WfTransition transition)
public WTReference getBusinessObjectReference(ReferenceFactory rf)
private WfProcess setContainerInfo(WfProcess process, Object obj, WTContainerRef context_ref) throws WTException
WTException
private boolean isValidPbo(Object obj)
private void setTeam(Object team_spec, WTContainerRef context_ref) throws WTException
WTException
private String getTeamFilePath(Object team_spec, WTContainerRef context_ref) throws WTException
WTException
private static ObjectIdentifier getOid(Object object)
private static WTContainerRef getDefaultContainer() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |