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

A

AbstractFormFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
Abstract class contains common behaviour to FormFieldGenerators
AbstractFormFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.AbstractFormFieldGenerator
 
AbstractProcForm - Class in com.haulmont.bpm.gui.form
Empty implementation of ProcForm.
AbstractProcForm() - Constructor for class com.haulmont.bpm.gui.form.AbstractProcForm
 
AbstractStencilFrame<T extends Stencil> - Class in com.haulmont.bpm.gui.stencilset.frame
 
AbstractStencilFrame() - Constructor for class com.haulmont.bpm.gui.stencilset.frame.AbstractStencilFrame
 
actionCompleted() - Method in interface com.haulmont.bpm.gui.action.ProcAction.AfterActionListener
 
actionPerform(Component) - Method in class com.haulmont.bpm.gui.action.CancelProcessAction
 
actionPerform(Component) - Method in class com.haulmont.bpm.gui.action.ClaimProcTaskAction
 
actionPerform(Component) - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
actionPerform(Component) - Method in class com.haulmont.bpm.gui.action.StartProcessAction
 
addActionButton(Button) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
Method adds a button to the end of the action buttons box.
addActionButton(Button) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
Method adds a button to the end of the action buttons box.
addAfterActionListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.action.ProcAction
 
addBeforeActionPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.action.ProcAction
 
addConvertersToBpmnMapItem(String, Class<? extends BaseBpmnJsonConverter>) - Static method in class com.haulmont.bpm.core.jsonconverter.CubaBpmnJsonConverter
 
addOutcome(String, UUID) - Method in class com.haulmont.bpm.core.ProcTaskResult
Adds a new decision to the result
addProcActor(String, User) - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
addProcActor(ProcRole, User) - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
applicationStarted() - Method in class com.haulmont.bpm.core.BpmAppContextListener
 
applicationStopped() - Method in class com.haulmont.bpm.core.BpmAppContextListener
 
assignProcTask(TaskEntity) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Assign an owner to the task that doesn't have an owner yet and updates a joined ProcTask
assignProcTask(TaskEntity) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
auth(HttpServletRequest, HttpServletResponse) - Static method in class com.haulmont.bpm.web.controller.BpmControllerUtils
 

B

BigDecimalFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
BigDecimalFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.BigDecimalFieldGenerator
 
BooleanFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
BooleanFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.BooleanFieldGenerator
 
BpmActivitiListener - Class in com.haulmont.bpm.core.engine.listener
 
BpmActivitiListener() - Constructor for class com.haulmont.bpm.core.engine.listener.BpmActivitiListener
 
BpmAppContextListener - Class in com.haulmont.bpm.core
Finds all serviceTask custom stencils in the stencilset JSON and registers them at the CubaBpmnJsonConverter
BpmAppContextListener() - Constructor for class com.haulmont.bpm.core.BpmAppContextListener
 
BpmConfig - Interface in com.haulmont.bpm.config
 
BpmConstants - Interface in com.haulmont.bpm
 
BpmConstants.Views - Interface in com.haulmont.bpm
 
BpmControllerUtils - Class in com.haulmont.bpm.web.controller
 
BpmControllerUtils() - Constructor for class com.haulmont.bpm.web.controller.BpmControllerUtils
 
BpmEntitiesService - Interface in com.haulmont.bpm.service
A service that helps in working with BPM entities
BpmEntitiesService.ProcInstanceDetails - Class in com.haulmont.bpm.service
The class is used for configuring a method that builds a ProcInstance entity containing process actors and reference to the entity and to the ProcInstance.
BpmEntitiesServiceBean - Class in com.haulmont.bpm.service
 
BpmEntitiesServiceBean() - Constructor for class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
BpmException - Exception in com.haulmont.bpm.exception
 
BpmException() - Constructor for exception com.haulmont.bpm.exception.BpmException
 
BpmException(String) - Constructor for exception com.haulmont.bpm.exception.BpmException
 
BpmException(String, Throwable) - Constructor for exception com.haulmont.bpm.exception.BpmException
 
BpmException(Throwable) - Constructor for exception com.haulmont.bpm.exception.BpmException
 
BpmException(String, Throwable, boolean, boolean) - Constructor for exception com.haulmont.bpm.exception.BpmException
 
BpmFileDownloadController - Class in com.haulmont.bpm.web.controller
 
BpmFileDownloadController() - Constructor for class com.haulmont.bpm.web.controller.BpmFileDownloadController
 
BpmFormContentFilter - Class in com.haulmont.bpm.web.initializer
 
BpmFormContentFilter() - Constructor for class com.haulmont.bpm.web.initializer.BpmFormContentFilter
 
BpmInitializer - Class in com.haulmont.bpm.web.initializer
 
BpmInitializer() - Constructor for class com.haulmont.bpm.web.initializer.BpmInitializer
 
BpmUserTaskParseHandler - Class in com.haulmont.bpm.core.engine.parser
The handler automatically sets some UserTask expressions: assignee - for single user task based on procRole field candidateUsers - for single user task based on procRole field if claimAllowed set to "true" for the task full bunch of loopCharacteristics - for multiInstance task based on procRole field
BpmUserTaskParseHandler() - Constructor for class com.haulmont.bpm.core.engine.parser.BpmUserTaskParseHandler
 

C

cancel() - Method in class com.haulmont.bpm.gui.form.generic.GenericProcForm
 
cancelProcess(ProcInstance, String) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Method deletes process instance from activiti engine, updates the procInstance and all tasks of this procInstance
cancelProcess(ProcInstance, String) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
cancelProcess(ProcInstance, String) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
cancelProcess(ProcInstance, String) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
CancelProcessAction - Class in com.haulmont.bpm.gui.action
 
CancelProcessAction(ProcInstance) - Constructor for class com.haulmont.bpm.gui.action.CancelProcessAction
 
claimProcTask(ProcTask, User) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Claims responsibility for the task
claimProcTask(ProcTask, User) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
claimProcTask(ProcTask, User) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
claimProcTask(ProcTask, User) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
ClaimProcTaskAction - Class in com.haulmont.bpm.gui.action
 
ClaimProcTaskAction(ProcTask) - Constructor for class com.haulmont.bpm.gui.action.ClaimProcTaskAction
 
clearCaches() - Method in class com.haulmont.bpm.core.jmx.MessagesCache
 
clearCaches() - Method in interface com.haulmont.bpm.core.jmx.MessagesCacheMBean
 
clearCaches() - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Clears messages caches
clearCaches() - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
close() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
coalesce(T...) - Static method in class com.haulmont.bpm.web.controller.ContentController
 
com.haulmont.bpm - package com.haulmont.bpm
 
com.haulmont.bpm.config - package com.haulmont.bpm.config
 
com.haulmont.bpm.core - package com.haulmont.bpm.core
 
com.haulmont.bpm.core.engine.cfg - package com.haulmont.bpm.core.engine.cfg
 
com.haulmont.bpm.core.engine.impl.db - package com.haulmont.bpm.core.engine.impl.db
 
com.haulmont.bpm.core.engine.listener - package com.haulmont.bpm.core.engine.listener
 
com.haulmont.bpm.core.engine.parser - package com.haulmont.bpm.core.engine.parser
 
com.haulmont.bpm.core.engine.scripting - package com.haulmont.bpm.core.engine.scripting
 
com.haulmont.bpm.core.engine.spring - package com.haulmont.bpm.core.engine.spring
 
com.haulmont.bpm.core.jmx - package com.haulmont.bpm.core.jmx
 
com.haulmont.bpm.core.jsonconverter - package com.haulmont.bpm.core.jsonconverter
 
com.haulmont.bpm.entity - package com.haulmont.bpm.entity
 
com.haulmont.bpm.entity.stencil - package com.haulmont.bpm.entity.stencil
 
com.haulmont.bpm.exception - package com.haulmont.bpm.exception
 
com.haulmont.bpm.form - package com.haulmont.bpm.form
 
com.haulmont.bpm.gui.action - package com.haulmont.bpm.gui.action
 
com.haulmont.bpm.gui.app - package com.haulmont.bpm.gui.app
 
com.haulmont.bpm.gui.form - package com.haulmont.bpm.gui.form
 
com.haulmont.bpm.gui.form.generic - package com.haulmont.bpm.gui.form.generic
 
com.haulmont.bpm.gui.form.generic.fieldgenerator - package com.haulmont.bpm.gui.form.generic.fieldgenerator
 
com.haulmont.bpm.gui.form.standard - package com.haulmont.bpm.gui.form.standard
 
com.haulmont.bpm.gui.procactions - package com.haulmont.bpm.gui.procactions
 
com.haulmont.bpm.gui.procactionsfragment - package com.haulmont.bpm.gui.procactionsfragment
 
com.haulmont.bpm.gui.procactor - package com.haulmont.bpm.gui.procactor
 
