Uses of Class
wt.workflow.definer.PermissionSet

Packages that use PermissionSet
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of PermissionSet in wt.workflow.definer
 

Fields in wt.workflow.definer declared as PermissionSet
private  PermissionSet WfVariableInfo.permissionList
           
 

Methods in wt.workflow.definer that return PermissionSet
 PermissionSet WfVariableInfo.getPermissionList()
          Gets the value of the attribute: PERMISSION_LIST.
private static PermissionSet LoadWorkflow.getPermissionSet(String name, Hashtable attributes, Hashtable cmdLineArgs, int required)
           
 

Methods in wt.workflow.definer with parameters of type PermissionSet
 void WfVariableInfo.setPermissionList(PermissionSet a_PermissionList)
          Sets the value of the attribute: PERMISSION_LIST.
protected  boolean PermissionSet.readVersion(PermissionSet thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of PermissionSet in wt.workflow.engine
 

Fields in wt.workflow.engine declared as PermissionSet
private  PermissionSet WfVariable.permissionList
           
private  PermissionSet WfVariable.permissionList
           
 

Methods in wt.workflow.engine that return PermissionSet
 PermissionSet WfVariable.getPermissionList()
          Gets the value of the attribute: permissionList; permissionList stores the set of perrmissions granted to the task participant over the object referenced by the variable.
 PermissionSet WfVariable.getPermissionList()
          Gets the value of the attribute: permissionList; permissionList stores the set of perrmissions granted to the task participant over the object referenced by the variable.
 

Methods in wt.workflow.engine with parameters of type PermissionSet
 void WfVariable.setPermissionList(PermissionSet a_PermissionList)
          Sets the value of the attribute: permissionList; permissionList stores the set of perrmissions granted to the task participant over the object referenced by the variable.
 void WfVariable.setPermissionList(PermissionSet a_PermissionList)
          Sets the value of the attribute: permissionList; permissionList stores the set of perrmissions granted to the task participant over the object referenced by the variable.