| Home >> All >> org >> jbpm >> workflow >> [ definition Javadoc ] |
| | org.jbpm.workflow.definition.attribute.* (1) | | org.jbpm.workflow.definition.ejb.* (5) |
| | org.jbpm.workflow.definition.ejb.impl.* (1) | | org.jbpm.workflow.definition.impl.* (21) |
org.jbpm.workflow.definition: Javadoc index of package org.jbpm.workflow.definition.
Package Samples:
org.jbpm.workflow.definition.impl
org.jbpm.workflow.definition.attribute
org.jbpm.workflow.definition.ejb.impl
org.jbpm.workflow.definition.ejb
Classes:
DefinitionComponent: is the session facade that exposes the interface for loading process definitions into the process engine. For an introduction on how to build process definitions please refer to 'The jBpm Process definition language' (jPdl) on the jBpm website. Also the DTD and XSD of the processdefinition.xml file can be found there. For more information on how jBpm copes with multiple versions of the same process definition, see section 'Versioning' on the jBpm website .
JpdlException: is the checked exception that is thrown when a process archive is not compliant as specified in the jBpm Process Defintition Language (jPdl). A JpdlException tries to collect as many error messages in one parsing or validation, analogue to a compiler. This allows a process developer to correct more then one problem before redeploying the process archive. Each message is optionally composed of a list of sub-messages separated by colons ':'. The sub-messages are ordered from general to specific.
Evaluation: is a frequently used Attribute-type, it is used for representing the result of an approval decision. The org.jbpm.workflow.delegation.Serializer for Evaluation-objects is org.jbpm.workflow.delegation.impl.serializer.EvaluationSerializer. To convert Evaluation-objects in jBpm's web-interface to and from html, use org.jbpm.workflow.delegation.impl.htmlformatter.EvaluationHtmlFormatter as org.jbpm.workflow.delegation.HtmlFormatter
DefinitionSessionRemoteHome: is the EJB-remote-home-interface for the org.jbpm.workflow.definition.DefinitionComponent
DefinitionSessionLocalHome: is the EJB-local-home-interface for the org.jbpm.workflow.definition.DefinitionComponent
DefinitionSessionRemote: is the EJB-remote-interface for the org.jbpm.workflow.definition.DefinitionComponent
DefinitionSessionLocal: is the EJB-local-interface for the org.jbpm.workflow.definition.DefinitionComponent
DefinitionSessionBean: reads the process-definition-jar-file (= process archive) and stores all content in the database.
EventType: is the enum class for all runtime process execution events.
FieldAccess: specifies read, write and required properties for fields.
EndState: is the end-state of a process-definition.
Action
Attribute
Join
Fork
Field
DefinitionObject
Decision
ProcessBlock
StartState
Node
State
ActivityState
ConcurrentBlock
Transition
| Home | Contact Us | Privacy Policy | Terms of Service |