com.haulmont.bpm.gui.procattachment - package com.haulmont.bpm.gui.procattachment
 
com.haulmont.bpm.gui.procattachmenttype - package com.haulmont.bpm.gui.procattachmenttype
 
com.haulmont.bpm.gui.procdefinition - package com.haulmont.bpm.gui.procdefinition
 
com.haulmont.bpm.gui.procinstance - package com.haulmont.bpm.gui.procinstance
 
com.haulmont.bpm.gui.procmodel - package com.haulmont.bpm.gui.procmodel
 
com.haulmont.bpm.gui.proctask - package com.haulmont.bpm.gui.proctask
 
com.haulmont.bpm.gui.stencilset - package com.haulmont.bpm.gui.stencilset
 
com.haulmont.bpm.gui.stencilset.frame - package com.haulmont.bpm.gui.stencilset.frame
 
com.haulmont.bpm.gui.stencilset.helper - package com.haulmont.bpm.gui.stencilset.helper
 
com.haulmont.bpm.rest - package com.haulmont.bpm.rest
 
com.haulmont.bpm.role - package com.haulmont.bpm.role
 
com.haulmont.bpm.service - package com.haulmont.bpm.service
 
com.haulmont.bpm.web.controller - package com.haulmont.bpm.web.controller
 
com.haulmont.bpm.web.exceptions - package com.haulmont.bpm.web.exceptions
 
com.haulmont.bpm.web.initializer - package com.haulmont.bpm.web.initializer
 
com.haulmont.bpm.web.ui.procmodel - package com.haulmont.bpm.web.ui.procmodel
 
commit() - Method in class com.haulmont.bpm.gui.form.generic.GenericProcForm
 
commit() - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
completeProcTask(ProcTask, String, String, Map<String, Object>) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Signals for activiti engine that a UserTask is completed and updates a procTask object
completeProcTask(ProcTask, String, String, Map<String, Object>) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
completeProcTask(ProcTask, String, String, Map<String, Object>) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
completeProcTask(ProcTask, String, String, Map<String, Object>) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
CompleteProcTaskAction - Class in com.haulmont.bpm.gui.action
 
CompleteProcTaskAction(ProcTask, String, ProcFormDefinition) - Constructor for class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
completeProcTaskOnTimer(UUID, String) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Sets outcome and endDate properties to the given ProcTask.
completeProcTaskOnTimer(UUID, String) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
ContentController - Class in com.haulmont.bpm.web.controller
Controller returns static content necessary for activiti modeler
ContentController() - Constructor for class com.haulmont.bpm.web.controller.ContentController
 
ContentController.Error - Class in com.haulmont.bpm.web.controller
 
ContentController.LookupResult - Interface in com.haulmont.bpm.web.controller
 
ContentController.StaticFile - Class in com.haulmont.bpm.web.controller
 
convertModelToProcessXml(String) - Method in interface com.haulmont.bpm.core.ProcessRepositoryManager
Finds a process model by its activiti id and converts model JSON to BPMN process XML
convertModelToProcessXml(String) - Method in class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
convertModelToProcessXml(String) - Method in interface com.haulmont.bpm.service.ProcessRepositoryService
 
convertModelToProcessXml(String) - Method in class com.haulmont.bpm.service.ProcessRepositoryServiceBean
 
copyModel() - Method in class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
count(String) - Method in class com.haulmont.bpm.core.ProcTaskResult
Returns a number of process actors who finished the task with a given outcome.
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.BigDecimalFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.BooleanFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.DateFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.DateTimeFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.EntityFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.EnumFieldGenerator
 
createField(ProcFormParam, String) - Method in interface com.haulmont.bpm.gui.form.generic.fieldgenerator.FormFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.IntegerFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.LongFieldGenerator
 
createField(ProcFormParam, String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.StringFieldGenerator
 
createFormFieldGenerator(String) - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.FormFieldGeneratorsFactory
 
createGroupStencil() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
createModel(String) - Method in interface com.haulmont.bpm.service.ModelService
Creates new activiti model
createModel(String) - Method in class com.haulmont.bpm.service.ModelServiceBean
 
createNotAssignedProcTask(TaskEntity) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Creates new ProcTask that doesn't have assigned user
createNotAssignedProcTask(TaskEntity) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
createProcInstance(BpmEntitiesService.ProcInstanceDetails) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
Creates a new not-persisted ProcInstance according to the information from the procInstanceDetails
createProcInstance(BpmEntitiesService.ProcInstanceDetails) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
createProcTask(TaskEntity) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Creates new ProcTask based on activiti TaskEntity
createProcTask(TaskEntity) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
createServiceTaskStencil() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
CubaBpmnJsonConverter - Class in com.haulmont.bpm.core.jsonconverter
A BpmnJsonConverter that can register custom stencils
CubaBpmnJsonConverter() - Constructor for class com.haulmont.bpm.core.jsonconverter.CubaBpmnJsonConverter
 
Custom() - Constructor for class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Custom
 
CUSTOM_STENCIL_SERVICE_TASK - Static variable in interface com.haulmont.bpm.BpmConstants
 
CustomServiceTaskJsonConverter - Class in com.haulmont.bpm.core.jsonconverter
Class is used for converting a JSON representation of the custom service task to the Activiti internal model class.
CustomServiceTaskJsonConverter() - Constructor for class com.haulmont.bpm.core.jsonconverter.CustomServiceTaskJsonConverter
 

D

DateFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
DateFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.DateFieldGenerator
 
DateTimeFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
DateTimeFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.DateTimeFieldGenerator
 
DEFAULT_TASK_OUTCOME - Static variable in interface com.haulmont.bpm.BpmConstants
 
deploy() - Method in class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
deployProcessFromPath(String, ProcDefinition, ProcModel) - Method in interface com.haulmont.bpm.core.ProcessRepositoryManager
Creates or updates a ProcDefinition and deploys process from a given path to Activiti engine.
deployProcessFromPath(String, ProcDefinition, ProcModel) - Method in class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
deployProcessFromXml(String, ProcDefinition, ProcModel) - Method in interface com.haulmont.bpm.core.ProcessRepositoryManager
Creates or updates a ProcDefinition and deploys a given BPMN XML to Activiti engine.
deployProcessFromXml(String, ProcDefinition, ProcModel) - Method in class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
deployProcessFromXml(String, ProcDefinition, ProcModel) - Method in interface com.haulmont.bpm.service.ProcessRepositoryService
 
deployProcessFromXml(String, ProcDefinition, ProcModel) - Method in class com.haulmont.bpm.service.ProcessRepositoryServiceBean
 
destroy() - Method in class com.haulmont.bpm.web.initializer.BpmFormContentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.haulmont.bpm.web.initializer.BpmFormContentFilter
 
download(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.BpmFileDownloadController
Method is used by the BPMN modeler for extracting custom stencil icon

E

EmptyModelExceptionHandler - Class in com.haulmont.bpm.web.exceptions
 
EmptyModelExceptionHandler() - Constructor for class com.haulmont.bpm.web.exceptions.EmptyModelExceptionHandler
 
entityAttributePermissions() - Method in class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
entityAttributePermissions() - Method in class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
EntityFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
EntityFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.EntityFieldGenerator
 
entityPermissions() - Method in class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
entityPermissions() - Method in class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
EnumFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
EnumFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.EnumFieldGenerator
 
Error(int, String) - Constructor for class com.haulmont.bpm.web.controller.ContentController.Error
 
evaluate() - Method in interface com.haulmont.bpm.gui.action.ProcAction.BeforeActionPredicate
 
evaluateExpression(String, String) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Evaluates an UEL expression with a context of activiti process
evaluateExpression(String, String) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
evaluateExpression(String, String) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
evaluateExpression(String, String) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
execute(CommandConfig, Command<T>) - Method in class com.haulmont.bpm.core.engine.spring.ExtSpringTransactionInterceptor
 
exists(String) - Method in class com.haulmont.bpm.core.ProcTaskResult
Checks whether someone completed the task with a given outcome
exportModel() - Method in class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
exportStencilSet(String, List<FileDescriptor>) - Method in interface com.haulmont.bpm.core.StencilSetManager
Exports a stencilset json file and a set of stencil icon files into the zip archive
exportStencilSet(String, List<FileDescriptor>) - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
exportStencilSet() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
exportStencilSet(String, List<FileDescriptor>) - Method in interface com.haulmont.bpm.service.StencilSetService
 
exportStencilSet(String, List<FileDescriptor>) - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
ExtDbSqlSession - Class in com.haulmont.bpm.core.engine.impl.db
Overriden DbSqlSession has an empty overriden performSchemaOperationsProcessEngineBuild method because we don't want Activiti engine to manage its database schema.
ExtDbSqlSession(DbSqlSessionFactory) - Constructor for class com.haulmont.bpm.core.engine.impl.db.ExtDbSqlSession
 
ExtDbSqlSession(DbSqlSessionFactory, Connection, String, String) - Constructor for class com.haulmont.bpm.core.engine.impl.db.ExtDbSqlSession
 
ExtDbSqlSessionFactory - Class in com.haulmont.bpm.core.engine.impl.db
 
ExtDbSqlSessionFactory() - Constructor for class com.haulmont.bpm.core.engine.impl.db.ExtDbSqlSessionFactory
 
ExtensionElementsManager - Interface in com.haulmont.bpm.core
Helper class for working with extension elements of BPMN model elements
ExtensionElementsManagerBean - Class in com.haulmont.bpm.core
 
ExtensionElementsManagerBean() - Constructor for class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
ExtScriptingEngines - Class in com.haulmont.bpm.core.engine.scripting
Modified ScriptingEngines adds platform infrastructure objects (persistence, metadata, etc.) to the script binding
ExtScriptingEngines(ScriptBindingsFactory) - Constructor for class com.haulmont.bpm.core.engine.scripting.ExtScriptingEngines
 
ExtSpringProcessEngineConfiguration - Class in com.haulmont.bpm.core.engine.cfg
 
ExtSpringProcessEngineConfiguration() - Constructor for class com.haulmont.bpm.core.engine.cfg.ExtSpringProcessEngineConfiguration
 
ExtSpringTransactionInterceptor - Class in com.haulmont.bpm.core.engine.spring
SpringTransactionInterceptor that sets securityContext for asynchronous jobs.
ExtSpringTransactionInterceptor(PlatformTransactionManager) - Constructor for class com.haulmont.bpm.core.engine.spring.ExtSpringTransactionInterceptor
 

F

findActiveProcInstancesForEntity(String, Entity, String) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
 
findActiveProcInstancesForEntity(String, Entity, String) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
findActiveProcTasks(ProcInstance, User, String) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
 
findActiveProcTasks(ProcInstance, User, String) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
findActiveProcTasksForCurrentUser(ProcInstance, String) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
 
findActiveProcTasksForCurrentUser(ProcInstance, String) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
findMessage(String, String) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Returns localized message from BPMN process or null if not found.
Locale is determined by the current user session.
findMessage(String, String, Locale) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Returns localized message from BPMN process or null if not found.
findMessage(String, String) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
findMessage(String, String, Locale) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
findMessage(String, String) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
findMessage(String, String, Locale) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
findMessage(String, String) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
findMessage(String, String, Locale) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
findProcDefinitionByCode(String, String) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
 
findProcDefinitionByCode(String, String) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
findProcRole(String, String, String) - Method in interface com.haulmont.bpm.service.BpmEntitiesService
 
findProcRole(String, String, String) - Method in class com.haulmont.bpm.service.BpmEntitiesServiceBean
 
FormController - Class in com.haulmont.bpm.web.controller
 
FormController() - Constructor for class com.haulmont.bpm.web.controller.FormController
 
FormFieldGenerator - Interface in com.haulmont.bpm.gui.form.generic.fieldgenerator
Interface to be implemented by field generators of GenericProcForm
FormFieldGeneratorsFactory - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
Factory that produces field generators for GenericProcForm
FormFieldGeneratorsFactory() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.FormFieldGeneratorsFactory
 

G

generateCustomStencilSet(Collection<Stencil>) - Static method in class com.haulmont.bpm.gui.stencilset.helper.StencilSetJsonHelper
Generates a stecnilset JSON that contains custom stencils and their propertyPackages
GenericProcForm - Class in com.haulmont.bpm.gui.form.generic
Form that dynamically generates components for editing parameters that are defined in form description in BPMN process xml.
GenericProcForm() - Constructor for class com.haulmont.bpm.gui.form.generic.GenericProcForm
 
getActExecutionId() - Method in class com.haulmont.bpm.entity.ProcTask
 
getActId() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getActive() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getActive() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getActiveProcessesCount(ProcDefinition) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
getActiveProcessesCount(ProcDefinition) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
getActiveProcInstanceCount(ProcDefinition) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
 
getActiveProcInstanceCount(ProcDefinition) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
getActModelId() - Method in class com.haulmont.bpm.entity.ProcModel
 
getActProcessDefinitionId() - Method in class com.haulmont.bpm.entity.ProcTask
 
getActProcessDefinitionId() - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getActProcessInstanceId() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getActTaskDefinitionKey() - Method in class com.haulmont.bpm.entity.ProcTask
 
getActTaskId() - Method in class com.haulmont.bpm.entity.ProcTask
 
getAllForms(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.FormController
 
getAuthor() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getAvailableBeans() - Method in interface com.haulmont.bpm.service.StencilSetService
 
getAvailableBeans() - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
getBeanName() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
getCancelComment() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getCancelForm(ProcDefinition) - Method in interface com.haulmont.bpm.core.ProcessFormManager
Returns a definition of the form that will be displayed when process is canceled by the user
getCancelForm(ProcDefinition) - Method in class com.haulmont.bpm.core.ProcessFormManagerBean
 
getCancelForm(ProcDefinition) - Method in interface com.haulmont.bpm.service.ProcessFormService
 
getCancelForm(ProcDefinition) - Method in class com.haulmont.bpm.service.ProcessFormServiceBean
 
getCancelled() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getCancelled() - Method in class com.haulmont.bpm.entity.ProcTask
 
getCancelProcessAction() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
getCancelProcessAction() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
getCandidateUsers() - Method in class com.haulmont.bpm.entity.ProcTask
 
getCaption() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getCaption() - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getCaption() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getCaption() - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
getCaption() - Method in class com.haulmont.bpm.gui.action.StartProcessAction
 
getClaimDate() - Method in class com.haulmont.bpm.entity.ProcTask
 
getClaimProcTaskAction() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
getClaimProcTaskAction() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
getCode() - Method in class com.haulmont.bpm.entity.ProcAttachmentType
 
getCode() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getCode() - Method in class com.haulmont.bpm.entity.ProcRole
 
getComment() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getComment() - Method in class com.haulmont.bpm.entity.ProcTask
 
getComment() - Method in class com.haulmont.bpm.gui.form.AbstractProcForm
 
getComment() - Method in interface com.haulmont.bpm.gui.form.ProcForm
 
getComment() - Method in class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
getCompleteProcTaskActions() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
getCompleteProcTaskActions() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
getCustom() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
getCustom() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getCustomIconId() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getDecision() - Method in class com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow
 
getDefaultCompleteTaskForm(ProcDefinition) - Method in interface com.haulmont.bpm.core.ProcessFormManager
Returns a definition of the form that will be used when outcomes aren't defined for the process task
getDefaultCompleteTaskForm(ProcDefinition) - Method in class com.haulmont.bpm.core.ProcessFormManagerBean
 
getDefaultCompleteTaskForm(ProcDefinition) - Method in interface com.haulmont.bpm.service.ProcessFormService
 
getDefaultCompleteTaskForm(ProcDefinition) - Method in class com.haulmont.bpm.service.ProcessFormServiceBean
 
getDefaultValue() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getDeploymentDate() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getDescription() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getDescription() - Method in class com.haulmont.bpm.entity.ProcModel
 
getDescription() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getDescription() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getDescription() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getEditable() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getEndDate() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getEndDate() - Method in class com.haulmont.bpm.entity.ProcTask
 
getEntity() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getEntity() - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
getEntityEditorName() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getEntityLookupScreen() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getEntityName() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getEntityName() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getEnumItems() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getFile() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getFlowElementExtensionElements(String, String) - Method in interface com.haulmont.bpm.core.ExtensionElementsManager
 
getFlowElementExtensionElements(String, String) - Method in class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
getFormDefinition() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getFormDefinition() - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
getFormResult() - Method in class com.haulmont.bpm.gui.form.AbstractProcForm
 
getFormResult() - Method in class com.haulmont.bpm.gui.form.generic.GenericProcForm
 
getFormResult() - Method in interface com.haulmont.bpm.gui.form.ProcForm
 
getForms() - Method in class com.haulmont.bpm.gui.app.ProcessFormRepository
 
getFormsConfig() - Method in interface com.haulmont.bpm.config.BpmConfig
 
getGroups() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getHiddenPropertyPackages() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getIcon() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getIconFile() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
getIconFileId() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
getId() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getId() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getIsDefault() - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getJsonData() - Method in class com.haulmont.bpm.entity.StencilSet
 
getLocales(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.LocalesController
 
getLocCaption() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getLocName() - Method in class com.haulmont.bpm.entity.ProcRole
 
getLocName() - Method in class com.haulmont.bpm.entity.ProcTask
 
getLocName() - Method in class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
getLocName() - Method in class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
getLocOutcome() - Method in class com.haulmont.bpm.entity.ProcTask
 
getMainPropertyPackages() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getMessage(String, String) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Returns localized message from BPMN process.
Locale is determined by the current user session.
getMessage(String, String, Locale) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Returns localized message from BPMN process.
getMessage(String, String) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
getMessage(String, String, Locale) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
getMessage(String, String) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
getMessage(String, String, Locale) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
getMessage(String, String) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
getMessage(String, String, Locale) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
getMethodArgs() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
getMethodName() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
getModel() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getModel(String, HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ModelController
 
getModelerUrl() - Method in interface com.haulmont.bpm.config.BpmConfig
 
getModelId() - Method in class com.haulmont.bpm.rest.RestModel
 
getModelJson() - Method in class com.haulmont.bpm.rest.RestModel
 
getModelJson(String) - Method in interface com.haulmont.bpm.service.ModelService
 
getModelJson(String) - Method in class com.haulmont.bpm.service.ModelServiceBean
 
getModels(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ModelController
 
getName() - Method in class com.haulmont.bpm.entity.ProcAttachmentType
 
getName() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getName() - Method in class com.haulmont.bpm.entity.ProcModel
 
getName() - Method in class com.haulmont.bpm.entity.ProcRole
 
getName() - Method in class com.haulmont.bpm.entity.ProcTask
 
getName() - Method in class com.haulmont.bpm.entity.StencilSet
 
getName() - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getName() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getName() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
getName() - Method in class com.haulmont.bpm.rest.RestModel
 
getObjectEntityId() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getOrder() - Method in class com.haulmont.bpm.core.BpmAppContextListener
 
getOrder() - Method in class com.haulmont.bpm.entity.ProcActor
 
getOrder() - Method in class com.haulmont.bpm.entity.ProcRole
 
getOrderNo() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getOutcome() - Method in class com.haulmont.bpm.entity.ProcTask
 
getOutcome() - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
getOutcomes() - Method in class com.haulmont.bpm.core.ProcTaskResult
 
getOutcomesWithForms(ProcTask) - Method in interface com.haulmont.bpm.core.ProcessFormManager
Returns a map of process task outcomes.
getOutcomesWithForms(ProcTask) - Method in class com.haulmont.bpm.core.ProcessFormManagerBean
 
getOutcomesWithForms(ProcTask) - Method in interface com.haulmont.bpm.service.ProcessFormService
 
getOutcomesWithForms(ProcTask) - Method in class com.haulmont.bpm.service.ProcessFormServiceBean
 
getParam(String) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getParams() - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
getParentGroup() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getProcActor() - Method in class com.haulmont.bpm.entity.ProcTask
 
getProcActorDetails() - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
getProcActors() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getProcAttachments() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getProcDefinition() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getProcDefinition() - Method in class com.haulmont.bpm.entity.ProcRole
 
getProcDefinition() - Method in class com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow
 
getProcDefinition() - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
getProcDefinitionCode() - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
getProcessDefinitionXml(String) - Method in interface com.haulmont.bpm.core.ProcessRepositoryManager
Returns an XML representation of BPMN process
getProcessDefinitionXml(String) - Method in class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
getProcessDefinitionXml(String) - Method in interface com.haulmont.bpm.service.ProcessRepositoryService
 
getProcessDefinitionXml(String) - Method in class com.haulmont.bpm.service.ProcessRepositoryServiceBean
 
getProcessExtensionElements(String) - Method in interface com.haulmont.bpm.core.ExtensionElementsManager
 
getProcessExtensionElements(String) - Method in class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
getProcessVariablesSupplier() - Method in class com.haulmont.bpm.gui.action.ProcAction
 
getProcInstance() - Method in class com.haulmont.bpm.entity.ProcActor
 
getProcInstance() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getProcInstance() - Method in class com.haulmont.bpm.entity.ProcTask
 
getProcInstance() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
getProcInstance() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
getProcRole() - Method in class com.haulmont.bpm.entity.ProcActor
 
getProcRoles() - Method in class com.haulmont.bpm.entity.ProcDefinition
 
getProcTask() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getProcTask() - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
getProcTasks() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getProperties() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
getPropertyPackages() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getPropertyPackageTitle() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getPropertyPackageType() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getRefToView() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getRoles() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getScreenParametersSupplier() - Method in class com.haulmont.bpm.gui.action.ProcAction
 
getSimpleTypeName() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getSingleTaskAssignee(UUID, String) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Finds a single user who is a process actor for given process role.
getSingleTaskAssignee(UUID, String) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
getStartComment() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getStartDate() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getStartDate() - Method in class com.haulmont.bpm.entity.ProcTask
 
getStartedBy() - Method in class com.haulmont.bpm.entity.ProcInstance
 
getStartExtensionElements(String) - Method in interface com.haulmont.bpm.core.ExtensionElementsManager
 
getStartExtensionElements(String) - Method in class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
getStartForm(ProcDefinition) - Method in interface com.haulmont.bpm.core.ProcessFormManager
Returns a form definition for process start event
getStartForm(ProcDefinition) - Method in class com.haulmont.bpm.core.ProcessFormManagerBean
 
getStartForm(ProcDefinition) - Method in interface com.haulmont.bpm.service.ProcessFormService
 
getStartForm(ProcDefinition) - Method in class com.haulmont.bpm.service.ProcessFormServiceBean
 
getStartProcessAction() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
getStartProcessAction() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
getStencil() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getStencilId() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getStencilSet() - Method in interface com.haulmont.bpm.core.StencilSetManager
Returns a stencilset that is a result of merge of the default stencilset from the 'stencilset.json' file and the custom stencilset that is stored in the database
getStencilSet() - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
getStencilSet() - Method in interface com.haulmont.bpm.service.StencilSetService
 
getStencilSet() - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
getStencilSet(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.StencilSetController
 
getTaskAssigneeList(UUID, String) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Finds all users who are process actors for given process role and returns these users ids.
getTaskAssigneeList(UUID, String) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
getTaskProcRole(String, String) - Method in interface com.haulmont.bpm.core.ExtensionElementsManager
 
getTaskProcRole(String, String) - Method in class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
getTimerOutcome(String, String) - Method in interface com.haulmont.bpm.core.ExtensionElementsManager
 
getTimerOutcome(String, String) - Method in class com.haulmont.bpm.core.ExtensionElementsManagerBean
 
getTitle() - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
getTitle() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getTitle() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getType() - Method in class com.haulmont.bpm.entity.ProcAttachment
 
getType() - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
getType() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Custom
 
getType() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getType() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
getTypeName() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getUser() - Method in class com.haulmont.bpm.entity.ProcActor
 
getValue() - Method in class com.haulmont.bpm.form.ProcFormParam
 
getValue() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
getVariable(ProcInstance, String) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
getVariable(String, String) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
getVariable(ProcInstance, String) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
getVariable(String, String) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
getVariable(ProcInstance, String) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
getVariable(String, String) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
getVariable(ProcInstance, String) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
getVariable(String, String) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
getVariables(ProcInstance) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
getVariables(String) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
getVariables(ProcInstance) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
getVariables(String) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
getVariables(ProcInstance) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
getVariables(String) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
getVariables(ProcInstance) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
getVariables(String) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
getView() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
GroupStencil - Class in com.haulmont.bpm.entity.stencil
 
GroupStencil() - Constructor for class com.haulmont.bpm.entity.stencil.GroupStencil
 
GroupStencilFrame - Class in com.haulmont.bpm.gui.stencilset.frame
 
GroupStencilFrame() - Constructor for class com.haulmont.bpm.gui.stencilset.frame.GroupStencilFrame
 
GsonPropertyPackage - Class in com.haulmont.bpm.gui.stencilset.helper
 
GsonPropertyPackage() - Constructor for class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
GsonPropertyPackage.Custom - Class in com.haulmont.bpm.gui.stencilset.helper
 
GsonPropertyPackage.Property - Class in com.haulmont.bpm.gui.stencilset.helper
 
GsonStencil - Class in com.haulmont.bpm.gui.stencilset.helper
Class is used by GSON as an intermediate object when transforming stencilst json to the Stencil entity
GsonStencil() - Constructor for class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 

H

handleGetRequest(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController
 
handleHeadRequest(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController
 
handlePostRequest(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController
 

I

importStencilSet(byte[]) - Method in interface com.haulmont.bpm.core.StencilSetManager
Imports a zip archive with the stencilset.json and stencils icons
importStencilSet(byte[]) - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
importStencilSet(byte[]) - Method in interface com.haulmont.bpm.service.StencilSetService
 
importStencilSet(byte[]) - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
init() - Method in class com.haulmont.bpm.entity.ProcInstance
 
init() - Method in class com.haulmont.bpm.gui.form.generic.fieldgenerator.FormFieldGeneratorsFactory
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.form.generic.GenericProcForm
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
init(String, Entity) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
The method tries to find a process instance by the specified process code and the entity reference.
init(ProcInstance) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Method initializes the UI for actions which are available for the current user with the specified process instance.
init(String, Entity) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
The method tries to find a process instance by the specified process code and the entity reference.
init(ProcInstance) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Method initializes the UI for actions which are available for the current user with the specified process instance.
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procattachment.ProcAttachmentsFrame
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procdefinition.ProcDefinitionBrowse
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procdefinition.ProcDefinitionEdit
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procinstance.ProcInstanceBrowse
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.procmodel.ProcModelEdit
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.proctask.ProcTaskBrowse
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.stencilset.frame.ServiceTaskStencilFrame
 
init(Map<String, Object>) - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
init(FilterConfig) - Method in class com.haulmont.bpm.web.initializer.BpmFormContentFilter
 
initDatabaseType() - Method in class com.haulmont.bpm.core.engine.cfg.ExtSpringProcessEngineConfiguration
The method is just a copy of the method from the parent class.
initializeHttpFilter(ServletContextInitializedEvent) - Method in class com.haulmont.bpm.web.initializer.BpmInitializer
 
initializer() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame
Returns a new instance of frame initializer
Initializer() - Constructor for class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
initializer() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
Returns a new instance of fragment initializer
Initializer() - Constructor for class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
IntegerFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
IntegerFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.IntegerFieldGenerator
 
InvalidModelException - Exception in com.haulmont.bpm.exception
 
InvalidModelException(String) - Constructor for exception com.haulmont.bpm.exception.InvalidModelException
 
InvalidModelException(String, Throwable) - Constructor for exception com.haulmont.bpm.exception.InvalidModelException
 
isEditable() - Method in class com.haulmont.bpm.form.ProcFormParam
 
isFailOnException() - Method in class com.haulmont.bpm.core.engine.listener.BpmActivitiListener
 
isPopular() - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
isRequired() - Method in class com.haulmont.bpm.form.ProcFormParam
 

L

loadString(String, String) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Get localized message from a process by reference provided in the full format.
Locale is determined by the current user session.
loadString(String, String, Locale) - Method in interface com.haulmont.bpm.core.ProcessMessagesManager
Get localized message from a process by reference provided in the full format.
loadString(String, String) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
loadString(String, String, Locale) - Method in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
loadString(String, String) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
loadString(String, String, Locale) - Method in interface com.haulmont.bpm.service.ProcessMessagesService
 
loadString(String, String, Locale) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
loadString(String, String) - Method in class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
LocalesController - Class in com.haulmont.bpm.web.controller
Controller returns a list of available locales.
LocalesController() - Constructor for class com.haulmont.bpm.web.controller.LocalesController
 
LongFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
LongFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.LongFieldGenerator
 

M

MARK - Static variable in class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
MessagesCache - Class in com.haulmont.bpm.core.jmx
 
MessagesCache() - Constructor for class com.haulmont.bpm.core.jmx.MessagesCache
 
MessagesCacheMBean - Interface in com.haulmont.bpm.core.jmx
 
methodsDefinitionEquals(MethodInfo, ServiceTaskStencil) - Method in class com.haulmont.bpm.gui.stencilset.frame.ServiceTaskStencilFrame
 
migrate(ProcessDefinition) - Method in interface com.haulmont.bpm.core.ProcessMigrator
 
migrate(ProcessDefinition) - Method in class com.haulmont.bpm.core.ProcessMigratorBean
 
migrateProcTasks(ProcDefinition, String) - Method in interface com.haulmont.bpm.core.ProcessMigrator
 
migrateProcTasks(ProcDefinition, String) - Method in class com.haulmont.bpm.core.ProcessMigratorBean
 
ModelController - Class in com.haulmont.bpm.web.controller
Controller is used by modeler for manipulating with models.
ModelController() - Constructor for class com.haulmont.bpm.web.controller.ModelController
 
ModelService - Interface in com.haulmont.bpm.service
Service for working with activiti models
ModelServiceBean - Class in com.haulmont.bpm.service
 
ModelServiceBean() - Constructor for class com.haulmont.bpm.service.ModelServiceBean
 
ModelTransformer - Class in com.haulmont.bpm.core
Class is used for transforming a model JSON before creating a process XML from it
ModelTransformer() - Constructor for class com.haulmont.bpm.core.ModelTransformer
 
moveDown() - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
moveUp() - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 

N

NAME - Static variable in interface com.haulmont.bpm.core.ExtensionElementsManager
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessFormManager
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessMessagesManager
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessMigrator
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessRepositoryManager
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessRuntimeManager
 
NAME - Static variable in interface com.haulmont.bpm.core.ProcessVariablesManager
 
NAME - Static variable in interface com.haulmont.bpm.core.StencilSetManager
 
NAME - Static variable in class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
NAME - Static variable in class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
NAME - Static variable in interface com.haulmont.bpm.service.BpmEntitiesService
 
NAME - Static variable in interface com.haulmont.bpm.service.ModelService
 
NAME - Static variable in interface com.haulmont.bpm.service.ProcessFormService
 
NAME - Static variable in interface com.haulmont.bpm.service.ProcessMessagesService
 
NAME - Static variable in interface com.haulmont.bpm.service.ProcessRepositoryService
 
NAME - Static variable in interface com.haulmont.bpm.service.ProcessRuntimeService
 
NAME - Static variable in interface com.haulmont.bpm.service.ProcessVariablesService
 
NAME - Static variable in interface com.haulmont.bpm.service.StencilSetService
 

O

onEvent(ActivitiEvent) - Method in class com.haulmont.bpm.core.engine.listener.BpmActivitiListener
 
onWindowClose() - Method in class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
onWindowCommit() - Method in class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
openModeler(String) - Method in interface com.haulmont.bpm.gui.procmodel.ProcModelBrowse.Companion
 
openModeler() - Method in class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
openModeler(String) - Method in class com.haulmont.bpm.web.ui.procmodel.WebProcModelBrowseCompanion
 
openProcInstance() - Method in class com.haulmont.bpm.gui.proctask.ProcTaskBrowse
 
openSession() - Method in class com.haulmont.bpm.core.engine.impl.db.ExtDbSqlSessionFactory
 

P

parseStencilSetJson(String) - Static method in class com.haulmont.bpm.gui.stencilset.helper.StencilSetJsonHelper
Parses a stencilset JSON and converts it to the list of Stencil entities
performSchemaOperationsProcessEngineBuild() - Method in class com.haulmont.bpm.core.engine.impl.db.ExtDbSqlSession
 
postConstruct() - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
PROC_DEFINITION_WITH_ROLES - Static variable in interface com.haulmont.bpm.BpmConstants.Views
 
PROC_INSTANCE_FULL - Static variable in interface com.haulmont.bpm.BpmConstants.Views
 
PROC_TASK_COMPLETE - Static variable in interface com.haulmont.bpm.BpmConstants.Views
 
ProcAction - Class in com.haulmont.bpm.gui.action
Class provides an API for injecting some logic before and after an action is performed
ProcAction.AfterActionListener - Interface in com.haulmont.bpm.gui.action
 
ProcAction.BeforeActionPredicate - Interface in com.haulmont.bpm.gui.action
 
ProcActionsFragment - Class in com.haulmont.bpm.gui.procactionsfragment
This fragment is used for displaying process actions available for the current user.
ProcActionsFragment() - Constructor for class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment
 
ProcActionsFragment.Initializer - Class in com.haulmont.bpm.gui.procactionsfragment
Class is used to initialize the fragment.
ProcActionsFrame - Class in com.haulmont.bpm.gui.procactions
This frame is used for displaying process actions available for the current user.
ProcActionsFrame() - Constructor for class com.haulmont.bpm.gui.procactions.ProcActionsFrame
 
ProcActionsFrame.Initializer - Class in com.haulmont.bpm.gui.procactions
Class is used to initialize the frame.
ProcActor - Class in com.haulmont.bpm.entity
 
ProcActor() - Constructor for class com.haulmont.bpm.entity.ProcActor
 
ProcActorEdit - Class in com.haulmont.bpm.gui.procactor
 
ProcActorEdit() - Constructor for class com.haulmont.bpm.gui.procactor.ProcActorEdit
 
ProcActorsFrame - Class in com.haulmont.bpm.gui.procactor
 
ProcActorsFrame() - Constructor for class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
ProcAttachment - Class in com.haulmont.bpm.entity
 
ProcAttachment() - Constructor for class com.haulmont.bpm.entity.ProcAttachment
 
ProcAttachmentEdit - Class in com.haulmont.bpm.gui.procattachment
 
ProcAttachmentEdit() - Constructor for class com.haulmont.bpm.gui.procattachment.ProcAttachmentEdit
 
ProcAttachmentsFrame - Class in com.haulmont.bpm.gui.procattachment
 
ProcAttachmentsFrame() - Constructor for class com.haulmont.bpm.gui.procattachment.ProcAttachmentsFrame
 
ProcAttachmentType - Class in com.haulmont.bpm.entity
 
ProcAttachmentType() - Constructor for class com.haulmont.bpm.entity.ProcAttachmentType
 
ProcAttachmentTypeBrowse - Class in com.haulmont.bpm.gui.procattachmenttype
 
ProcAttachmentTypeBrowse() - Constructor for class com.haulmont.bpm.gui.procattachmenttype.ProcAttachmentTypeBrowse
 
ProcAttachmentTypeEdit - Class in com.haulmont.bpm.gui.procattachmenttype
 
ProcAttachmentTypeEdit() - Constructor for class com.haulmont.bpm.gui.procattachmenttype.ProcAttachmentTypeEdit
 
ProcDefinition - Class in com.haulmont.bpm.entity
 
ProcDefinition() - Constructor for class com.haulmont.bpm.entity.ProcDefinition
 
ProcDefinitionBrowse - Class in com.haulmont.bpm.gui.procdefinition
 
ProcDefinitionBrowse() - Constructor for class com.haulmont.bpm.gui.procdefinition.ProcDefinitionBrowse
 
ProcDefinitionDeployWindow - Class in com.haulmont.bpm.gui.procdefinition
 
ProcDefinitionDeployWindow() - Constructor for class com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow
 
ProcDefinitionDeployWindow.Decision - Enum in com.haulmont.bpm.gui.procdefinition
 
ProcDefinitionEdit - Class in com.haulmont.bpm.gui.procdefinition
 
ProcDefinitionEdit() - Constructor for class com.haulmont.bpm.gui.procdefinition.ProcDefinitionEdit
 
ProcessActorRoleDefinition - Class in com.haulmont.bpm.role
Predefined role definition allows to participate as a process actor.
ProcessActorRoleDefinition() - Constructor for class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
ProcessAdminRoleDefinition - Class in com.haulmont.bpm.role
Predefined role definition allows to participate as a process actor.
ProcessAdminRoleDefinition() - Constructor for class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
ProcessFormManager - Interface in com.haulmont.bpm.core
Class is used for access to process forms
ProcessFormManagerBean - Class in com.haulmont.bpm.core
 
ProcessFormManagerBean() - Constructor for class com.haulmont.bpm.core.ProcessFormManagerBean
 
ProcessFormRepository - Class in com.haulmont.bpm.gui.app
 
ProcessFormRepository() - Constructor for class com.haulmont.bpm.gui.app.ProcessFormRepository
 
ProcessFormService - Interface in com.haulmont.bpm.service
Class provides a way to work process forms from a client tier.
ProcessFormServiceBean - Class in com.haulmont.bpm.service
 
ProcessFormServiceBean() - Constructor for class com.haulmont.bpm.service.ProcessFormServiceBean
 
ProcessMessagesManager - Interface in com.haulmont.bpm.core
Class is used for working with localization messages defined in process
ProcessMessagesManagerBean - Class in com.haulmont.bpm.core
 
ProcessMessagesManagerBean() - Constructor for class com.haulmont.bpm.core.ProcessMessagesManagerBean
 
ProcessMessagesService - Interface in com.haulmont.bpm.service
Class provides a way to work process messages from a client tier.
ProcessMessagesServiceBean - Class in com.haulmont.bpm.service
 
ProcessMessagesServiceBean() - Constructor for class com.haulmont.bpm.service.ProcessMessagesServiceBean
 
ProcessMigrator - Interface in com.haulmont.bpm.core
Class is used for migrating procInstances to new procDefinition
ProcessMigratorBean - Class in com.haulmont.bpm.core
 
ProcessMigratorBean() - Constructor for class com.haulmont.bpm.core.ProcessMigratorBean
 
ProcessRepositoryManager - Interface in com.haulmont.bpm.core
 
ProcessRepositoryManagerBean - Class in com.haulmont.bpm.core
 
ProcessRepositoryManagerBean() - Constructor for class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
ProcessRepositoryService - Interface in com.haulmont.bpm.service
Class provides a way to work process repository from a client tier.
ProcessRepositoryServiceBean - Class in com.haulmont.bpm.service
 
ProcessRepositoryServiceBean() - Constructor for class com.haulmont.bpm.service.ProcessRepositoryServiceBean
 
ProcessRuntimeManager - Interface in com.haulmont.bpm.core
 
ProcessRuntimeManagerBean - Class in com.haulmont.bpm.core
 
ProcessRuntimeManagerBean() - Constructor for class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
ProcessRuntimeService - Interface in com.haulmont.bpm.service
 
ProcessRuntimeServiceBean - Class in com.haulmont.bpm.service
 
ProcessRuntimeServiceBean() - Constructor for class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
ProcessVariablesManager - Interface in com.haulmont.bpm.core
Class for working with activiti process variables
ProcessVariablesManagerBean - Class in com.haulmont.bpm.core
 
ProcessVariablesManagerBean() - Constructor for class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
ProcessVariablesService - Interface in com.haulmont.bpm.service
Class provides a way to work process variables from a client tier.
ProcessVariablesServiceBean - Class in com.haulmont.bpm.service
 
ProcessVariablesServiceBean() - Constructor for class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
ProcForm - Interface in com.haulmont.bpm.gui.form
Interface that should be implemented by process forms.
ProcFormDefinition - Class in com.haulmont.bpm.form
POJO representation of form definition from BPMN process xml
ProcFormDefinition() - Constructor for class com.haulmont.bpm.form.ProcFormDefinition
 
ProcFormParam - Class in com.haulmont.bpm.form
POJO representation of form parameter from BPMN process xml
ProcFormParam() - Constructor for class com.haulmont.bpm.form.ProcFormParam
 
ProcInstance - Class in com.haulmont.bpm.entity
 
ProcInstance() - Constructor for class com.haulmont.bpm.entity.ProcInstance
 
ProcInstanceBrowse - Class in com.haulmont.bpm.gui.procinstance
 
ProcInstanceBrowse() - Constructor for class com.haulmont.bpm.gui.procinstance.ProcInstanceBrowse
 
ProcInstanceDetails(String) - Constructor for class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
ProcInstanceDetails(ProcDefinition) - Constructor for class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
ProcInstanceEdit - Class in com.haulmont.bpm.gui.procinstance
 
ProcInstanceEdit() - Constructor for class com.haulmont.bpm.gui.procinstance.ProcInstanceEdit
 
ProcModel - Class in com.haulmont.bpm.entity
 
ProcModel() - Constructor for class com.haulmont.bpm.entity.ProcModel
 
ProcModelBrowse - Class in com.haulmont.bpm.gui.procmodel
 
ProcModelBrowse() - Constructor for class com.haulmont.bpm.gui.procmodel.ProcModelBrowse
 
ProcModelBrowse.Companion - Interface in com.haulmont.bpm.gui.procmodel
 
ProcModelEdit - Class in com.haulmont.bpm.gui.procmodel
Model editor is also used for copying a model.
ProcModelEdit() - Constructor for class com.haulmont.bpm.gui.procmodel.ProcModelEdit
 
ProcRole - Class in com.haulmont.bpm.entity
 
ProcRole() - Constructor for class com.haulmont.bpm.entity.ProcRole
 
ProcTask - Class in com.haulmont.bpm.entity
 
ProcTask() - Constructor for class com.haulmont.bpm.entity.ProcTask
 
ProcTaskBrowse - Class in com.haulmont.bpm.gui.proctask
 
ProcTaskBrowse() - Constructor for class com.haulmont.bpm.gui.proctask.ProcTaskBrowse
 
ProcTaskEdit - Class in com.haulmont.bpm.gui.proctask
 
ProcTaskEdit() - Constructor for class com.haulmont.bpm.gui.proctask.ProcTaskEdit
 
ProcTaskResult - Class in com.haulmont.bpm.core
Class is used for storing a result of process user task.
ProcTaskResult() - Constructor for class com.haulmont.bpm.core.ProcTaskResult
 
ProcTasksFrame - Class in com.haulmont.bpm.gui.proctask
 
ProcTasksFrame() - Constructor for class com.haulmont.bpm.gui.proctask.ProcTasksFrame
 
Property() - Constructor for class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
putFilesIntoStorage() - Method in class com.haulmont.bpm.gui.procattachment.ProcAttachmentsFrame
 

R

ready() - Method in class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
refresh() - Method in class com.haulmont.bpm.gui.proctask.ProcTasksFrame
 
refreshProcRolesDs() - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
registerServiceTaskStencilBpmnJsonConverter(String) - Method in interface com.haulmont.bpm.core.StencilSetManager
Associates a new stencil with the CustomServiceTaskJsonConverter
registerServiceTaskStencilBpmnJsonConverter(String) - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
registerServiceTaskStencilBpmnJsonConverter(String) - Method in interface com.haulmont.bpm.service.StencilSetService
 
registerServiceTaskStencilBpmnJsonConverter(String) - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
requestFocus() - Method in class com.haulmont.bpm.gui.stencilset.frame.GroupStencilFrame
 
requestFocus() - Method in class com.haulmont.bpm.gui.stencilset.frame.ServiceTaskStencilFrame
 
resetStencilSet() - Method in interface com.haulmont.bpm.core.StencilSetManager
Removes a custom stencil set from the database
resetStencilSet() - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
resetStencilSet() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
resetStencilSet() - Method in interface com.haulmont.bpm.service.StencilSetService
 
resetStencilSet() - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
respondGet(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController.Error
 
respondGet(HttpServletRequest, HttpServletResponse) - Method in interface com.haulmont.bpm.web.controller.ContentController.LookupResult
 
respondGet(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController.StaticFile
 
respondHead(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController.Error
 
respondHead(HttpServletRequest, HttpServletResponse) - Method in interface com.haulmont.bpm.web.controller.ContentController.LookupResult
 
respondHead(HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ContentController.StaticFile
 
RestModel - Class in com.haulmont.bpm.rest
Class is used for transporting model information necessary for modeler from middleware to web tier
RestModel(String, String, String) - Constructor for class com.haulmont.bpm.rest.RestModel
 

S

saveStencilSet() - Method in class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
screenPermissions() - Method in class com.haulmont.bpm.role.ProcessActorRoleDefinition
 
screenPermissions() - Method in class com.haulmont.bpm.role.ProcessAdminRoleDefinition
 
ServiceTaskStencil - Class in com.haulmont.bpm.entity.stencil
 
ServiceTaskStencil() - Constructor for class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
ServiceTaskStencilFrame - Class in com.haulmont.bpm.gui.stencilset.frame
 
ServiceTaskStencilFrame() - Constructor for class com.haulmont.bpm.gui.stencilset.frame.ServiceTaskStencilFrame
 
setActExecutionId(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setActId(String) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setActive(Boolean) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setActive(Boolean) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setActModelId(String) - Method in class com.haulmont.bpm.entity.ProcModel
 
setActProcessDefinitionId(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setActProcessDefinitionId(String) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
setActProcessInstanceId(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setActTaskDefinitionKey(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setActTaskId(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setAfterCancelProcessListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setAfterCancelProcessListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setAfterClaimTaskListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setAfterClaimTaskListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setAfterCompleteTaskListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setAfterCompleteTaskListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setAfterStartProcessListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setAfterStartProcessListener(ProcAction.AfterActionListener) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setAuthor(User) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setBeanName(String) - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
setBeforeCancelProcessPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setBeforeCancelProcessPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setBeforeClaimTaskPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setBeforeClaimTaskPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setBeforeCompleteTaskPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setBeforeCompleteTaskPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setBeforeStartProcessPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setBeforeStartProcessPredicate(ProcAction.BeforeActionPredicate) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setButtonWidth(String) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setButtonWidth(String) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setCancelComment(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setCancelled(Boolean) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setCancelled(Boolean) - Method in class com.haulmont.bpm.entity.ProcTask
 
setCancelProcessEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setCancelProcessEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setCandidateUsers(Set<User>) - Method in class com.haulmont.bpm.entity.ProcTask
 
setCaption(String) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
setCaption(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setClaimDate(Date) - Method in class com.haulmont.bpm.entity.ProcTask
 
setClaimTaskEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setClaimTaskEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setCode(String) - Method in class com.haulmont.bpm.entity.ProcAttachmentType
 
setCode(String) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setCode(String) - Method in class com.haulmont.bpm.entity.ProcRole
 
setComment(String) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setComment(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setCompleteTaskActionProcessVariablesSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Sets the process variables Supplier for all complete task actions.
setCompleteTaskActionProcessVariablesSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Sets the process variables Supplier for all complete task actions.
setCompleteTaskActionScreenParametersSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Sets the screen parameters Supplier for the process form of complete task actions.
setCompleteTaskActionScreenParametersSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Sets the screen parameters Supplier for the process form of complete task actions.
setCompleteTaskEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setCompleteTaskEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setCustom(GsonPropertyPackage.Custom) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
setCustom(GsonStencil.Custom) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setCustomIconId(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setDefaultValue(String) - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
setDeploymentDate(Date) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setDescription(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setDescription(String) - Method in class com.haulmont.bpm.entity.ProcModel
 
setDescription(String) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setDescription(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setDescription(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setEditable(Boolean) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setEditable(boolean) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setEndDate(Date) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setEndDate(Date) - Method in class com.haulmont.bpm.entity.ProcTask
 
setEntity(ReferenceToEntity) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setEntity(Entity) - Method in class com.haulmont.bpm.service.BpmEntitiesService.ProcInstanceDetails
 
setEntityEditorName(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setEntityLookupScreen(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setEntityName(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setEntityName(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setEnumItems(Map<String, Object>) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setFile(FileDescriptor) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setFormDefinition(ProcFormDefinition) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setFormDefinition(ProcFormDefinition) - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
setGroups(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setHiddenPropertyPackages(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setIcon(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setIconFile(FileDescriptor) - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
setIconFileId(UUID) - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
setId(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setId(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setIsDefault(boolean) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
setItem(Entity) - Method in class com.haulmont.bpm.gui.procinstance.ProcInstanceEdit
 
setJsonData(String) - Method in class com.haulmont.bpm.entity.StencilSet
 
setMainPropertyPackages(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setMethodArgs(List<StencilMethodArg>) - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
setMethodName(String) - Method in class com.haulmont.bpm.entity.stencil.ServiceTaskStencil
 
setModel(ProcModel) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setModelId(String) - Method in class com.haulmont.bpm.rest.RestModel
 
setModelJson(String) - Method in class com.haulmont.bpm.rest.RestModel
 
setName(String) - Method in class com.haulmont.bpm.entity.ProcAttachmentType
 
setName(String) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setName(String) - Method in class com.haulmont.bpm.entity.ProcModel
 
setName(String) - Method in class com.haulmont.bpm.entity.ProcRole
 
setName(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setName(String) - Method in class com.haulmont.bpm.entity.StencilSet
 
setName(String) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
setName(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setName(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
setName(String) - Method in class com.haulmont.bpm.rest.RestModel
 
setObjectEntityId(Object) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setOrder(Integer) - Method in class com.haulmont.bpm.entity.ProcActor
 
setOrder(Integer) - Method in class com.haulmont.bpm.entity.ProcRole
 
setOrderNo(Integer) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setOutcome(String) - Method in class com.haulmont.bpm.entity.ProcTask
 
setOutcome(String) - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
setParams(List<ProcFormParam>) - Method in class com.haulmont.bpm.form.ProcFormDefinition
 
setParentGroup(GroupStencil) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setPopular(boolean) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setProcActor(ProcActor) - Method in class com.haulmont.bpm.entity.ProcTask
 
setProcActors(Set<ProcActor>) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setProcAttachments(Set<ProcAttachment>) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setProcDefinition(ProcDefinition) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setProcDefinition(ProcDefinition) - Method in class com.haulmont.bpm.entity.ProcRole
 
setProcessVariablesSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.action.ProcAction
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.entity.ProcActor
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.entity.ProcTask
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.gui.procactor.ProcActorsFrame
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.gui.procattachment.ProcAttachmentsFrame
 
setProcInstance(ProcInstance) - Method in class com.haulmont.bpm.gui.proctask.ProcTasksFrame
 
setProcRole(ProcRole) - Method in class com.haulmont.bpm.entity.ProcActor
 
setProcRoles(List<ProcRole>) - Method in class com.haulmont.bpm.entity.ProcDefinition
 
setProcTask(ProcTask) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setProcTask(ProcTask) - Method in class com.haulmont.bpm.gui.action.CompleteProcTaskAction
 
setProcTask(ProcTask) - Method in class com.haulmont.bpm.gui.procattachment.ProcAttachmentsFrame
 
setProcTasks(Set<ProcTask>) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setProperties(List<GsonPropertyPackage.Property>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage
 
setPropertyPackages(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setPropertyPackageTitle(String) - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
setRefToView(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setRequired(boolean) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setRoles(List<String>) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setScreenParametersSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.action.ProcAction
 
setStartComment(String) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setStartDate(Date) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setStartDate(Date) - Method in class com.haulmont.bpm.entity.ProcTask
 
setStartedBy(User) - Method in class com.haulmont.bpm.entity.ProcInstance
 
setStartProcessActionProcessVariablesSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Sets the process variables Supplier for the start process action.
setStartProcessActionProcessVariablesSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Sets the process variables Supplier for the start process action.
setStartProcessActionScreenParametersSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Sets the screen parameters Supplier for the process form of the start process action.
setStartProcessActionScreenParametersSupplier(Supplier<Map<String, Object>>) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Sets the screen parameters Supplier for the process form of the start process action.
setStartProcessEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setStartProcessEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setStencil(ServiceTaskStencil) - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
setStencil(T) - Method in class com.haulmont.bpm.gui.stencilset.frame.AbstractStencilFrame
 
setStencil(GroupStencil) - Method in class com.haulmont.bpm.gui.stencilset.frame.GroupStencilFrame
 
setStencil(ServiceTaskStencil) - Method in class com.haulmont.bpm.gui.stencilset.frame.ServiceTaskStencilFrame
 
setStencilId(String) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setStencilSet(String) - Method in interface com.haulmont.bpm.core.StencilSetManager
Updates a custom stencilset in the database.
setStencilSet(String) - Method in class com.haulmont.bpm.core.StencilSetManagerBean
 
setStencilSet(String) - Method in interface com.haulmont.bpm.service.StencilSetService
 
setStencilSet(String) - Method in class com.haulmont.bpm.service.StencilSetServiceBean
 
setTaskInfoEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
 
setTaskInfoEnabled(boolean) - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
 
setTitle(String) - Method in class com.haulmont.bpm.entity.stencil.Stencil
 
setTitle(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setTitle(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setType(ProcAttachmentType) - Method in class com.haulmont.bpm.entity.ProcAttachment
 
setType(String) - Method in class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
setType(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Custom
 
setType(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setType(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
setTypeName(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setupModelerPopupOpener(Button, String) - Method in interface com.haulmont.bpm.gui.procmodel.ProcModelBrowse.Companion
 
setupModelerPopupOpener(Button, String) - Method in class com.haulmont.bpm.web.ui.procmodel.WebProcModelBrowseCompanion
 
setUser(User) - Method in class com.haulmont.bpm.entity.ProcActor
 
setValue(String) - Method in class com.haulmont.bpm.form.ProcFormParam
 
setValue(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonPropertyPackage.Property
 
setVariable(ProcInstance, String, Object) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
setVariable(String, String, Object) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
setVariable(ProcInstance, String, Object) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
setVariable(String, String, Object) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
setVariable(ProcInstance, String, Object) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
setVariable(String, String, Object) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
setVariable(ProcInstance, String, Object) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
setVariable(String, String, Object) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
setVariables(ProcInstance, Map<String, Object>) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
setVariables(String, Map<String, Object>) - Method in interface com.haulmont.bpm.core.ProcessVariablesManager
 
setVariables(ProcInstance, Map<String, Object>) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
setVariables(String, Map<String, Object>) - Method in class com.haulmont.bpm.core.ProcessVariablesManagerBean
 
setVariables(String, Map<String, Object>) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
setVariables(ProcInstance, Map<String, Object>) - Method in interface com.haulmont.bpm.service.ProcessVariablesService
 
setVariables(String, Map<String, Object>) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
setVariables(ProcInstance, Map<String, Object>) - Method in class com.haulmont.bpm.service.ProcessVariablesServiceBean
 
setView(String) - Method in class com.haulmont.bpm.gui.stencilset.helper.GsonStencil
 
standard() - Method in class com.haulmont.bpm.gui.procactions.ProcActionsFrame.Initializer
Performs the standard initialization: Commits the editor before each action is appliedshows notification and re-intializes the procActionsFrame after the action is applied
standard() - Method in class com.haulmont.bpm.gui.procactionsfragment.ProcActionsFragment.Initializer
Performs the standard initialization: Commits the editor before each action is appliedshows notification and re-intializes the procActionsFragment after the action is applied
STANDARD_PROC_FORM - Static variable in interface com.haulmont.bpm.BpmConstants
 
StandardProcForm - Class in com.haulmont.bpm.gui.form.standard
Standard process form that is used for: entering procTask comment adding process attachment setting process actors Visibility of components (comment field, frames for attachments and actors) are defined by parameters of formDefinition
StandardProcForm() - Constructor for class com.haulmont.bpm.gui.form.standard.StandardProcForm
 
StandardStencil - Class in com.haulmont.bpm.entity.stencil
 
StandardStencil() - Constructor for class com.haulmont.bpm.entity.stencil.StandardStencil
 
startProcess(ProcInstance, String, Map<String, Object>) - Method in interface com.haulmont.bpm.core.ProcessRuntimeManager
Starts activiti process and updates the passed procInstance.
startProcess(ProcInstance, String, Map<String, Object>) - Method in class com.haulmont.bpm.core.ProcessRuntimeManagerBean
 
startProcess(ProcInstance, String, Map<String, Object>) - Method in interface com.haulmont.bpm.service.ProcessRuntimeService
 
startProcess(ProcInstance, String, Map<String, Object>) - Method in class com.haulmont.bpm.service.ProcessRuntimeServiceBean
 
StartProcessAction - Class in com.haulmont.bpm.gui.action
 
StartProcessAction(ProcInstance) - Constructor for class com.haulmont.bpm.gui.action.StartProcessAction
 
StaticFile(String, int, boolean, URL) - Constructor for class com.haulmont.bpm.web.controller.ContentController.StaticFile
 
Stencil - Class in com.haulmont.bpm.entity.stencil
 
Stencil() - Constructor for class com.haulmont.bpm.entity.stencil.Stencil
 
StencilMethodArg - Class in com.haulmont.bpm.entity.stencil
 
StencilMethodArg() - Constructor for class com.haulmont.bpm.entity.stencil.StencilMethodArg
 
StencilsBeansMetadata - Class in com.haulmont.bpm.core
Class that is used by Stencils editor for getting an information about middleware beans names and their methods
StencilsBeansMetadata() - Constructor for class com.haulmont.bpm.core.StencilsBeansMetadata
 
StencilSet - Class in com.haulmont.bpm.entity
 
StencilSet() - Constructor for class com.haulmont.bpm.entity.StencilSet
 
StencilSetController - Class in com.haulmont.bpm.web.controller
 
StencilSetController() - Constructor for class com.haulmont.bpm.web.controller.StencilSetController
 
StencilSetEditor - Class in com.haulmont.bpm.gui.stencilset
 
StencilSetEditor() - Constructor for class com.haulmont.bpm.gui.stencilset.StencilSetEditor
 
StencilSetJsonHelper - Class in com.haulmont.bpm.gui.stencilset.helper
Helper class that is used by the stencilset editor to convert a stencilset JSON to the entities set and back.
StencilSetJsonHelper() - Constructor for class com.haulmont.bpm.gui.stencilset.helper.StencilSetJsonHelper
 
StencilSetManager - Interface in com.haulmont.bpm.core
Class that is used for storing and retrieving stencilSet json
StencilSetManagerBean - Class in com.haulmont.bpm.core
 
StencilSetManagerBean() - Constructor for class com.haulmont.bpm.core.StencilSetManagerBean
 
StencilSetService - Interface in com.haulmont.bpm.service
Class that is used for storing and retrieving stencilSet json see StencilSetManager class documentation for more details
StencilSetServiceBean - Class in com.haulmont.bpm.service
 
StencilSetServiceBean() - Constructor for class com.haulmont.bpm.service.StencilSetServiceBean
 
StringFieldGenerator - Class in com.haulmont.bpm.gui.form.generic.fieldgenerator
 
StringFieldGenerator() - Constructor for class com.haulmont.bpm.gui.form.generic.fieldgenerator.StringFieldGenerator
 

T

transformModel(byte[]) - Method in class com.haulmont.bpm.core.ModelTransformer
Finds all SubModel elements and replaces them with sub-model content.

U

undeployProcess(String) - Method in interface com.haulmont.bpm.core.ProcessRepositoryManager
Deletes a process from Activiti engine
undeployProcess(String) - Method in class com.haulmont.bpm.core.ProcessRepositoryManagerBean
 
undeployProcess(String) - Method in interface com.haulmont.bpm.service.ProcessRepositoryService
 
undeployProcess(String) - Method in class com.haulmont.bpm.service.ProcessRepositoryServiceBean
 
updateModel(String, String, String, String, String) - Method in interface com.haulmont.bpm.service.ModelService
Saves activiti model to the database
updateModel(String, String, String) - Method in interface com.haulmont.bpm.service.ModelService
 
updateModel(String, String, String, String, String) - Method in class com.haulmont.bpm.service.ModelServiceBean
 
updateModel(String, String, String) - Method in class com.haulmont.bpm.service.ModelServiceBean
 
updateModel(String, MultiValueMap<String, String>, HttpServletRequest, HttpServletResponse) - Method in class com.haulmont.bpm.web.controller.ModelController
 
updateModelNameInJson(String, String) - Method in interface com.haulmont.bpm.service.ModelService
 
updateModelNameInJson(String, String) - Method in class com.haulmont.bpm.service.ModelServiceBean
 

V

valueOf(String) - Static method in enum com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow.Decision
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.haulmont.bpm.gui.procdefinition.ProcDefinitionDeployWindow.Decision
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebProcModelBrowseCompanion - Class in com.haulmont.bpm.web.ui.procmodel
 
WebProcModelBrowseCompanion() - Constructor for class com.haulmont.bpm.web.ui.procmodel.WebProcModelBrowseCompanion
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links