Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractConditionStepListContainer<T> - Class in org.activiti.workflow.simple.definition
 
AbstractConditionStepListContainer() - Constructor for class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
AbstractNamedStepDefinition - Class in org.activiti.workflow.simple.definition
Superclass for all StepDefinition classes that have a name or description.
AbstractNamedStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
AbstractStepDefinitionContainer<T> - Class in org.activiti.workflow.simple.definition
 
AbstractStepDefinitionContainer() - Constructor for class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
AbstractStepListContainer<T> - Class in org.activiti.workflow.simple.definition
 
AbstractStepListContainer() - Constructor for class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
addCondition(String, String, String) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
addEntry(ListPropertyEntry) - Method in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
addFeedbackStep(String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addFeedbackStep(String, String, List<String>) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addFlowElement(WorkflowDefinitionConversion, FlowElement) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
Adds a flow element to the Process.
addFlowElement(WorkflowDefinitionConversion, FlowElement, boolean) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
addForm(FormDefinition) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
addFormProperty(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
Adds a form property to the form, not part of any group.
addFormProperty(FormPropertyDefinition) - Method in interface org.activiti.workflow.simple.definition.form.FormPropertyDefinitionContainer
 
addFormProperty(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
addFormPropertyDefinition(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
addFormPropertyGroup(FormPropertyGroup) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
Adds a group of properties to this form.
addHumanStep(String, String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStep(String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStep(String, String, String, boolean) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStep(String, String) - Method in interface org.activiti.workflow.simple.definition.StepDefinitionContainer
 
addHumanStepForGroup(String, List<String>) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStepForGroup(String, String, List<String>) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStepForGroup(String, String...) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStepForWorkflowInitiator(String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStepForWorkflowInitiator(String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addHumanStepForWorkflowInitiator(String) - Method in interface org.activiti.workflow.simple.definition.StepDefinitionContainer
 
additionalArtifacts - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
It is assumed the conversion will always create a BpmnModel and a Process (altough, strictly even that is pluggable).
additionalModelClasses - Variable in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
addScriptStep(String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addScriptStep(String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addSequenceFlow(WorkflowDefinitionConversion, FlowNode, FlowNode) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
addSequenceFlow(WorkflowDefinitionConversion, String, String) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
addSequenceFlow(WorkflowDefinitionConversion, String, String, String) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
Add a sequence-flow to the current process from source to target.
addStep(StepDefinition) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
addStep(StepDefinition) - Method in interface org.activiti.workflow.simple.definition.StepDefinitionContainer
 
addStepList(ListConditionStepDefinition<T>) - Method in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
addStepList(ListStepDefinition<T>) - Method in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
addStepList(ListConditionStepDefinition<T>) - Method in interface org.activiti.workflow.simple.definition.ConditionStepListContainer
 
addStepList(ListStepDefinition<T>) - Method in interface org.activiti.workflow.simple.definition.StepListContainer
 
afterStepsConversion(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
afterStepsConversion(WorkflowDefinitionConversion) - Method in interface org.activiti.workflow.simple.converter.listener.WorkflowDefinitionConversionListener
allWorkflowDefinitionConversionListeners - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
assignee - Variable in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
assignment - Variable in class org.activiti.workflow.simple.definition.HumanStepDefinition
 

B

BaseStepDefinitionConverter<U extends StepDefinition,T> - Class in org.activiti.workflow.simple.converter.step
Base class that can be used for StepDefinitionConverter, contains utility-methods.
BaseStepDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
beforeStepsConversion(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
beforeStepsConversion(WorkflowDefinitionConversion) - Method in interface org.activiti.workflow.simple.converter.listener.WorkflowDefinitionConversionListener
Called when the WorkflowDefinitionConversion is initialized, but nothing has been converted yet.
BooleanPropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that is represented as a boolean.
BooleanPropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.BooleanPropertyDefinition
 
BOUNDARY_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
bpmnModel - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
BpmnModelUtil - Class in org.activiti.workflow.simple.util
 
BpmnModelUtil() - Constructor for class org.activiti.workflow.simple.util.BpmnModelUtil
 

C

candidateGroups - Variable in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
candidateUsers - Variable in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
category - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
category(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
ChoiceStepsDefinition - Class in org.activiti.workflow.simple.definition
Defines a block of steps of which one collection of steps is executed based on conditions.
ChoiceStepsDefinition() - Constructor for class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
ChoiceStepsDefinition(WorkflowDefinition) - Constructor for class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
ChoiceStepsDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
StepDefinitionConverter for converting a ChoiceStepsDefinition to the following BPMN 2.0 structure: __ t1___ | | + -- ...---+- | | - txxx---
ChoiceStepsDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.ChoiceStepsDefinitionConverter
 
clone() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.BooleanPropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
Create a close of this FormPropertyDefinition instance.
clone() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
clone() - Method in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.NumberPropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
clone() - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
clone() - Method in interface org.activiti.workflow.simple.definition.StepDefinition
Create a clone of this StepDefinition instance.
cloneParameters() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
ConditionDefinition - Class in org.activiti.workflow.simple.definition
 
ConditionDefinition() - Constructor for class org.activiti.workflow.simple.definition.ConditionDefinition
 
conditions - Variable in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
ConditionStepListContainer<T> - Interface in org.activiti.workflow.simple.definition
 
ConversionConstants - Interface in org.activiti.workflow.simple.converter
 
conversionFactory - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
convert() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
Call this method to actually execute the conversion of the WorkflowDefinition which was provided in the constructor.
convertListParallelSteps(List<ListStepDefinition<ParallelStepsDefinition>>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
convertProperties(FormDefinition) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
Converts form properties.
convertStepDefinition(StepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
convertStepDefinition(StepDefinition, WorkflowDefinitionConversion) - Method in interface org.activiti.workflow.simple.converter.step.StepDefinitionConverter
Convert given StepDefinition to correct artifacts and adds them to process, models and forms.
convertSteps(List<StepDefinition>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
createAdditionalArtifacts(WorkflowDefinitionConversion, U, T) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
Subclasses should override this method if they want to create additional artifacts for this specific step.
createBoundarySignalCatch(WorkflowDefinitionConversion, Signal, UserTask) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createExclusiveGateway(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.ChoiceStepsDefinitionConverter
 
createFeedbackUserTask(FeedbackStepDefinition, WorkflowDefinitionConversion, Map<String, BaseElement>) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createForkParallelGateway(WorkflowDefinitionConversion, Map<String, BaseElement>) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createGatherFeedbackUserTask(FeedbackStepDefinition, WorkflowDefinitionConversion, Map<String, BaseElement>) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createHumanStepDefinition(String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
createHumanStepDefinition(String, String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
createHumanStepDefinition(String, String, boolean) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
createHumanStepDefinition(String, String, String, boolean) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
createJoinParallelGateway(WorkflowDefinitionConversion, Map<String, BaseElement>) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createMergingExclusiveGateway(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createParallelGateway(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.ParallelStepsDefinitionConverter
 
createProcessArtifact(U, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
Subclasses must implement this method and create the BPMN 2.0 process artifact(s) for the provided step.
createProcessArtifact(ChoiceStepsDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.ChoiceStepsDefinitionConverter
 
createProcessArtifact(DelayStepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.DelayStepDefinitionConverter
 
createProcessArtifact(FeedbackStepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createProcessArtifact(HumanStepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 
createProcessArtifact(ParallelStepsDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.ParallelStepsDefinitionConverter
 
createProcessArtifact(ScriptStepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.ScriptStepDefinitionConverter
 
createSelectPeopleUserTask(FeedbackStepDefinition, WorkflowDefinitionConversion, Map<String, BaseElement>) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createSequenceFlow(WorkflowDefinitionConversion, FlowNode, FlowNode) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
createSequenceFlow(WorkflowDefinitionConversion, FlowNode, FlowNode, ActivitiListener...) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
createSignal(WorkflowDefinitionConversion, String, boolean) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
createSignalBoundaryEvent(WorkflowDefinitionConversion, Signal, Activity, boolean) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
createSignalDeclaration(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createSignalThrow(WorkflowDefinitionConversion, Signal) - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
createSignalThrowEvent(WorkflowDefinitionConversion, Signal) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
createUserTask(HumanStepDefinition, WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 
createWorkflowDefinitionConversion() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
createWorkflowDefinitionConversion(WorkflowDefinition) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
currentChoiceStepsDefinition - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
currentListStepDefinition - Variable in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
currentListStepDefinition - Variable in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
currentParallelStepsDefinition - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 

D

DATE - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
DatePropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that is represented as a date.
DatePropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
Creates a new field, showing both time and date components.
DatePropertyDefinition(boolean) - Constructor for class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
DEFAULT_SEQUENCEFLOW_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
DefaultFormPropertyTypes - Interface in org.activiti.workflow.simple.converter.step
 
defaultStepConverters - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
DefaultWorkflowDefinitionConversionListener - Class in org.activiti.workflow.simple.converter.listener
Default listener for WorkflowDefinitionConversion lifecycle events.
DefaultWorkflowDefinitionConversionListener() - Constructor for class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
defaultWorkflowDefinitionConversionListeners - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
DelayStepDefinition - Class in org.activiti.workflow.simple.definition
Step that delays the current process/execution for a certain amount of time.
DelayStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.DelayStepDefinition
 
DelayStepDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
 
DelayStepDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.DelayStepDefinitionConverter
 
description - Variable in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
description - Variable in class org.activiti.workflow.simple.definition.form.FormDefinition
 
description - Variable in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
description - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
description(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
descriptionForFeedbackProviders - Variable in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
The text the feedback providers will see when providing feedback.
displayName - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 

E

END_EVENT_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
endChoice() - Method in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
endList() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
endList() - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
endParallel() - Method in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
ensureAssignment() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
entries - Variable in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
EVENT_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 

F

feedbackInitiator - Variable in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
The person who want to collect feedback.
feedbackProviders - Variable in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
The users providing the feedback.
FeedbackStepDefinition - Class in org.activiti.workflow.simple.definition
A feedback step is a step where one person initiates the gathering of feedback from multiple other persons.
FeedbackStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
FeedbackStepDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
 
FeedbackStepDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
findSucessorFlowElementsFor(Process, FlowElement) - Static method in class org.activiti.workflow.simple.util.BpmnModelUtil
 
form - Variable in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
FormDefinition - Class in org.activiti.workflow.simple.definition.form
A HumanStepDefinition (or other) can have a form associated with it that a user must complete to continue the workflow.
FormDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.FormDefinition
 
formDefinitionForFeedbackProviders - Variable in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
The form that will be displayed to the feedback providers.
formGroups - Variable in class org.activiti.workflow.simple.definition.form.FormDefinition
 
formKey - Variable in class org.activiti.workflow.simple.definition.form.FormDefinition
 
formProperties - Variable in class org.activiti.workflow.simple.definition.form.FormDefinition
 
FormPropertyDefinition - Class in org.activiti.workflow.simple.definition.form
Defines one property in a FormDefinition.
FormPropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
FormPropertyDefinitionContainer - Interface in org.activiti.workflow.simple.definition.form
Interface describing a container that can hold an ordered collection of form-property definitions.
formPropertyDefinitions - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
FormPropertyGroup - Class in org.activiti.workflow.simple.definition.form
A group of FormPropertyDefinitions which belong together.
FormPropertyGroup() - Constructor for class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
FormPropertyGroup(String, String, String) - Constructor for class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
FormStepDefinition - Interface in org.activiti.workflow.simple.definition
Interface describing a step which has a form.
forSimpleName(String) - Static method in enum org.activiti.workflow.simple.definition.HumanStepAssignment.HumanStepAssignmentType
 

G

GATEWAY_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
generateProcessId(WorkflowDefinition) - Method in class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
generateSequenceflowMappings(Process) - Method in class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
getAdditionalArtifacts() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getAllWorkflowDefinitionConversionListeners() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
Returns all WorkflowDefinitionConversionListener instances, both the injected and the default ones.
getArtifact(String) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getAssignee() - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
getAssignee() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getAssignment() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getAssignmentType() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getBpmn20Xml() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
Returns the BPMN 2.0 xml which is the converted version of the provided WorkflowDefinition.
getBpmnModel() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getCandidateGroups() - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
getCandidateGroups() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getCandidateUsers() - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
getCandidateUsers() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getCategory() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getConditions() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
getConversionFactory() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getDays() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
getDescription() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
getDescription() - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
getDescription() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
getDescription() - Method in interface org.activiti.workflow.simple.definition.NamedStepDefinition
 
getDescription() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getDescriptionForFeedbackProviders() - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
getDisplayName() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
getEntries() - Method in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
getFeedbackInitiator() - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
getFeedbackProviders() - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
getForm() - Method in interface org.activiti.workflow.simple.definition.FormStepDefinition
 
getForm() - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
getFormDefinitionForFeedbackProviders() - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
getFormGroups() - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
getFormKey() - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
getFormPropertyDefinitions() - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
getFormPropertyDefinitions(List<FormPropertyDefinition>) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
getFormPropertyDefinitions() - Method in interface org.activiti.workflow.simple.definition.form.FormPropertyDefinitionContainer
 
getFormPropertyDefinitions() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
getGatherFeedbackTaskName() - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.ChoiceStepsDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.DelayStepDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.ParallelStepsDefinitionConverter
 
getHandledClass() - Method in class org.activiti.workflow.simple.converter.step.ScriptStepDefinitionConverter
 
getHandledClass() - Method in interface org.activiti.workflow.simple.converter.step.StepDefinitionConverter
 
getHours() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
getId() - Method in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
getId() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
getId() - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
getId() - Method in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
getId() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
getId() - Method in interface org.activiti.workflow.simple.definition.StepDefinition
 
getId() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getInitiatorExpression() - Method in class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 
getInitiatorVariable() - Method in class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 
getJavaVersion() - Static method in class org.activiti.workflow.simple.util.JvmUtil
 
getKey() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getLastActivityId() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getLeftOperand() - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
getMinutes() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
getMonths() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
getName() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
getName() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
getName() - Method in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
getName() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
getName() - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
getName() - Method in interface org.activiti.workflow.simple.definition.NamedStepDefinition
 
getName() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getObjectMapper() - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
getOperator() - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
getParameters() - Method in interface org.activiti.workflow.simple.definition.StepDefinition
 
getParameters() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getProcess() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getProvideFeedbackTaskName() - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
getRightOperand() - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
getScript() - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
getScriptLanguage() - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
getSeconds() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
getSelectPeopleTaskName() - Method in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
getSequenceFlowPrefix() - Method in class org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter
 
getStartFormDefinition() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
getStepConverterFor(StepDefinition) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
getStepList() - Method in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
getStepList() - Method in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
getStepList() - Method in interface org.activiti.workflow.simple.definition.ConditionStepListContainer
 
getStepList() - Method in interface org.activiti.workflow.simple.definition.StepListContainer
 
getSteps() - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
getSteps() - Method in interface org.activiti.workflow.simple.definition.StepDefinitionContainer
 
getTimeDate() - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
getTimeDuration() - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
getTitle() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
getType() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
getType() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
getType() - Method in class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
getType() - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
getUniqueNumberedId(String) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getValue() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
getValue() - Method in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
getWorkflowDefinition() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
getYears() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 

H

HumanStepAssignment - Class in org.activiti.workflow.simple.definition
Reusable assignment details for a task to be performed by a user, used in for example HumanStepDefinition.
HumanStepAssignment() - Constructor for class org.activiti.workflow.simple.definition.HumanStepAssignment
 
HumanStepAssignment.HumanStepAssignmentType - Enum in org.activiti.workflow.simple.definition
Possible types of human step assignment.
HumanStepDefinition - Class in org.activiti.workflow.simple.definition
Defines a step that must be executed by a human actor.
HumanStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.HumanStepDefinition
 
HumanStepDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
HumanStepDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter
 

I

id - Variable in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
id - Variable in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
id - Variable in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
id - Variable in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
id - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
id(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
inChoice() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
incrementalIdMapping - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
initDefaultStepConverters() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
initDefaultWorkflowDefinitionConversionListeners() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
initializeProcess(WorkflowDefinitionConversion) - Method in class org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener
 
inList() - Method in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
inList() - Method in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
inParallel() - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
INTERMEDIATE_EVENT_ID_PREVIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
isJDK8() - Static method in class org.activiti.workflow.simple.util.JvmUtil
 
isMandatory() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
isMultiline() - Method in class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 
isSequenceflowGenerationEnabled() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
isShowTime() - Method in class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
isStartsWithPrevious() - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
isUpdateLastActivityEnabled() - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
isWritable() - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 

J

JvmUtil - Class in org.activiti.workflow.simple.util
 
JvmUtil() - Constructor for class org.activiti.workflow.simple.util.JvmUtil
 

K

key - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
key(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 

L

lastActivityId - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
leftOperand - Variable in class org.activiti.workflow.simple.definition.ConditionDefinition
 
LIST - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
ListConditionStepDefinition<T> - Class in org.activiti.workflow.simple.definition
 
ListConditionStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
ListConditionStepDefinition(ConditionStepListContainer<T>) - Constructor for class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
ListPropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that is represented as single item selected from a list of possible values.
ListPropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
ListPropertyEntry - Class in org.activiti.workflow.simple.definition.form
Single entry of possible values available in a ListPropertyDefinition.
ListPropertyEntry() - Constructor for class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
ListPropertyEntry(String, String) - Constructor for class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
ListStepDefinition<T> - Class in org.activiti.workflow.simple.definition
 
ListStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.ListStepDefinition
 
ListStepDefinition(StepListContainer<T>) - Constructor for class org.activiti.workflow.simple.definition.ListStepDefinition
 

M

mandatory - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
multiline - Variable in class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 

N

name - Variable in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
name - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
name - Variable in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
name - Variable in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
name - Variable in class org.activiti.workflow.simple.definition.ListStepDefinition
 
name - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
name(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
NamedStepDefinition - Interface in org.activiti.workflow.simple.definition
 
NUMBER - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
NumberPropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that is represented as a number.
NumberPropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.NumberPropertyDefinition
 

O

objectMapper - Variable in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
operator - Variable in class org.activiti.workflow.simple.definition.ConditionDefinition
 
org.activiti.workflow.simple.converter - package org.activiti.workflow.simple.converter
 
org.activiti.workflow.simple.converter.json - package org.activiti.workflow.simple.converter.json
 
org.activiti.workflow.simple.converter.listener - package org.activiti.workflow.simple.converter.listener
 
org.activiti.workflow.simple.converter.step - package org.activiti.workflow.simple.converter.step
 
org.activiti.workflow.simple.definition - package org.activiti.workflow.simple.definition
 
org.activiti.workflow.simple.definition.form - package org.activiti.workflow.simple.definition.form
 
org.activiti.workflow.simple.exception - package org.activiti.workflow.simple.exception
 
org.activiti.workflow.simple.util - package org.activiti.workflow.simple.util
 

P

ParallelStepsDefinition - Class in org.activiti.workflow.simple.definition
Defines a block of steps that all must be executed in parallel.
ParallelStepsDefinition() - Constructor for class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
ParallelStepsDefinition(WorkflowDefinition) - Constructor for class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
ParallelStepsDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
StepDefinitionConverter for converting a ParallelStepsDefinition to the following BPMN 2.0 structure: __ t1___ | | + -- ...---+- | | - txxx---
ParallelStepsDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.ParallelStepsDefinitionConverter
 
parameters - Variable in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.ListStepDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
parameters - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
PEOPLE - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
process - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 

R

readFormDefinition(InputStream) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
readWorkflowDefinition(InputStream) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
readWorkflowDefinition(byte[]) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
REFERENCE - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
ReferencePropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that represents a reference to another entity.
ReferencePropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
removeFormProperty(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
removeFormProperty(FormPropertyDefinition) - Method in interface org.activiti.workflow.simple.definition.form.FormPropertyDefinitionContainer
 
removeFormProperty(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
rightOperand - Variable in class org.activiti.workflow.simple.definition.ConditionDefinition
 

S

script - Variable in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
SCRIPT_TASK_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
scriptLanguage - Variable in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
ScriptStepDefinition - Class in org.activiti.workflow.simple.definition
 
ScriptStepDefinition() - Constructor for class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
ScriptStepDefinitionConverter - Class in org.activiti.workflow.simple.converter.step
 
ScriptStepDefinitionConverter() - Constructor for class org.activiti.workflow.simple.converter.step.ScriptStepDefinitionConverter
 
sequenceflowGenerationEnabled - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
SERVICE_TASK_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 
setArtifact(String, Object) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setAssignee(String) - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
setAssignee(String) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setAssignment(HumanStepAssignment) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setBpmnModel(BpmnModel) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setCandidateGroups(List<String>) - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
setCandidateGroups(List<String>) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setCandidateUsers(List<String>) - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
setCandidateUsers(List<String>) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setCategory(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setConditions(List<ConditionDefinition>) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
setDays(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
setDefaultStepDefinitionConverters(List<StepDefinitionConverter>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
setDefaultWorkflowDefinitionConversionListeners(List<WorkflowDefinitionConversionListener>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
setDescription(String) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setDescription(String) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
setDescription(String) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
setDescription(String) - Method in interface org.activiti.workflow.simple.definition.NamedStepDefinition
 
setDescription(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setDescriptionForFeedbackProviders(String) - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
setDisplayName(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setEntries(List<ListPropertyEntry>) - Method in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
setFeedbackInitiator(String) - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
setFeedbackProviders(List<String>) - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
setForm(FormDefinition) - Method in interface org.activiti.workflow.simple.definition.FormStepDefinition
 
setForm(FormDefinition) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setFormDefinitionForFeedbackProviders(FormDefinition) - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
setFormGroups(List<FormPropertyGroup>) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
setFormKey(String) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
setFormPropertyDefinitions(List<FormPropertyDefinition>) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
setHours(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
setId(String) - Method in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
setId(String) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setId(String) - Method in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
setId(String) - Method in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 
setId(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
setId(String) - Method in interface org.activiti.workflow.simple.definition.StepDefinition
 
setId(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setKey(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setLastActivityId(String) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setLeftOperand(String) - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
setMandatory(boolean) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setMinutes(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
setMonths(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
setMultiline(boolean) - Method in class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 
setName(String) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setName(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setName(String) - Method in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
setName(String) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
setName(String) - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
setName(String) - Method in interface org.activiti.workflow.simple.definition.NamedStepDefinition
 
setName(String) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setOperator(String) - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
setParameters(Map<String, Object>) - Method in interface org.activiti.workflow.simple.definition.StepDefinition
Set the custom parameters.
setParameters(Map<String, Object>) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setProcess(Process) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setRightOperand(String) - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
setScript(String) - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
setScriptLanguage(String) - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
setSeconds(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
setSequenceflowGenerationEnabled(boolean) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setShowTime(boolean) - Method in class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
setStartFormDefinition(FormDefinition) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
setStartsWithPrevious(boolean) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setStepDefinitionConverters(List<StepDefinitionConverter>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
setTimeDate(String) - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
setTimeDuration(TimeDurationDefinition) - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
setTitle(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
setType(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setType(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
setType(String) - Method in class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
setType(HumanStepAssignment.HumanStepAssignmentType) - Method in class org.activiti.workflow.simple.definition.HumanStepAssignment
 
setUpdateLastActivityEnabled(boolean) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setValue(String) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setValue(String) - Method in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
setValues(ConditionDefinition) - Method in class org.activiti.workflow.simple.definition.ConditionDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.FeedbackStepDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.BooleanPropertyDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
setValues(FormDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
Sets the properties of this FormPropertyDefinition instance based in the properties present in the given definition.
setValues(FormPropertyGroup) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.ListPropertyDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.NumberPropertyDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
setValues(FormPropertyDefinition) - Method in class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.HumanStepDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.ListStepDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
setValues(StepDefinition) - Method in class org.activiti.workflow.simple.definition.ScriptStepDefinition
 
setValues(StepDefinition) - Method in interface org.activiti.workflow.simple.definition.StepDefinition
Sets the properties of this StepDefinition instance based in the properties present in the given definition.
setWorkflowDefinition(WorkflowDefinition) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
setWorkflowDefinitionConversionListeners(List<WorkflowDefinitionConversionListener>) - Method in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
setWritable(boolean) - Method in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
setYears(Integer) - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
showTime - Variable in class org.activiti.workflow.simple.definition.form.DatePropertyDefinition
 
SimpleWorkflowException - Exception in org.activiti.workflow.simple.exception
Runtime exception that is the superclass of all Simple workflow exceptions.
SimpleWorkflowException(String, Throwable) - Constructor for exception org.activiti.workflow.simple.exception.SimpleWorkflowException
 
SimpleWorkflowException(String) - Constructor for exception org.activiti.workflow.simple.exception.SimpleWorkflowException
 
SimpleWorkflowJsonConverter - Class in org.activiti.workflow.simple.converter.json
A converter capable of converting WorkflowDefinitions from and to a JSON representation.
SimpleWorkflowJsonConverter() - Constructor for class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
startFormDefinition - Variable in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
startFormdefinition(FormDefinition) - Method in class org.activiti.workflow.simple.definition.WorkflowDefinition
 
startsWithPrevious - Variable in class org.activiti.workflow.simple.definition.AbstractNamedStepDefinition
 
stepConverters - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
StepDefinition - Interface in org.activiti.workflow.simple.definition
Marker interface for all 'patterns' that are known by the simple workflow API.
StepDefinitionContainer<T> - Interface in org.activiti.workflow.simple.definition
 
StepDefinitionConverter<U extends StepDefinition,T> - Interface in org.activiti.workflow.simple.converter.step
A class that is responsible for converting a single StepDefinition to all required artifacts needed.
stepListContainer - Variable in class org.activiti.workflow.simple.definition.ListConditionStepDefinition
 
stepListContainer - Variable in class org.activiti.workflow.simple.definition.ListStepDefinition
 
StepListContainer<T> - Interface in org.activiti.workflow.simple.definition
 
steps - Variable in class org.activiti.workflow.simple.definition.AbstractConditionStepListContainer
 
steps - Variable in class org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer
 
steps - Variable in class org.activiti.workflow.simple.definition.AbstractStepListContainer
 

T

TEXT - Static variable in interface org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes
 
TextPropertyDefinition - Class in org.activiti.workflow.simple.definition.form
A form-property with a value that is represented as a simple text.
TextPropertyDefinition() - Constructor for class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
Creates a single-lined text-property.
TextPropertyDefinition(boolean) - Constructor for class org.activiti.workflow.simple.definition.form.TextPropertyDefinition
 
timeDate - Variable in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
timeDuration - Variable in class org.activiti.workflow.simple.definition.DelayStepDefinition
 
TimeDurationDefinition - Class in org.activiti.workflow.simple.definition
 
TimeDurationDefinition() - Constructor for class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
title - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
toISO8601DurationString() - Method in class org.activiti.workflow.simple.definition.TimeDurationDefinition
 
toString() - Method in enum org.activiti.workflow.simple.definition.HumanStepAssignment.HumanStepAssignmentType
 
type - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
type - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyGroup
 
type - Variable in class org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition
 
type - Variable in class org.activiti.workflow.simple.definition.HumanStepAssignment
 

U

updateLastActivityEnabled - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
USER_TASK_ID_PREFIX - Static variable in interface org.activiti.workflow.simple.converter.ConversionConstants
 

V

value - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
value - Variable in class org.activiti.workflow.simple.definition.form.ListPropertyEntry
 
valueOf(String) - Static method in enum org.activiti.workflow.simple.definition.HumanStepAssignment.HumanStepAssignmentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.activiti.workflow.simple.definition.HumanStepAssignment.HumanStepAssignmentType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_FEEDBACK_PROVIDER - Static variable in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 
VARIABLE_FEEDBACK_PROVIDERS - Static variable in class org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter
 

W

workflowDefinition - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
workflowDefinition - Variable in class org.activiti.workflow.simple.definition.ChoiceStepsDefinition
 
workflowDefinition - Variable in class org.activiti.workflow.simple.definition.ParallelStepsDefinition
 
WorkflowDefinition - Class in org.activiti.workflow.simple.definition
Allows to create simple workflows through an easy, fluent Java API.
WorkflowDefinition() - Constructor for class org.activiti.workflow.simple.definition.WorkflowDefinition
 
WorkflowDefinitionConversion - Class in org.activiti.workflow.simple.converter
Instances of this class are created by a WorkflowDefinitionConversionFactory.
WorkflowDefinitionConversion(WorkflowDefinitionConversionFactory, WorkflowDefinition) - Constructor for class org.activiti.workflow.simple.converter.WorkflowDefinitionConversion
 
WorkflowDefinitionConversionFactory - Class in org.activiti.workflow.simple.converter
Factory that is capable of creating WorkflowDefinitionConversion objects.
WorkflowDefinitionConversionFactory() - Constructor for class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
WorkflowDefinitionConversionListener - Interface in org.activiti.workflow.simple.converter.listener
Allows to hook into the lifecycle of a WorkflowDefinitionConversion.
workflowDefinitionConversionListeners - Variable in class org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory
 
wrapExceptionRead(Exception) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
wrapExceptionWrite(Exception) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
writable - Variable in class org.activiti.workflow.simple.definition.form.FormPropertyDefinition
 
writeFormDefinition(FormDefinition, Writer) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
writeWorkflowDefinition(WorkflowDefinition, Writer) - Method in class org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 Alfresco. All rights reserved.