http://jbpm.org/jpdl-4
element assignment

Documentation
Specifies how a task or a swimlane should be assigned 
    to a specific user or who will be identified as a candidate for it.
An object that implements the 
          Assigner interface.
          
Properties
This component is not nillable.

Model
<assignment
  assignee = string
  assignee-expr = string
  candidate-expr = string
  candidates = string>
(object | jndi | expr) ?
</assignment>


Nested Element Summary
 expr
          
 jndi
          
 object
          A java object that will be obtained by using the constructor through reflection or through a factory method. 

Attribute Summary
 stringassignee
          User ID of the person to which the task or swimlane will be assigned.  
 stringassignee-expr
          Expression that resolves to a User ID to which the task or swimlane will be assigned.  
 stringcandidate-expr
          Expression that resolves to a comma separated list of User ID's or Group ID's. 
 stringcandidates
          Comma separated list of User ID's or Group ID's. 

Attribute Detail

assignee

User ID of the person to which the task or swimlane will be assigned.

Type:
string
Use:
optional
Form:
qualified

assignee-expr

Expression that resolves to a User ID to which the task or swimlane will be assigned.

Type:
string
Use:
optional
Form:
qualified

candidate-expr

Expression that resolves to a comma separated list of User ID's or Group ID's. All the referred people will be candidates to take the task or swimlane.

Type:
string
Use:
optional
Form:
qualified

candidates

Comma separated list of User ID's or Group ID's. All the referred people will be candidates to take the task or swimlane.

Type:
string
Use:
optional
Form:
qualified

Local Usage
swimlane, taskType

Source
<element name="assignment">
<complexType>
<sequence minOccurs="0">
<group ref="tns:delegationGroup">
</group>
</sequence>
<attribute name="assignee" type="string">
</attribute>
<attribute name="assignee-expr" type="string">
</attribute>
<attribute name="candidates" type="string">
</attribute>
<attribute name="candidate-expr" type="string">
</attribute>
</complexType>
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.