Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl.action.* (4)org.jbpm.workflow.delegation.impl.assignment.* (1)
org.jbpm.workflow.delegation.impl.decision.* (3)org.jbpm.workflow.delegation.impl.fork.* (1)
org.jbpm.workflow.delegation.impl.htmlformatter.* (13)org.jbpm.workflow.delegation.impl.join.* (1)
org.jbpm.workflow.delegation.impl.serializer.* (8)

org.jbpm.workflow.delegation.impl: Javadoc index of package org.jbpm.workflow.delegation.impl.


Package Samples:

org.jbpm.workflow.delegation.impl.serializer
org.jbpm.workflow.delegation.impl.htmlformatter
org.jbpm.workflow.delegation.impl.assignment
org.jbpm.workflow.delegation.impl.action
org.jbpm.workflow.delegation.impl.decision
org.jbpm.workflow.delegation.impl.join
org.jbpm.workflow.delegation.impl.fork

Classes:

ActorExpressionResolver: resolves an expression to a user or a group using the following syntax : The general syntax is firstArgument->nextArgument->nextArgument->...->nextArgument For the firstArgument, following constructions are valid : previousActor : processInitiator : actor( <actorName> ) : role( <attributeName> ) : user( <userName> ) : group( <groupName> ) : For the nextArgument's, following constructions are valid : [User]->group( <membership-type> ) results in a Group [Group]->role( <role> ) results in a User [Group]->parentGroup results in a Group
AssignmentExpressionResolver: allows to specify the next-actor in a process definition as an expression using the following syntax. The general syntax is firstArgument->nextArgument->nextArgument->...->nextArgument For the firstArgument, following constructions are valid : previousActor : actor( <actorName> ) : user( <userName> ) : group( <groupName> ) : For the nextArgument's, following constructions are valid : [User]->group( <membership-type> ) results in a Group [Group]->role( <role> ) results in a User [Group]->parentGroup results in a Group
NumberInput: first parameter (required) : the fully qualified className of the number-type. e.g. java.lang.Integer second parameter (optional) : the size of the inputfield
DbClassLoader: is used to load classes like Assigner's, Interaction's, Decision's from the database.
DelegationImpl: manages all information for one delegation.
WebServiceAction: calls a web-service.
DecisionExpression: TODO : finish this !
EmailAction: sends an email.
DelegationHelper
ClassFileImpl
AttributeExpressionResolver
AuthorizationHelper
ExceptionHandlingType
DbAction
MsgQueueAction
EvaluationDecision
SimpleDecision
AndFork
EvaluationInput
PersonInput
DateInput
DiscussionInput
TextAreaInput
ObjectLabel
TextInput

Home | Contact Us | Privacy Policy | Terms of Service