|
|||||||||||
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.definer.WfTemplateObject
wt.workflow.definer.WfAssignedActivityTemplate
Template for creation of assigned activities. Contains a reference to a principal and a role. One of the two must be null (but not both) for the object to generate activity objects.
Serves as a factory for the generation of assined activities.
Use the newWfAssignedActivityTemplate
static factory method(s),
not the WfAssignedActivityTemplate
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
WfAssignedActivity
,
Serialized FormField Summary | |
protected static String |
ACTOR_ROLE_LIST
Label for the attribute; List of roles to whom the activity will be assigned. |
private static int |
ACTOR_ROLE_LIST_UPPER_LIMIT
|
private RoleVector |
actorRoleList
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
instructions
|
static String |
INSTRUCTIONS
Label for the attribute; Holds instructions to the participant of how to perform task. |
private static int |
INSTRUCTIONS_UPPER_LIMIT
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private String |
OLD_PROJECT_REFERENCE
|
private ProjectReference |
oldProjectReference
|
protected static String |
PRINCIPAL_REF_LIST
Label for the attribute; List of principals to whom the activity will be assigned. |
private static int |
PRINCIPAL_REF_LIST_UPPER_LIMIT
|
private PrincipalRefVector |
principalRefList
|
private Vector |
principalSourceId
|
protected static String |
PROJECT_REF_LIST
Label for the attribute; List of variables that hold references to projects. |
private static int |
PROJECT_REF_LIST_UPPER_LIMIT
|
private ProjectRefVector |
projectRefList
|
private static String |
RESOURCE
|
protected static String |
ROLE_LIST
Label for the attribute; List of roles to be resolved into principals when the activity is started. |
private static int |
ROLE_LIST_UPPER_LIMIT
|
private RoleVector |
roleList
|
static String |
SEND_NOTIFICATION
Label for the attribute; Flag to indicate whether work should be delivered by email or not. |
private boolean |
sendNotification
|
(package private) static long |
serialVersionUID
|
static String |
SIGNING_REQUIRED
Label for the attribute; Used to determine if this Activity needs to be electronically signed at Task Completion. |
private boolean |
signingRequired
|
static String |
TASK_NAME
Label for the attribute; The task this assignment should invoke Supported API: false |
private static int |
TASK_NAME_UPPER_LIMIT
|
private String |
taskName
|
protected static String |
TEAM_REF_LIST
Label for the attribute; List of variables that hold references to teams. |
private static int |
TEAM_REF_LIST_UPPER_LIMIT
|
static String |
TEAM_REFERENCE
Label for the attribute; Identifies a local team to use for role resolution for the associated activities. |
static String |
TEAM_TEMPLATE_REFERENCE
Label for the attribute; Identifies a team to use for role resolution for the associated activities. |
static String |
TEAM_VARIABLE_NAME
Label for the attribute; Identifies by name, the variable holding a project to use for role resolution Supported API: false |
private static int |
TEAM_VARIABLE_NAME_UPPER_LIMIT
|
private TeamReference |
teamReference
|
private TeamRefVector |
teamRefList
|
private TeamTemplateReference |
teamTemplateReference
|
private String |
teamVariableName
|
protected static String |
VARIABLE_REF_LIST
Label for the attribute; List of variables that hold references to principals. |
private static int |
VARIABLE_REF_LIST_UPPER_LIMIT
|
private VariableRefVector |
variableRefList
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.workflow.definer.WfTemplateObject |
CATEGORY, CONTAINER, CONTEXT_SIGNATURE, DESCRIPTION, DURATION, EVENT_CONFIGURATION, ICON_NAME, NAME, ORG_ATTRIBUTE, OVERDUE_NOTIFICATION_LIST, PARENT_LINK_REF, PROCESS_DURATION, R30_EXTERNALIZATION_VERSION_UID, R60_EXTERNALIZATION_VERSION_UID, RESPONSIBLE_ROLE, SELF_VARIABLE_NAME, START_DELAY, START_PROCESS_DELAY, TIME_PAST_DEADLINE, TIME_TO_DEADLINE |
Fields inherited from class wt.enterprise.Simple |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.workflow.definer.WfNodeTemplate |
PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORD |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
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 | |
WfAssignedActivityTemplate()
|
Method Summary | |
boolean |
addActorRole(ActorRole actor_role)
Adds actor role to template. |
boolean |
addActorRoleAssignee(WfActorRoleAssignee actorRoleAssignee)
Add a WfActorRoleAssignee object to the template. |
boolean |
addPrincipal(WTPrincipal principal)
Add principal to the template. |
boolean |
addPrincipal(WTPrincipalReference principal_ref)
Add principal to the template given a reference to it. |
boolean |
addPrincipalAssignee(WfPrincipalAssignee principalAssignee)
Add a WfPrincipalAssignee object to the template. |
boolean |
addProject(ProjectReference project_ref)
Add prject to the template given a reference to it. |
boolean |
addProjectAssignee(WfProjectAssignee projectAssignee)
Add a WfProjectAssignee object to the template. |
boolean |
addRole(Role role)
Add role to the template. |
boolean |
addRoleAssignee(WfRoleAssignee roleAssignee)
Add af WfRoleAssignee object to the template. |
boolean |
addTeamAssignee(WfTeamAssignee teamAssignee)
Add a WfTeamAssignee object to the template. |
boolean |
addTeamTemplate(TeamTemplateReference team_template_ref)
Add team template to the template given a reference to it. |
boolean |
addVariable(WfVariableInfo variable)
Add variable to the template. |
boolean |
addVariableAssignee(WfVariableAssignee variableAssignee)
Add a WfVariableAssignee object to the template. |
protected PrincipalRefVector |
convertPRefs(PrincipalRefVector prv)
|
protected ProjectRefVector |
convertProjectRefs(ProjectRefVector prv)
|
protected RoleVector |
convertRoles(RoleVector rv)
|
protected TeamRefVector |
convertTeamRefs(TeamRefVector trv)
|
protected VariableRefVector |
convertVariableRefs(VariableRefVector vrv)
|
WfTemplateObject |
copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
protected void |
copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
ProjectRefVector |
covertGetProjectRefList()
|
WfNode |
createWfNode(WfContainer container)
Creates an assigned activity from the current template associated with a given process. |
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. |
Enumeration |
getActorRoleAssignees()
Returns an enumeration of WfActorRoleAssignee objects in the template. |
protected RoleVector |
getActorRoleList()
Gets the value of the attribute: ACTOR_ROLE_LIST. |
Enumeration |
getActorRoles()
Returns enumeration containing all actor roles in the template. |
String |
getConceptualClassname()
Deprecated. |
Class |
getExecObjClass()
Returns the class of the execution object instantiated by theis class. |
String |
getInstructions()
Gets the value of the attribute: INSTRUCTIONS. |
Enumeration |
getPrincipalAssignees()
Returns an enumeration of WfPrincipalAssignee objects in the template. |
protected PrincipalRefVector |
getPrincipalRefList()
Gets the value of the attribute: PRINCIPAL_REF_LIST. |
Enumeration |
getPrincipalRefs()
Returns an enumeration (of type WTPrincipalReference) of all principals in the template. |
Enumeration |
getProjectAssignees()
Returns an enumeration of WfProjectAssignee objects in the template. |
protected ProjectRefVector |
getProjectRefList()
Gets the value of the attribute: PROJECT_REF_LIST. |
Enumeration |
getProjectRefs()
Returns an enumeration of ProjectReference objects Supported API: false |
Enumeration |
getRoleAssignees()
Returns an enumeration of WfRoleAssignee objects in the template. |
protected RoleVector |
getRoleList()
Gets the value of the attribute: ROLE_LIST. |
Enumeration |
getRoles()
Returns an enumeration (of type Role) of all principals in the template. |
String |
getTaskName()
Gets the value of the attribute: TASK_NAME. |
Enumeration |
getTeamAssignees()
Returns an enumeration of WfTeamAssignee objects in the template. |
TeamReference |
getTeamReference()
Gets the value of the attribute: TEAM_REFERENCE. |
protected TeamRefVector |
getTeamRefList()
Gets the value of the attribute: TEAM_REF_LIST. |
Enumeration |
getTeamRefs()
Returns an enumeration of TeamReference objects Supported API: false |
TeamTemplateReference |
getTeamTemplateReference()
Gets the value of the attribute: TEAM_TEMPLATE_REFERENCE. |
Enumeration |
getTeamTemplateRefs()
Returns an enumeration of TeamTemplateReference objects Supported API: false |
String |
getTeamVariableName()
Gets the value of the attribute: TEAM_VARIABLE_NAME. |
Enumeration |
getVariableAssignees()
Returns an enumeration of WfVariableAssignee objects in the template. |
protected VariableRefVector |
getVariableRefList()
Gets the value of the attribute: VARIABLE_REF_LIST. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize()
Supported API: false |
protected void |
initialize(WTContainerRef context_ref)
Supported API: false |
private void |
instructionsValidate(String a_Instructions)
|
boolean |
isSendNotification()
Gets the value of the attribute: SEND_NOTIFICATION. |
boolean |
isSigningRequired()
Gets the value of the attribute: SIGNING_REQUIRED. |
static WfAssignedActivityTemplate |
newWfAssignedActivityTemplate()
Deprecated. activities created with this constructor are placed in the classic container. |
static WfAssignedActivityTemplate |
newWfAssignedActivityTemplate(WTContainerRef context_ref)
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(WfAssignedActivityTemplate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
removeActorRole(ActorRole actor_role)
Removes actor role from template. |
boolean |
removeActorRoleAssignee(WfActorRoleAssignee actorRoleAssignee)
Remove af WfActorRoleAssignee object from the template. |
boolean |
removePrincipal(WTPrincipal principal)
Remove principal from the template. |
boolean |
removePrincipal(WTPrincipalReference principal_ref)
Remove principal from the template given a reference to it. |
boolean |
removePrincipalAssignee(WfPrincipalAssignee principalAssignee)
Remove a WfPrincipalAssignee object from the template. |
boolean |
removeProject(ProjectReference project_ref)
Remove project from the template. |
boolean |
removeProjectAssignee(WfProjectAssignee projectAssignee)
Remove a WfProjectAssignee object from the template. |
boolean |
removeRole(Role role)
Remove role from the template. |
boolean |
removeRoleAssignee(WfRoleAssignee roleAssignee)
Remove a WfRoleAssignee object from the template. |
boolean |
removeTeamAssignee(WfTeamAssignee teamAssignee)
Remove a WfTeamAssignee object from the template. |
boolean |
removeTeamTemplate(TeamTemplateReference team_template_ref)
Remove team template from the template. |
boolean |
removeVariable(WfVariableInfo variable)
Remove variable from the template. |
boolean |
removeVariableAssignee(WfVariableAssignee variableAssignee)
Remove a WfVariableAssignee from the template. |
protected void |
setActorRoleList(RoleVector a_ActorRoleList)
Sets the value of the attribute: ACTOR_ROLE_LIST. |
void |
setInstructions(String a_Instructions)
Sets the value of the attribute: INSTRUCTIONS. |
protected void |
setPrincipalRefList(PrincipalRefVector a_PrincipalRefList)
Sets the value of the attribute: PRINCIPAL_REF_LIST. |
protected void |
setProjectRefList(ProjectRefVector a_ProjectRefList)
Sets the value of the attribute: PROJECT_REF_LIST. |
protected void |
setRoleList(RoleVector a_RoleList)
Sets the value of the attribute: ROLE_LIST. |
void |
setSendNotification(boolean a_SendNotification)
Sets the value of the attribute: SEND_NOTIFICATION. |
void |
setSigningRequired(boolean a_SigningRequired)
Sets the value of the attribute: SIGNING_REQUIRED. |
void |
setTaskName(String a_TaskName)
Sets the value of the attribute: TASK_NAME. |
void |
setTeamReference(TeamReference a_TeamReference)
Sets the value of the attribute: TEAM_REFERENCE. |
protected void |
setTeamRefList(TeamRefVector a_TeamRefList)
Sets the value of the attribute: TEAM_REF_LIST. |
void |
setTeamTemplateReference(TeamTemplateReference a_TeamTemplateReference)
Sets the value of the attribute: TEAM_TEMPLATE_REFERENCE. |
void |
setTeamVariableName(String a_TeamVariableName)
Sets the value of the attribute: TEAM_VARIABLE_NAME. |
protected void |
setVariableRefList(VariableRefVector a_VariableRefList)
Sets the value of the attribute: VARIABLE_REF_LIST. |
private void |
teamReferenceValidate(TeamReference a_TeamReference)
|
private void |
teamTemplateReferenceValidate(TeamTemplateReference a_TeamTemplateReference)
|
private void |
teamVariableNameValidate(String a_TeamVariableName)
|
String |
toString()
Returns string representation of the object. |
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.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, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
protected static final String PRINCIPAL_REF_LIST
private static int PRINCIPAL_REF_LIST_UPPER_LIMIT
private PrincipalRefVector principalRefList
protected static final String ROLE_LIST
private static int ROLE_LIST_UPPER_LIMIT
private RoleVector roleList
public static final String TASK_NAME
private static int TASK_NAME_UPPER_LIMIT
private String taskName
public static final String SEND_NOTIFICATION
private boolean sendNotification
protected static final String ACTOR_ROLE_LIST
private static int ACTOR_ROLE_LIST_UPPER_LIMIT
private RoleVector actorRoleList
protected static final String VARIABLE_REF_LIST
private static int VARIABLE_REF_LIST_UPPER_LIMIT
private VariableRefVector variableRefList
protected static final String PROJECT_REF_LIST
private static int PROJECT_REF_LIST_UPPER_LIMIT
private ProjectRefVector projectRefList
public static final String TEAM_REFERENCE
private TeamReference teamReference
public static final String TEAM_VARIABLE_NAME
private static int TEAM_VARIABLE_NAME_UPPER_LIMIT
private String teamVariableName
public static final String INSTRUCTIONS
private static int INSTRUCTIONS_UPPER_LIMIT
private String instructions
public static final String SIGNING_REQUIRED
private boolean signingRequired
public static final String TEAM_TEMPLATE_REFERENCE
private TeamTemplateReference teamTemplateReference
protected static final String TEAM_REF_LIST
private static int TEAM_REF_LIST_UPPER_LIMIT
private TeamRefVector teamRefList
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final boolean VERBOSE
private Vector principalSourceId
private transient String OLD_PROJECT_REFERENCE
private transient ProjectReference oldProjectReference
Constructor Detail |
public WfAssignedActivityTemplate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WfTemplateObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WfTemplateObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WfAssignedActivityTemplate 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 WfTemplateObject
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 WfTemplateObject
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
protected PrincipalRefVector getPrincipalRefList()
protected void setPrincipalRefList(PrincipalRefVector a_PrincipalRefList)
a_PrincipalRefList
- protected RoleVector getRoleList()
protected void setRoleList(RoleVector a_RoleList)
a_RoleList
- public String getTaskName()
public void setTaskName(String a_TaskName)
a_TaskName
- public boolean isSendNotification()
public void setSendNotification(boolean a_SendNotification)
a_SendNotification
- protected RoleVector getActorRoleList()
protected void setActorRoleList(RoleVector a_ActorRoleList)
a_ActorRoleList
- protected VariableRefVector getVariableRefList()
protected void setVariableRefList(VariableRefVector a_VariableRefList)
a_VariableRefList
- protected ProjectRefVector getProjectRefList()
protected void setProjectRefList(ProjectRefVector a_ProjectRefList)
a_ProjectRefList
- public TeamReference getTeamReference()
public void setTeamReference(TeamReference a_TeamReference) throws WTPropertyVetoException
a_TeamReference
-
WTPropertyVetoException
private void teamReferenceValidate(TeamReference a_TeamReference) throws WTPropertyVetoException
a_TeamReference
-
WTPropertyVetoException
public String getTeamVariableName()
public void setTeamVariableName(String a_TeamVariableName) throws WTPropertyVetoException
a_TeamVariableName
-
WTPropertyVetoException
private void teamVariableNameValidate(String a_TeamVariableName) throws WTPropertyVetoException
a_TeamVariableName
-
WTPropertyVetoException
public String getInstructions()
public void setInstructions(String a_Instructions) throws WTPropertyVetoException
a_Instructions
-
WTPropertyVetoException
private void instructionsValidate(String a_Instructions) throws WTPropertyVetoException
a_Instructions
-
WTPropertyVetoException
public boolean isSigningRequired()
public void setSigningRequired(boolean a_SigningRequired) throws WTPropertyVetoException
a_SigningRequired
-
WTPropertyVetoException
public TeamTemplateReference getTeamTemplateReference()
public void setTeamTemplateReference(TeamTemplateReference a_TeamTemplateReference) throws WTPropertyVetoException
a_TeamTemplateReference
-
WTPropertyVetoException
private void teamTemplateReferenceValidate(TeamTemplateReference a_TeamTemplateReference) throws WTPropertyVetoException
a_TeamTemplateReference
-
WTPropertyVetoException
protected TeamRefVector getTeamRefList()
protected void setTeamRefList(TeamRefVector a_TeamRefList)
a_TeamRefList
- public String toString()
toString
in class WfTemplateObject
public WfNode createWfNode(WfContainer container) throws WTException
createWfNode
in interface WfNodeTemplate
container
-
WTException
public boolean addPrincipal(WTPrincipal principal) throws WTException
principal
-
WTException
public boolean removePrincipal(WTPrincipal principal) throws WTException
principal
-
WTException
public Enumeration getPrincipalRefs()
public boolean addRole(Role role) throws WTException
role
-
WTException
public boolean removeRole(Role role) throws WTException
role
-
WTException
public Enumeration getRoles()
public WfTemplateObject copy() throws WTException
copy
in class WfTemplateObject
WTException
public boolean addPrincipal(WTPrincipalReference principal_ref) throws WTException
principal_ref
-
WTException
public boolean removePrincipal(WTPrincipalReference principal_ref) throws WTException
principal_ref
-
WTException
protected void copyAttributes(WfTemplateObject template)
copyAttributes
in class WfTemplateObject
template
- public boolean addActorRole(ActorRole actor_role) throws WTException
actor_role
-
WTException
public boolean removeActorRole(ActorRole actor_role) throws WTException
actor_role
-
WTException
public Enumeration getActorRoles()
public boolean addVariable(WfVariableInfo variable) throws WTException
variable
-
WTException
public boolean removeVariable(WfVariableInfo variable) throws WTException
variable
-
WTException
public boolean addProject(ProjectReference project_ref) throws WTException
project_ref
-
WTException
public boolean removeProject(ProjectReference project_ref) throws WTException
project_ref
-
WTException
public Enumeration getProjectRefs()
public Class getExecObjClass()
getExecObjClass
in class WfTemplateObject
public Enumeration getActorRoleAssignees()
public Enumeration getPrincipalAssignees()
public Enumeration getProjectAssignees()
public Enumeration getRoleAssignees()
public Enumeration getVariableAssignees()
public boolean addActorRoleAssignee(WfActorRoleAssignee actorRoleAssignee)
actorRoleAssignee
-
public boolean addPrincipalAssignee(WfPrincipalAssignee principalAssignee)
principalAssignee
-
public boolean addProjectAssignee(WfProjectAssignee projectAssignee)
projectAssignee
-
public boolean addRoleAssignee(WfRoleAssignee roleAssignee)
roleAssignee
-
public boolean addVariableAssignee(WfVariableAssignee variableAssignee)
variableAssignee
-
public boolean removeVariableAssignee(WfVariableAssignee variableAssignee)
variableAssignee
-
public boolean removeRoleAssignee(WfRoleAssignee roleAssignee)
roleAssignee
-
public boolean removeProjectAssignee(WfProjectAssignee projectAssignee)
projectAssignee
-
public boolean removePrincipalAssignee(WfPrincipalAssignee principalAssignee)
principalAssignee
-
public boolean removeActorRoleAssignee(WfActorRoleAssignee actorRoleAssignee)
actorRoleAssignee
-
public Enumeration getTeamAssignees()
public boolean addTeamAssignee(WfTeamAssignee teamAssignee)
teamAssignee
-
public boolean removeTeamAssignee(WfTeamAssignee teamAssignee)
teamAssignee
-
public Enumeration getTeamRefs()
public boolean addTeamTemplate(TeamTemplateReference team_template_ref) throws WTException
team_template_ref
-
WTException
public Enumeration getTeamTemplateRefs()
public boolean removeTeamTemplate(TeamTemplateReference team_template_ref)
team_template_ref
-
public static WfAssignedActivityTemplate newWfAssignedActivityTemplate() throws WTException
WTException
public static WfAssignedActivityTemplate newWfAssignedActivityTemplate(WTContainerRef context_ref) throws WTException
context_ref
-
WTException
public WfTemplateObject copy(WTContainerRef context_ref) throws WTException
copy
in class WfTemplateObject
context_ref
-
WTException
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 WfTemplateObject
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 WfTemplateObject
protected void initialize() throws WTException
Simple
initialize
in class WfTemplateObject
WTException
protected void initialize(WTContainerRef context_ref) throws WTException
WfTemplateObject
initialize
in class WfTemplateObject
context_ref
-
WTException
protected RoleVector convertRoles(RoleVector rv)
protected PrincipalRefVector convertPRefs(PrincipalRefVector prv)
protected ProjectRefVector convertProjectRefs(ProjectRefVector prv)
protected VariableRefVector convertVariableRefs(VariableRefVector vrv)
protected TeamRefVector convertTeamRefs(TeamRefVector trv)
public ProjectRefVector covertGetProjectRefList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |