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

A

AbstractInfoMapper - Class in com.activiti.service.editor.mapper
 
AbstractInfoMapper() - Constructor for class com.activiti.service.editor.mapper.AbstractInfoMapper
 
ActivitiAppUser - Class in com.activiti.security
A UserDetails implementation that exposes the com.activiti.domain.idm.User.User object the logged in user represents.
ActivitiAppUser(User, String, Collection<? extends GrantedAuthority>) - Constructor for class com.activiti.security.ActivitiAppUser
The userId needs to be passed explicitly.
ActivitiService - Class in com.activiti.service.runtime
Wrapper for various Activiti operations
ActivitiService() - Constructor for class com.activiti.service.runtime.ActivitiService
 
addAppDefinitionForUser(User, RuntimeAppDefinition) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
addAppDefinitionForUser(User, RuntimeAppDefinition) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
addContent(String, RelatedContent) - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
addContentItemToList(JsonNode, Map<Long, RelatedContent>, List<RelatedContentRepresentation>) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
addCustomData(String, Object) - Method in exception com.activiti.service.exception.BaseModelerRestException
 
addDefaultApps(User) - Method in class com.activiti.service.idm.UserServiceImpl
 
addFormModelMapping(Long, Form) - Method in class com.activiti.service.api.DeploymentResult
 
addModelMapping(AbstractModel, BpmnModel) - Method in class com.activiti.service.api.DeploymentResult
 
addOrReplaceAssignmentsExtraElements(UserTask) - Method in class com.activiti.service.editor.ModelServiceImpl
 
addOrUpdateExtensionElement(String, String, UserTask) - Method in class com.activiti.service.editor.ModelServiceImpl
 
addParameter(String, Object) - Method in class com.activiti.service.editor.ServiceParameters
 
addParameter(String, Object) - Method in class com.activiti.service.exception.ErrorInfo
 
addProcessDefinition(ProcessDefinition) - Method in class com.activiti.service.api.DeploymentResult
Should be called AFTER all AbstractModels and BpmnModels are added!
addUserToGroup(Group, User) - Method in interface com.activiti.service.api.GroupService
 
addUserToGroup(Group, User) - Method in class com.activiti.service.idm.GroupServiceImpl
 
addValidParameter(String, Object) - Method in class com.activiti.service.editor.ServiceParameters
Adds a parameter and marks is as valid.
addValidParameterNames(String[]) - Method in class com.activiti.service.editor.ServiceParameters
 
AppConstants - Class in com.activiti.service.runtime
Constants for well known default apps.
AppConstants() - Constructor for class com.activiti.service.runtime.AppConstants
 
AppDefinitionPublishService - Class in com.activiti.service.editor
Can't merge this with AppDefinitionService, as it doesn't have visibility of domain models needed to do the publication.
AppDefinitionPublishService() - Constructor for class com.activiti.service.editor.AppDefinitionPublishService
 
AppDefinitionService - Interface in com.activiti.service.api
 
AppDefinitionServiceImpl - Class in com.activiti.service.editor
 
AppDefinitionServiceImpl() - Constructor for class com.activiti.service.editor.AppDefinitionServiceImpl
 
AppDefinitionServiceRepresentation - Class in com.activiti.service.api
 
AppDefinitionServiceRepresentation() - Constructor for class com.activiti.service.api.AppDefinitionServiceRepresentation
 
apply(LightGroupRepresentation) - Method in class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer
 
apply(LightGroupRepresentation) - Method in class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer.IdOnlyGroupTransformer
 
apply(LightGroupRepresentation) - Method in class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer.LightGroupTransformer
 
apply(Map<String, Object>, Map<String, String>, String, RelatedContentService, SimpleContentTypeMapper, ObjectMapper) - Method in class com.activiti.service.runtime.FormValueExpression
 
appRelationRepository - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
AppVersionService - Class in com.activiti.service.runtime
 
AppVersionService() - Constructor for class com.activiti.service.runtime.AppVersionService
 
assumeUser(User) - Static method in class com.activiti.security.SecurityUtils
 

B

BadRequestException - Exception in com.activiti.service.exception
 
BadRequestException(String) - Constructor for exception com.activiti.service.exception.BadRequestException
 
BadRequestException(String, String) - Constructor for exception com.activiti.service.exception.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception com.activiti.service.exception.BadRequestException
 
BaseModelerRestException - Exception in com.activiti.service.exception
Base exception for all exceptions in the REST layer.
BaseModelerRestException() - Constructor for exception com.activiti.service.exception.BaseModelerRestException
 
BaseModelerRestException(String, Throwable) - Constructor for exception com.activiti.service.exception.BaseModelerRestException
 
BaseModelerRestException(String) - Constructor for exception com.activiti.service.exception.BaseModelerRestException
 
BaseModelerRestException(Throwable) - Constructor for exception com.activiti.service.exception.BaseModelerRestException
 
BpmnDisplayJsonConverter - Class in com.activiti.service.editor
 
BpmnDisplayJsonConverter() - Constructor for class com.activiti.service.editor.BpmnDisplayJsonConverter
 
bpmnJsonConverter - Variable in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
bpmnJsonConverter - Variable in class com.activiti.service.editor.ModelServiceImpl
 
bpmnXMLConverter - Variable in class com.activiti.service.editor.ModelServiceImpl
 

C

CachedUser(User, Collection<GrantedAuthority>) - Constructor for class com.activiti.service.api.UserCache.CachedUser
 
calculateDiagramSize(BpmnModel) - Method in class com.activiti.service.editor.ModelServiceImpl
 
calculateWidthForArtifacts(Collection<Artifact>, BpmnModel, GraphicInfo) - Method in class com.activiti.service.editor.ModelServiceImpl
 
calculateWidthForFlowElements(Collection<FlowElement>, BpmnModel, GraphicInfo) - Method in class com.activiti.service.editor.ModelServiceImpl
 
canAddRelatedContentToProcessInstance(User, String) - Method in class com.activiti.service.runtime.PermissionService
 
canAddRelatedContentToTask(User, String) - Method in class com.activiti.service.runtime.PermissionService
 
canDeleteProcessInstance(User, HistoricProcessInstance) - Method in class com.activiti.service.runtime.PermissionService
 
canDownloadContent(User, RelatedContent) - Method in class com.activiti.service.runtime.PermissionService
 
changePassword(Long, String, String) - Method in interface com.activiti.service.api.UserService
 
changePassword(Long, String) - Method in interface com.activiti.service.api.UserService
 
changePassword(Long, String, String) - Method in class com.activiti.service.idm.UserServiceImpl
 
changePassword(Long, String) - Method in class com.activiti.service.idm.UserServiceImpl
 
changeUsersLastUpdateValue(Group) - Method in class com.activiti.service.idm.GroupServiceImpl
 
checkin(RelatedContent, String, boolean) - Method in class com.activiti.service.runtime.RelatedContentService
 
checkout(RelatedContent, User, boolean) - Method in class com.activiti.service.runtime.RelatedContentService
 
clearAssumeUser() - Static method in class com.activiti.security.SecurityUtils
 
clock - Variable in class com.activiti.service.runtime.RelatedContentService
 
com.activiti.security - package com.activiti.security
 
com.activiti.service.api - package com.activiti.service.api
 
com.activiti.service.editor - package com.activiti.service.editor
 
com.activiti.service.editor.mapper - package com.activiti.service.editor.mapper
 
com.activiti.service.exception - package com.activiti.service.exception
 
com.activiti.service.idm - package com.activiti.service.idm
 
com.activiti.service.runtime - package com.activiti.service.runtime
 
com.activiti.util - package com.activiti.util
 
CommentService - Class in com.activiti.service.runtime
 
CommentService() - Constructor for class com.activiti.service.runtime.CommentService
 
commentService - Variable in class com.activiti.service.runtime.ProcessInstanceService
 
commonFillGraphicInfo(ObjectNode, double, double, double, double, boolean) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
ConflictingRequestException - Exception in com.activiti.service.exception
 
ConflictingRequestException(String) - Constructor for exception com.activiti.service.exception.ConflictingRequestException
 
ConflictingRequestException(String, String) - Constructor for exception com.activiti.service.exception.ConflictingRequestException
 
ConflictingRequestException(String, String, Map<String, Object>) - Constructor for exception com.activiti.service.exception.ConflictingRequestException
 
connectSharedModelsByEmail(String, User) - Method in interface com.activiti.service.api.EmailConnectedModelService
Called when a User has been made for a user that didn't exist before (and hence the model was assigned by email).
connectSharedModelsByEmail(String, User) - Method in class com.activiti.service.editor.EmailConnectedModelServiceImpl
 
contentRepository - Variable in class com.activiti.service.runtime.RelatedContentService
 
contentStorage - Variable in class com.activiti.service.runtime.RelatedContentService
 
contentTypeMapper - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
convert(List<Object[]>) - Method in class com.activiti.service.editor.ModelRelationService
 
countCommentsForProcessInstance(String) - Method in class com.activiti.service.runtime.CommentService
 
countCommentsForTask(String) - Method in class com.activiti.service.runtime.CommentService
 
countUsers(String, boolean, String, String, Long) - Method in interface com.activiti.service.api.UserService
 
countUsers(String, boolean, String, String, Long) - Method in class com.activiti.service.idm.UserServiceImpl
 
countUsersForGroup(Long, String) - Method in interface com.activiti.service.api.UserService
 
countUsersForGroup(Long, String) - Method in class com.activiti.service.idm.UserServiceImpl
 
createAppDefinition(AbstractModel) - Method in class com.activiti.service.editor.AppDefinitionServiceImpl
 
createComment(String, User, String) - Method in class com.activiti.service.runtime.CommentService
 
createComment(String, User, String, String) - Method in class com.activiti.service.runtime.CommentService
 
createFieldPropertyNodes(String, List<FieldExtension>) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createFormModelMetaData(DeploymentResult, AbstractModel) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
createGroup(String) - Method in interface com.activiti.service.api.GroupService
 
createGroup(String) - Method in class com.activiti.service.idm.GroupServiceImpl
 
createListenerPropertyNodes(String, List<ActivitiListener>) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createModel(ModelRepresentation, String, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
createModel(ModelRepresentation, String, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
createNewModelhistory(Model) - Method in class com.activiti.service.editor.ModelServiceImpl
 
createNewModelVersion(Model, String, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
createNewModelVersion(Model, String, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
createNewModelVersionAndReturnModelHistory(Model, String, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
createNewModelVersionAndReturnModelHistory(Model, String, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
createNewUser(String, String, String, String, String) - Method in interface com.activiti.service.api.UserService
Creates a new user with the given details.
createNewUser(String, String, String, String, String) - Method in class com.activiti.service.idm.UserServiceImpl
Creates a new user with the given details.
createNewUserHashedPassword(String, String, String, String, String) - Method in interface com.activiti.service.api.UserService
 
createNewUserHashedPassword(String, String, String, String, String) - Method in class com.activiti.service.idm.UserServiceImpl
 
createProcessModelMetaData(DeploymentResult, AbstractModel) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
createPropertyNode(String, String) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createPropertyNode(String, Date) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createPropertyNode(String, Boolean) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createPropertyNode(String, List<String>) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
createReadonlyForm(String, String, String, FormDefinitionRepresentation) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
createRelatedContent(User, String, String, String, String, String, String, String, InputStream, Long) - Method in class com.activiti.service.runtime.RelatedContentService
 
createRelatedContent(User, String, String, String, String, String, String, InputStream, Long, boolean, boolean) - Method in class com.activiti.service.runtime.RelatedContentService
 
createRelatedContent(User, String, String, String, String, String, String, InputStream, Long, boolean, boolean, String) - Method in class com.activiti.service.runtime.RelatedContentService
 
createRuntimeAppDefinition(User, String, String, Long, String) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
createRuntimeAppDefinition(User, String, String, Long, String) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
createRuntimeAppDeployment(User, RuntimeAppDefinition, Long, String) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
createRuntimeAppDeployment(User, RuntimeAppDefinition, Long, String) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
createRuntimeForm(Long, Map<Long, AbstractModel>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
createToken(User, String, String) - Method in interface com.activiti.service.idm.PersistentTokenService
 
createToken(User, String, String) - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
currentUserHasCapability(String) - Static method in class com.activiti.security.SecurityUtils
 
customData - Variable in exception com.activiti.service.exception.BaseModelerRestException
 

D

dateFormat - Variable in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
definition - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
delete(PersistentToken) - Method in interface com.activiti.service.idm.PersistentTokenService
 
delete(PersistentToken) - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
deleteAllCommentsForProcessInstance(String) - Method in class com.activiti.service.runtime.CommentService
Deletes all comments related to the given process instance.
deleteAppDefinition(Long) - Method in interface com.activiti.service.api.DeploymentService
 
deleteAppDefinition(Long) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
deleteAppDefinition(RuntimeAppDefinition) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
deleteAppDefinition(RuntimeAppDefinition) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
deleteAppDefinitionForUser(User, RuntimeAppDefinition) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
deleteAppDefinitionForUser(User, RuntimeAppDefinition) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
deleteComment(Comment) - Method in class com.activiti.service.runtime.CommentService
 
deleteContentForProcessInstance(String) - Method in class com.activiti.service.runtime.RelatedContentService
Deletes all content related to the given process instance.
deleteGroup(Long) - Method in interface com.activiti.service.api.GroupService
 
deleteGroup(Long) - Method in class com.activiti.service.idm.GroupServiceImpl
 
deleteModel(long, boolean, boolean) - Method in interface com.activiti.service.editor.ModelInternalService
 
deleteModel(long, boolean, boolean) - Method in class com.activiti.service.editor.ModelServiceImpl
 
deleteModelAndChildren(Model) - Method in class com.activiti.service.editor.ModelServiceImpl
 
deleteObsoletePersistentTokens() - Method in class com.activiti.service.runtime.PersistentTokenCleanupService
 
deleteProcessInstance(String) - Method in class com.activiti.service.runtime.ProcessInstanceService
 
deleteRelatedContent(RelatedContent) - Method in class com.activiti.service.runtime.RelatedContentService
 
deleteShareInfo(Model, Long) - Method in class com.activiti.service.editor.ModelShareService
 
deleteUserFromGroup(Group, User) - Method in interface com.activiti.service.api.GroupService
 
deleteUserFromGroup(Group, User) - Method in class com.activiti.service.idm.GroupServiceImpl
 
deployAppDefinitions(List<Long>, User) - Method in interface com.activiti.service.api.DeploymentService
 
deployAppDefinitions(List<Long>, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
deployAppDefinitionToActiviti(AppDefinitionServiceRepresentation, RuntimeAppDefinition, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
DeploymentResult - Class in com.activiti.service.api
 
DeploymentResult() - Constructor for class com.activiti.service.api.DeploymentResult
 
DeploymentService - Interface in com.activiti.service.api
 
deploymentService - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
deploymentService - Variable in class com.activiti.service.editor.ModelServiceImpl
 
DeploymentServiceImpl - Class in com.activiti.service.runtime
 
DeploymentServiceImpl() - Constructor for class com.activiti.service.runtime.DeploymentServiceImpl
 
description - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 

E

EmailConnectedModelService - Interface in com.activiti.service.api
 
EmailConnectedModelServiceImpl - Class in com.activiti.service.editor
 
EmailConnectedModelServiceImpl() - Constructor for class com.activiti.service.editor.EmailConnectedModelServiceImpl
 
entityManager - Variable in class com.activiti.service.idm.GroupServiceImpl
 
environment - Variable in class com.activiti.service.runtime.PersistentTokenCleanupService
 
ErrorInfo - Class in com.activiti.service.exception
 
ErrorInfo(String) - Constructor for class com.activiti.service.exception.ErrorInfo
 
eventElementTypes - Variable in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
EventInfoMapper - Class in com.activiti.service.editor.mapper
 
EventInfoMapper() - Constructor for class com.activiti.service.editor.mapper.EventInfoMapper
 
extractExpressionFields(FormDefinitionRepresentation) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 

F

field - Variable in class com.activiti.service.runtime.FormValueExpression
 
FieldValueFormValueSegment - Class in com.activiti.service.runtime
FormValueSegment that will resolves to the value of a single field value.
FieldValueFormValueSegment(String) - Constructor for class com.activiti.service.runtime.FieldValueFormValueSegment
 
fillDiagramInfo(GraphicInfo, GraphicInfo) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
fillEventTypes(String, FlowElement, ObjectNode) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
fillGraphicInfo(ObjectNode, GraphicInfo, boolean) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
fillSequenceFlowCondition(SequenceFlow, Map<Long, Form>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
fillWaypoints(String, BpmnModel, ObjectNode, GraphicInfo) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
filterForms(User, String, int, int) - Method in interface com.activiti.service.runtime.FormStoreService
 
filterForms(User, String, int, int) - Method in class com.activiti.service.runtime.FormStoreServiceImpl
 
findOrCreateUserByEmail(String) - Method in interface com.activiti.service.api.UserService
Looks up a User by the email address.
findOrCreateUserByEmail(String) - Method in class com.activiti.service.idm.UserServiceImpl
 
findParentModels(Long) - Method in class com.activiti.service.editor.ModelRelationService
Returns the models which have a ModelRelation with the given model, where the given model is the one that is referenced.
findReferencedModels(Long) - Method in class com.activiti.service.editor.ModelRelationService
Returns the models which have a ModelRelation with the given model, where the model references those directly or indirectly.
findUser(long) - Method in interface com.activiti.service.api.UserService
 
findUser(long) - Method in class com.activiti.service.idm.UserServiceImpl
 
findUserByEmail(String) - Method in interface com.activiti.service.api.UserService
 
findUserByEmail(String) - Method in class com.activiti.service.idm.UserServiceImpl
 
findUserByEmailFetchGroups(String) - Method in interface com.activiti.service.api.UserService
 
findUserByEmailFetchGroups(String) - Method in class com.activiti.service.idm.UserServiceImpl
 
findUsers(String, boolean, String, String, Long, Pageable) - Method in interface com.activiti.service.api.UserService
 
findUsers(String, boolean, String, String, Long, Pageable) - Method in class com.activiti.service.idm.UserServiceImpl
 
findUsersForGroup(Long, String, int, int) - Method in interface com.activiti.service.api.UserService
 
findUsersForGroup(Long, String, int, int) - Method in class com.activiti.service.idm.UserServiceImpl
 
FormProcessingService - Interface in com.activiti.service.runtime
 
FormProcessingServiceImpl - Class in com.activiti.service.runtime
 
FormProcessingServiceImpl() - Constructor for class com.activiti.service.runtime.FormProcessingServiceImpl
 
formRepository - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
formService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
formStoreService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
FormStoreService - Interface in com.activiti.service.runtime
 
FormStoreServiceImpl - Class in com.activiti.service.runtime
 
FormStoreServiceImpl() - Constructor for class com.activiti.service.runtime.FormStoreServiceImpl
 
FormValueExpression - Class in com.activiti.service.runtime
Container for all values in a form that are based on previously filled in fields, which eventually resolves to a concatenated String.
FormValueExpression(FormFieldRepresentation) - Constructor for class com.activiti.service.runtime.FormValueExpression
 
FormValueSegment - Class in com.activiti.service.runtime
Single segment in a FormValueExpression.
FormValueSegment() - Constructor for class com.activiti.service.runtime.FormValueSegment
 
fromHttpRequest(HttpServletRequest) - Static method in class com.activiti.service.editor.ServiceParameters
Creates a new ServiceParameters instance based on all non-empty query-parameters in the given request.
fromObjectNode(ObjectNode) - Static method in class com.activiti.service.editor.ServiceParameters
Creates a new ServiceParameters instance based on all properties in the given object node.

G

generateMetrics() - Method in interface com.activiti.service.runtime.FormStoreService
 
generateMetrics() - Method in class com.activiti.service.runtime.FormStoreServiceImpl
Simply prints out form cache statistics every hour.
generateThumbnailImage(Model, ObjectNode) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getAllFieldContentForProcessInstance(String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getAllFieldContentForTask(String, String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getAllForms(String) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getAllForms(String) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getAllUsers(int, int) - Method in interface com.activiti.service.api.UserService
 
getAllUsers(int, int) - Method in class com.activiti.service.idm.UserServiceImpl
 
getAppDefinition(Long, String) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
getAppDefinitions() - Method in interface com.activiti.service.api.AppDefinitionService
 
getAppDefinitions() - Method in class com.activiti.service.editor.AppDefinitionServiceImpl
 
getBpmnModel(AbstractModel, User, boolean) - Method in interface com.activiti.service.api.ModelService
 
getBpmnModel(AbstractModel, User, boolean) - Method in interface com.activiti.service.editor.ModelInternalService
 
getBpmnModel(AbstractModel, User, boolean) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getBpmnXML(BpmnModel) - Method in interface com.activiti.service.api.ModelService
 
getBpmnXML(AbstractModel, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
getBpmnXML(BpmnModel) - Method in interface com.activiti.service.editor.ModelInternalService
 
getBpmnXML(AbstractModel, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getBpmnXML(BpmnModel) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getCacheHitCount() - Method in interface com.activiti.service.api.GroupHierarchyCache
 
getCacheHitCount() - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
getCacheLoadCount() - Method in interface com.activiti.service.api.GroupHierarchyCache
 
getCacheLoadCount() - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
getCacheMissCount() - Method in interface com.activiti.service.api.GroupHierarchyCache
 
getCacheMissCount() - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
getCommentsForProcessInstance(String, boolean) - Method in class com.activiti.service.runtime.CommentService
 
getCommentsForTask(String, boolean) - Method in class com.activiti.service.runtime.CommentService
 
getContentStorage() - Method in class com.activiti.service.runtime.RelatedContentService
 
getContentStream(RelatedContent) - Method in class com.activiti.service.runtime.RelatedContentStreamProvider
 
getCount(Long, Long) - Method in interface com.activiti.service.api.UserGroupService
 
getCount(Long, Long) - Method in class com.activiti.service.idm.UserGroupServiceImpl
 
getCurrentActivitiAppUser() - Static method in class com.activiti.security.SecurityUtils
 
getCurrentUserId() - Static method in class com.activiti.security.SecurityUtils
Get the login of the current user.
getCurrentUserObject() - Static method in class com.activiti.security.SecurityUtils
 
getCustomData() - Method in exception com.activiti.service.exception.BaseModelerRestException
 
getCustomData() - Method in class com.activiti.service.exception.ErrorInfo
 
getDefinition() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getDefinitionForModelAndUser(Long, User) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
getDefinitionForModelAndUser(Long, User) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getDefinitionIdForModelAndUser(Long, User) - Method in interface com.activiti.service.api.RuntimeAppDefinitionService
 
getDefinitionIdForModelAndUser(Long, User) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getDefinitionsForUser(User) - Method in interface com.activiti.service.api.RuntimeAppDefinitionService
 
getDefinitionsForUser(User) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getDeployableAppDefinitions(User) - Method in interface com.activiti.service.api.AppDefinitionService
 
getDeployableAppDefinitions(User) - Method in class com.activiti.service.editor.AppDefinitionServiceImpl
Gathers all 'deployable' app definitions for the current user.
getDeployment() - Method in class com.activiti.service.api.DeploymentResult
 
getDescription() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getFieldContentForProcessInstance(String, String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getFieldContentForTask(String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getFieldId() - Method in class com.activiti.service.runtime.FieldValueFormValueSegment
 
getForm(String) - Method in interface com.activiti.service.runtime.FormStoreService
 
getForm(String) - Method in class com.activiti.service.runtime.FormStoreServiceImpl
 
getFormFieldValue(Object, FormFieldRepresentation, String) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getFormKeyWithFormId(Long, Map<Long, Form>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
getGrantedAuthorities() - Method in class com.activiti.service.api.UserCache.CachedUser
 
getGroup(Long) - Method in interface com.activiti.service.api.GroupHierarchyCache
Fetches one Group from the cache.
getGroup(Long) - Method in interface com.activiti.service.api.GroupService
 
getGroup(Long, boolean) - Method in interface com.activiti.service.api.GroupService
 
getGroup(Long) - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
getGroup(Long) - Method in class com.activiti.service.idm.GroupServiceImpl
 
getGroup(Long, boolean) - Method in class com.activiti.service.idm.GroupServiceImpl
 
getGroupIds(User) - Static method in class com.activiti.util.UserUtil
 
getGroups(String, int, int) - Method in interface com.activiti.service.api.GroupService
 
getGroups() - Method in interface com.activiti.service.api.GroupService
 
getGroups(String, int, int) - Method in class com.activiti.service.idm.GroupServiceImpl
 
getGroups() - Method in class com.activiti.service.idm.GroupServiceImpl
 
getGroupTransformer() - Method in class com.activiti.service.editor.ModelDefinitionTransformer
 
getIcon() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getId() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getIdmType() - Method in class com.activiti.service.idm.IdmInfoService
 
getLastDatabaseCheck() - Method in class com.activiti.service.api.UserCache.CachedUser
 
getMessage() - Method in class com.activiti.service.exception.ErrorInfo
 
getMessageKey() - Method in exception com.activiti.service.exception.BaseModelerRestException
 
getMessageKey() - Method in class com.activiti.service.exception.ErrorInfo
 
getModel(Long) - Method in interface com.activiti.service.api.ModelService
 
getModel(Long) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getModelCountForUser(User, int) - Method in interface com.activiti.service.api.ModelService
 
getModelCountForUser(User, int) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getModelJson(AbstractModel) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
getModels() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getModelsByModelTypeAndReferenceId(Integer, Long) - Method in interface com.activiti.service.api.ModelService
 
getModelsByModelTypeAndReferenceId(Integer, Long) - Method in class com.activiti.service.editor.ModelServiceImpl
 
getName() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getParameter(String) - Method in class com.activiti.service.editor.ServiceParameters
 
getPersistentToken(String) - Method in interface com.activiti.service.idm.PersistentTokenService
 
getPersistentToken(String, boolean) - Method in interface com.activiti.service.idm.PersistentTokenService
 
getPersistentToken(String) - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
getPersistentToken(String, boolean) - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
getPredicatesForUserQuery(CriteriaBuilder, Root<User>, Root<UserGroup>, String, boolean, String, String, Long) - Method in class com.activiti.service.idm.UserServiceImpl
 
getProcessDefinitionById(String) - Method in class com.activiti.service.runtime.PermissionService
 
getProcessDefinitionKeys(AppRelation) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
getProcessDefinitionKeys(User, AbstractModel) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
getProcessDefinitionsForProcessModel(Long) - Method in class com.activiti.service.api.DeploymentResult
 
getProcessInstanceVariables(HistoricTaskInstance) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getProcessInstanceVariables(HistoricTaskInstance) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getProcessModels() - Method in class com.activiti.service.api.DeploymentResult
 
getProcessName(Process) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
getRecentUsersExcludeModel(Long, Long) - Method in interface com.activiti.service.api.UserService
 
getRecentUsersExcludeModel(Long, Long) - Method in class com.activiti.service.idm.UserServiceImpl
 
getRelatedContent(String, String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getRelatedContent(Long, boolean) - Method in class com.activiti.service.runtime.RelatedContentService
 
getRelatedContentForProcessInstance(String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getRelatedContentForTask(String, int, int) - Method in class com.activiti.service.runtime.RelatedContentService
 
getRequiredFieldIds() - Method in class com.activiti.service.runtime.FormValueExpression
 
getRuntimeAppDefinition(Long) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
getRuntimeAppDefinition(Long) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getRuntimeAppDefinitionForModel(Long) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
getRuntimeAppDefinitionForModel(Long) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getRuntimeAppDeployment() - Method in class com.activiti.service.api.DeploymentResult
 
getRuntimeAppDeploymentsForApp(RuntimeAppDefinition) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
getRuntimeAppDeploymentsForApp(RuntimeAppDefinition) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getRuntimeAppDeploymentsForAppId(Long) - Method in interface com.activiti.service.api.RuntimeAppDefinitionService
 
getRuntimeAppDeploymentsForAppId(Long) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
getRuntimeFormForFormModel(Long) - Method in class com.activiti.service.api.DeploymentResult
 
getStartForm(String) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getStartForm(String) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getStartFormDefinition(String) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getStartFormDefinition(String) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getStringValue(Map<String, Object>, Map<String, String>, FormFieldRepresentation) - Method in class com.activiti.service.runtime.FieldValueFormValueSegment
 
getStringValue(Map<String, Object>, Map<String, String>, FormFieldRepresentation) - Method in class com.activiti.service.runtime.FormValueSegment
 
getStringValue(Map<String, Object>, Map<String, String>, FormFieldRepresentation) - Method in class com.activiti.service.runtime.LiteralFormValueSegment
 
getTaskForm(String) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getTaskForm(String) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getTaskFormDefinition(HistoricTaskInstance) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getTaskFormDefinition(HistoricTaskInstance) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getTheme() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getTokenMaxAge() - Method in class com.activiti.service.runtime.PersistentTokenCleanupService
 
getUser() - Method in class com.activiti.service.api.UserCache.CachedUser
 
getUser(Long) - Method in interface com.activiti.service.api.UserCache
 
getUser(Long, boolean, boolean, boolean) - Method in interface com.activiti.service.api.UserCache
 
getUser(String) - Method in interface com.activiti.service.api.UserCache
 
getUser(Long) - Method in interface com.activiti.service.api.UserService
 
getUser(Long, boolean) - Method in interface com.activiti.service.api.UserService
 
getUser(Long) - Method in class com.activiti.service.idm.UserCacheImpl
 
getUser(Long, boolean, boolean, boolean) - Method in class com.activiti.service.idm.UserCacheImpl
 
getUser(String) - Method in class com.activiti.service.idm.UserCacheImpl
 
getUser(Long) - Method in class com.activiti.service.idm.UserServiceImpl
 
getUser(Long, boolean) - Method in class com.activiti.service.idm.UserServiceImpl
 
getUserCount() - Method in interface com.activiti.service.api.UserService
 
getUserCount() - Method in class com.activiti.service.idm.UserServiceImpl
 
getUserCountByUserIdAndLastUpdateDate(Long, Date) - Method in interface com.activiti.service.api.UserService
 
getUserCountByUserIdAndLastUpdateDate(Long, Date) - Method in class com.activiti.service.idm.UserServiceImpl
 
getUserObject() - Method in class com.activiti.security.ActivitiAppUser
 
getValidParameterMap() - Method in class com.activiti.service.editor.ServiceParameters
 
getValue() - Method in class com.activiti.service.runtime.LiteralFormValueSegment
 
getVariableContent() - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
getVariables() - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
getVariablesFromFormSubmission(Form, FormDefinitionRepresentation, Map<String, Object>, String, ObjectNode) - Method in interface com.activiti.service.runtime.FormProcessingService
 
getVariablesFromFormSubmission(Form, FormDefinitionRepresentation, Map<String, Object>, String, ObjectNode) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
getVersion() - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
getVersionInfo() - Method in class com.activiti.service.runtime.AppVersionService
 
groupCache - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
GroupHierarchyCache - Interface in com.activiti.service.api
A cache of Group objects.
groupHierarchyCache - Variable in class com.activiti.service.editor.ModelServiceImpl
 
GroupHierarchyCacheImpl - Class in com.activiti.service.idm
Cache containing Group objects to prevent too much DB-traffic, especially when tasks are assigned to 'parent' groups and each of the users in the 'child' groups need to see this.
GroupHierarchyCacheImpl() - Constructor for class com.activiti.service.idm.GroupHierarchyCacheImpl
 
groupRepository - Variable in class com.activiti.service.idm.GroupServiceImpl
 
GroupService - Interface in com.activiti.service.api
 
GroupServiceImpl - Class in com.activiti.service.idm
 
GroupServiceImpl() - Constructor for class com.activiti.service.idm.GroupServiceImpl
 
GroupTransformer() - Constructor for class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer
 

H

handleAppModelProcessRelations(AbstractModel, ObjectNode) - Method in class com.activiti.service.editor.ModelServiceImpl
 
handleAppRelations(DeploymentResult, Long, String, String) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
handleBpmnProcessFormModelRelations(AbstractModel, ObjectNode) - Method in class com.activiti.service.editor.ModelServiceImpl
 
handleModelRelations(AbstractModel, Set<Long>, String) - Method in class com.activiti.service.editor.ModelServiceImpl
Generic handling of model relations: deleting/adding where needed.
hasContent() - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
hasReadPermissionOnProcessDefinition(User, String) - Method in class com.activiti.service.runtime.PermissionService
 
hasReadPermissionOnProcessInstance(User, String) - Method in class com.activiti.service.runtime.PermissionService
Check if the given user is allowed to read the process instance.
hasReadPermissionOnProcessInstance(User, HistoricProcessInstance, String) - Method in class com.activiti.service.runtime.PermissionService
Check if the given user is allowed to read the process instance.
hasReadPermissionOnRuntimeApp(User, Long) - Method in class com.activiti.service.runtime.PermissionService
 
hasWritePermissionOnRelatedContent(User, RelatedContent) - Method in class com.activiti.service.runtime.PermissionService
 
historyService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
historyService - Variable in class com.activiti.service.runtime.PermissionService
 
historyService - Variable in class com.activiti.service.runtime.ProcessInstanceService
 

I

icon - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
id - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
IdmInfoService - Class in com.activiti.service.idm
Simple wrapper for IDM related information.
IdmInfoService() - Constructor for class com.activiti.service.idm.IdmInfoService
 
IdOnlyGroupTransformer() - Constructor for class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer.IdOnlyGroupTransformer
 
InfoMapper - Interface in com.activiti.service.editor.mapper
 
initCache() - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
initCache() - Method in class com.activiti.service.idm.UserCacheImpl
 
initFormCache() - Method in class com.activiti.service.runtime.FormStoreServiceImpl
 
initialize() - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
initTokenCache() - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
internalCreateNewModelVersion(Model, String, User, boolean) - Method in class com.activiti.service.editor.ModelServiceImpl
 
internalDeleteModelAndChildren(Model, List<Model>) - Method in class com.activiti.service.editor.ModelServiceImpl
 
internalSave(String, String, String, boolean, String, byte[], User, Model) - Method in class com.activiti.service.editor.ModelServiceImpl
 
InternalServerErrorException - Exception in com.activiti.service.exception
 
InternalServerErrorException() - Constructor for exception com.activiti.service.exception.InternalServerErrorException
 
InternalServerErrorException(String) - Constructor for exception com.activiti.service.exception.InternalServerErrorException
 
InternalServerErrorException(String, Throwable) - Constructor for exception com.activiti.service.exception.InternalServerErrorException
 
invalidate(Long) - Method in interface com.activiti.service.api.GroupHierarchyCache
Invalidates a cached entry.
invalidate(Long) - Method in interface com.activiti.service.api.UserCache
 
invalidate(Long) - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
invalidate(Long) - Method in class com.activiti.service.idm.UserCacheImpl
 
isInvolved(User, String) - Method in class com.activiti.service.runtime.PermissionService
 
isMember(Long, Long) - Method in interface com.activiti.service.api.UserGroupService
 
isMember(Long, Long) - Method in class com.activiti.service.idm.UserGroupServiceImpl
 
isParameterSet(String) - Method in class com.activiti.service.editor.ServiceParameters
 
isReviewWorkflowsAppEnabled() - Method in class com.activiti.service.idm.UserServiceImpl
 
isTaskOwnerOrAssignee(User, String) - Method in class com.activiti.service.runtime.PermissionService
 
isTaskOwnerOrAssignee(User, Task) - Method in class com.activiti.service.runtime.PermissionService
 

K

KEY_LDAP_ENABLED - Static variable in class com.activiti.service.idm.IdmInfoService
 

L

LightGroupTransformer() - Constructor for class com.activiti.service.editor.ModelDefinitionTransformer.GroupTransformer.LightGroupTransformer
 
LiteralFormValueSegment - Class in com.activiti.service.runtime
FormValueSegment representing a literal string.
LiteralFormValueSegment(String) - Constructor for class com.activiti.service.runtime.LiteralFormValueSegment
 
lockContent(RelatedContent, int, User) - Method in class com.activiti.service.runtime.RelatedContentService
 

M

map(Object) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
map(Object) - Method in interface com.activiti.service.editor.mapper.InfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.EventInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.ReceiveTaskInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.ScriptTaskInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.SequenceFlowInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.ServiceTaskInfoMapper
 
mapProperties(Object) - Method in class com.activiti.service.editor.mapper.UserTaskInfoMapper
 
messageKey - Variable in exception com.activiti.service.exception.BaseModelerRestException
 
ModelDefinitionTransformer - Class in com.activiti.service.editor
 
ModelDefinitionTransformer(ModelDefinitionTransformer.GroupTransformer) - Constructor for class com.activiti.service.editor.ModelDefinitionTransformer
 
ModelDefinitionTransformer() - Constructor for class com.activiti.service.editor.ModelDefinitionTransformer
 
ModelDefinitionTransformer.GroupTransformer - Class in com.activiti.service.editor
 
ModelDefinitionTransformer.GroupTransformer.IdOnlyGroupTransformer - Class in com.activiti.service.editor
 
ModelDefinitionTransformer.GroupTransformer.LightGroupTransformer - Class in com.activiti.service.editor
 
ModelErrorException - Exception in com.activiti.service.exception
 
ModelErrorException() - Constructor for exception com.activiti.service.exception.ModelErrorException
 
ModelErrorException(String) - Constructor for exception com.activiti.service.exception.ModelErrorException
 
ModelErrorException(String, Throwable) - Constructor for exception com.activiti.service.exception.ModelErrorException
 
modelHistoryRepository - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
modelHistoryRepository - Variable in class com.activiti.service.editor.AppDefinitionServiceImpl
 
modelHistoryRepository - Variable in class com.activiti.service.editor.ModelServiceImpl
 
modelInternalService - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
ModelInternalService - Interface in com.activiti.service.editor
 
modelRelationRepository - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
modelRelationRepository - Variable in class com.activiti.service.editor.ModelServiceImpl
 
ModelRelationService - Class in com.activiti.service.editor
 
ModelRelationService() - Constructor for class com.activiti.service.editor.ModelRelationService
 
modelRepository - Variable in class com.activiti.service.editor.AppDefinitionServiceImpl
 
modelRepository - Variable in class com.activiti.service.editor.ModelServiceImpl
 
models - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
ModelService - Interface in com.activiti.service.api
 
modelService - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
ModelServiceImpl - Class in com.activiti.service.editor
 
ModelServiceImpl() - Constructor for class com.activiti.service.editor.ModelServiceImpl
 
ModelShareService - Class in com.activiti.service.editor
Service to add, update and remove sharing information.
ModelShareService() - Constructor for class com.activiti.service.editor.ModelShareService
 

N

name - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
NAMESPACE - Static variable in class com.activiti.service.editor.ModelServiceImpl
 
NonJsonResourceNotFoundException - Exception in com.activiti.service.exception
This is needed for when the REST resource is stated to return for example image/png, but needs to throw a 404 In this case, the default ExceptionHandlerAdvice will create a message for the 404.
NonJsonResourceNotFoundException() - Constructor for exception com.activiti.service.exception.NonJsonResourceNotFoundException
 
NotFoundException - Exception in com.activiti.service.exception
 
NotFoundException() - Constructor for exception com.activiti.service.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception com.activiti.service.exception.NotFoundException
 
NotPermittedException - Exception in com.activiti.service.exception
Exception thrown when an operation is performed for which the current user has insufficient permissions.
NotPermittedException() - Constructor for exception com.activiti.service.exception.NotPermittedException
 
NotPermittedException(String, Throwable) - Constructor for exception com.activiti.service.exception.NotPermittedException
 
NotPermittedException(String) - Constructor for exception com.activiti.service.exception.NotPermittedException
 
NotPermittedException(Throwable) - Constructor for exception com.activiti.service.exception.NotPermittedException
 

O

objectMapper - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
objectMapper - Variable in class com.activiti.service.editor.AppDefinitionServiceImpl
 
objectMapper - Variable in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
objectMapper - Variable in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
objectMapper - Variable in class com.activiti.service.editor.ModelServiceImpl
 
objectMapper - Variable in class com.activiti.service.idm.GroupServiceImpl
 
objectMapper - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
overrideBpmnForms(BpmnModel, Map<String, StartEvent>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 

P

parameters - Variable in class com.activiti.service.editor.ServiceParameters
 
parse(String, FormFieldRepresentation) - Static method in class com.activiti.service.runtime.FormValueExpression
 
pattern - Static variable in class com.activiti.service.runtime.FormValueExpression
 
permissionService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
PermissionService - Class in com.activiti.service.runtime
Centralized service for all permission-checks.
PermissionService() - Constructor for class com.activiti.service.runtime.PermissionService
 
PersistentTokenCleanupService - Class in com.activiti.service.runtime
We store PersistentToken objects for users for each device, browser, etc.
PersistentTokenCleanupService() - Constructor for class com.activiti.service.runtime.PersistentTokenCleanupService
 
PersistentTokenService - Interface in com.activiti.service.idm
 
PersistentTokenServiceImpl - Class in com.activiti.service.idm
 
PersistentTokenServiceImpl() - Constructor for class com.activiti.service.idm.PersistentTokenServiceImpl
 
persistModel(Model) - Method in class com.activiti.service.editor.ModelServiceImpl
 
persistModelHistory(ModelHistory) - Method in class com.activiti.service.editor.ModelServiceImpl
 
populateModelBasedOnHistory(Model, ModelHistory) - Method in class com.activiti.service.editor.ModelServiceImpl
 
postConstruct() - Method in class com.activiti.service.idm.IdmInfoService
 
processArtifacts(Collection<Artifact>, BpmnModel, ArrayNode, ArrayNode, GraphicInfo) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
processBpmnForms(Collection<FlowElement>, Process, Map<String, StartEvent>, Map<Long, Form>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
processElements(Collection<FlowElement>, BpmnModel, ArrayNode, ArrayNode, GraphicInfo) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
processEmailUsers(BpmnModel) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
processGraphicInfoList(List<GraphicInfo>, GraphicInfo) - Method in class com.activiti.service.editor.ModelServiceImpl
 
ProcessInstanceService - Class in com.activiti.service.runtime
 
ProcessInstanceService() - Constructor for class com.activiti.service.runtime.ProcessInstanceService
 
processNoneStartEvents(BpmnModel) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
processProcessElements(AbstractModel, ObjectNode, GraphicInfo) - Method in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
processUploadFieldValue(FormFieldRepresentation, Object, SubmittedFormVariables, ObjectNode) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
propertiesNode - Variable in class com.activiti.service.editor.mapper.AbstractInfoMapper
 
propertyMappers - Variable in class com.activiti.service.editor.BpmnDisplayJsonConverter
 
publishAppDefinition(Long, String, Model, Long, String, String, String, User, Boolean) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
putIfExists(Properties, String, Map<String, String>, String) - Method in class com.activiti.service.runtime.AppVersionService
 
putUser(Long, UserCache.CachedUser) - Method in interface com.activiti.service.api.UserCache
 
putUser(Long, UserCache.CachedUser) - Method in class com.activiti.service.idm.UserCacheImpl
 

R

readFieldValue(String, String, Map<String, Object>) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
readFormDefinition(Form) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
ReceiveTaskInfoMapper - Class in com.activiti.service.editor.mapper
 
ReceiveTaskInfoMapper() - Constructor for class com.activiti.service.editor.mapper.ReceiveTaskInfoMapper
 
refreshAssignmentsForUserTasks(Collection<FlowElement>) - Method in class com.activiti.service.editor.ModelServiceImpl
 
registerPlaceHolder(Object, FormFieldRepresentation, String) - Method in class com.activiti.service.runtime.FieldValueFormValueSegment
 
relatedContentService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
relatedContentService - Variable in class com.activiti.service.runtime.ProcessInstanceService
 
RelatedContentService - Class in com.activiti.service.runtime
 
RelatedContentService() - Constructor for class com.activiti.service.runtime.RelatedContentService
 
RelatedContentStreamProvider - Class in com.activiti.service.runtime
Provides access to RelatedContent raw content streams, regardless of the way it's stored and whether or not the content is linked and streamed from a 3rd party system.
RelatedContentStreamProvider() - Constructor for class com.activiti.service.runtime.RelatedContentStreamProvider
 
repositoryService - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
repositoryService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
repositoryService - Variable in class com.activiti.service.runtime.PermissionService
 
reset() - Method in interface com.activiti.service.api.GroupHierarchyCache
 
reset() - Method in class com.activiti.service.idm.GroupHierarchyCacheImpl
 
retrieveFinalFormKey(String, FlowElement, Map<Long, Form>, AbstractModel, Long, Long, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
REVIEW_WORKFLOWS_APP_ENABLED - Static variable in class com.activiti.service.runtime.AppConstants
 
REVIEW_WORKFLOWS_APP_NAME - Static variable in class com.activiti.service.runtime.AppConstants
 
reviveProcessModelHistory(ModelHistory, User, String) - Method in interface com.activiti.service.editor.ModelInternalService
 
reviveProcessModelHistory(ModelHistory, User, String) - Method in class com.activiti.service.editor.ModelServiceImpl
 
RuntimeAppDefinitionInternalService - Interface in com.activiti.service.runtime
 
runtimeAppDefinitionRepository - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
RuntimeAppDefinitionService - Interface in com.activiti.service.api
 
runtimeAppDefinitionService - Variable in class com.activiti.service.editor.ModelServiceImpl
 
RuntimeAppDefinitionServiceImpl - Class in com.activiti.service.runtime
Service for accessing RuntimeAppDefinitions and RuntimeApps.
RuntimeAppDefinitionServiceImpl() - Constructor for class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
runtimeAppDeploymentRepository - Variable in class com.activiti.service.editor.AppDefinitionPublishService
 
runtimeAppDeploymentRepository - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
runtimeAppDeploymentRepository - Variable in class com.activiti.service.runtime.PermissionService
 
runtimeAppRepository - Variable in class com.activiti.service.runtime.PermissionService
 
runtimeService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
runtimeService - Variable in class com.activiti.service.runtime.PermissionService
 

S

save(Group) - Method in interface com.activiti.service.api.GroupService
 
save(Long, Long) - Method in interface com.activiti.service.api.UserGroupService
 
save(User) - Method in interface com.activiti.service.api.UserService
 
save(Group) - Method in class com.activiti.service.idm.GroupServiceImpl
 
save(Long, Long) - Method in class com.activiti.service.idm.UserGroupServiceImpl
 
save(User) - Method in class com.activiti.service.idm.UserServiceImpl
 
saveAndFlush(PersistentToken) - Method in interface com.activiti.service.idm.PersistentTokenService
 
saveAndFlush(PersistentToken) - Method in class com.activiti.service.idm.PersistentTokenServiceImpl
 
saveForm(Form) - Method in interface com.activiti.service.runtime.FormStoreService
 
saveForm(Form) - Method in class com.activiti.service.runtime.FormStoreServiceImpl
 
saveModel(Model) - Method in interface com.activiti.service.editor.ModelInternalService
 
saveModel(Model, String, byte[], boolean, String, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
saveModel(long, String, String, String, boolean, String, User) - Method in interface com.activiti.service.editor.ModelInternalService
 
saveModel(Model) - Method in class com.activiti.service.editor.ModelServiceImpl
 
saveModel(Model, String, byte[], boolean, String, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
saveModel(long, String, String, String, boolean, String, User) - Method in class com.activiti.service.editor.ModelServiceImpl
 
scaleArtifacts(Collection<Artifact>, BpmnModel, double) - Method in class com.activiti.service.editor.ModelServiceImpl
 
scaleDiagram(BpmnModel, double) - Method in class com.activiti.service.editor.ModelServiceImpl
 
scaleFlowElements(Collection<FlowElement>, BpmnModel, double) - Method in class com.activiti.service.editor.ModelServiceImpl
 
scaleGraphicInfo(GraphicInfo, double) - Method in class com.activiti.service.editor.ModelServiceImpl
 
scaleGraphicInfoList(List<GraphicInfo>, double) - Method in class com.activiti.service.editor.ModelServiceImpl
 
ScriptTaskInfoMapper - Class in com.activiti.service.editor.mapper
 
ScriptTaskInfoMapper() - Constructor for class com.activiti.service.editor.mapper.ScriptTaskInfoMapper
 
SecurityUtils - Class in com.activiti.security
Utility class for Spring Security.
segments - Variable in class com.activiti.service.runtime.FormValueExpression
 
SequenceFlowInfoMapper - Class in com.activiti.service.editor.mapper
 
SequenceFlowInfoMapper() - Constructor for class com.activiti.service.editor.mapper.SequenceFlowInfoMapper
 
ServiceParameters - Class in com.activiti.service.editor
Wrapper around parameters that should be passed trough to the delegated service call.
ServiceParameters() - Constructor for class com.activiti.service.editor.ServiceParameters
 
ServiceTaskInfoMapper - Class in com.activiti.service.editor.mapper
 
ServiceTaskInfoMapper() - Constructor for class com.activiti.service.editor.mapper.ServiceTaskInfoMapper
 
setContentField(Long, String, String, String) - Method in class com.activiti.service.runtime.RelatedContentService
Marks a piece of content as permanent and flags it being used as selected content in the given field, for the given process instance id and (optional) task id.
setCustomData(Map<String, Object>) - Method in exception com.activiti.service.exception.BaseModelerRestException
 
setCustomData(Map<String, Object>) - Method in class com.activiti.service.exception.ErrorInfo
 
setDefinition(String) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setDeployment(Deployment) - Method in class com.activiti.service.api.DeploymentResult
 
setDescription(String) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setGroupTransformer(ModelDefinitionTransformer.GroupTransformer) - Method in class com.activiti.service.editor.ModelDefinitionTransformer
 
setIcon(String) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setId(Long) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setIdmType(String) - Method in class com.activiti.service.idm.IdmInfoService
 
setLastDatabaseCheck(long) - Method in class com.activiti.service.api.UserCache.CachedUser
 
setMessage(String) - Method in class com.activiti.service.exception.ErrorInfo
 
setMessageKey(String) - Method in exception com.activiti.service.exception.BaseModelerRestException
 
setMessageKey(String) - Method in class com.activiti.service.exception.ErrorInfo
 
setModels(List<Long>) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setName(String) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setProcessModels(List<AbstractModel>) - Method in class com.activiti.service.api.DeploymentResult
 
setRuntimeAppDeployment(RuntimeAppDeployment) - Method in class com.activiti.service.api.DeploymentResult
 
setTheme(String) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
setVariableContent(Map<String, List<RelatedContent>>) - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
setVariables(Map<String, Object>) - Method in class com.activiti.service.runtime.SubmittedFormVariables
 
setVersion(Integer) - Method in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
shareInfoRepository - Variable in class com.activiti.service.editor.ModelServiceImpl
 
shareInfoRepository - Variable in class com.activiti.service.editor.ModelShareService
 
shareModelWithGroup(Model, Group, SharePermission) - Method in class com.activiti.service.editor.ModelShareService
Share the given model with the given group.
shareModelWithUser(Model, User, SharePermission, User) - Method in class com.activiti.service.editor.ModelShareService
Share the given model with the given userLogin.
startProcessInstance(String, Map<String, Object>, String) - Method in class com.activiti.service.runtime.ActivitiService
 
storeRelatedContent(RelatedContent) - Method in class com.activiti.service.runtime.RelatedContentService
 
storeSubmittedForm(Form, String, String, JsonNode) - Method in interface com.activiti.service.runtime.FormProcessingService
Store the submitted form values.
storeSubmittedForm(Form, String, String, JsonNode) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
submittedFormRepository - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
SubmittedFormVariables - Class in com.activiti.service.runtime
 
SubmittedFormVariables() - Constructor for class com.activiti.service.runtime.SubmittedFormVariables
 

T

taskService - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
taskService - Variable in class com.activiti.service.runtime.PermissionService
 
theme - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
transformFormFieldValueToVariableValue(FormFieldRepresentation, Object, SubmittedFormVariables, ObjectNode) - Method in class com.activiti.service.runtime.FormProcessingServiceImpl
 
transformGroup(LightGroupRepresentation) - Method in class com.activiti.service.editor.ModelDefinitionTransformer
 
TYPE_DEFAULT - Static variable in class com.activiti.service.idm.IdmInfoService
 
TYPE_EXTERNAL_LDAP - Static variable in class com.activiti.service.idm.IdmInfoService
 

U

UnauthorizedException - Exception in com.activiti.service.exception
Exception thrown when the request that is performed need authorization, but no valid ticket has been passed along with it.
UnauthorizedException(String, Throwable) - Constructor for exception com.activiti.service.exception.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception com.activiti.service.exception.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception com.activiti.service.exception.UnauthorizedException
 
uncheckout(RelatedContent) - Method in class com.activiti.service.runtime.RelatedContentService
 
unlock(RelatedContent) - Method in class com.activiti.service.runtime.RelatedContentService
 
updateAppDefinition(Long, String, String, String, User) - Method in interface com.activiti.service.api.DeploymentService
 
updateAppDefinition(Long, String, String, String, User) - Method in class com.activiti.service.runtime.DeploymentServiceImpl
 
updateGroup(Long, String) - Method in interface com.activiti.service.api.GroupService
 
updateGroup(Long, String) - Method in class com.activiti.service.idm.GroupServiceImpl
 
updateName(Long, String) - Method in class com.activiti.service.runtime.RelatedContentService
 
updateRelatedContentData(Long, String, InputStream, Long, User) - Method in class com.activiti.service.runtime.RelatedContentService
 
updateRuntimeAppDefinition(RuntimeAppDefinition) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
updateRuntimeAppDefinition(RuntimeAppDefinition) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
updateRuntimeAppDeployment(RuntimeAppDeployment) - Method in interface com.activiti.service.runtime.RuntimeAppDefinitionInternalService
 
updateRuntimeAppDeployment(RuntimeAppDeployment) - Method in class com.activiti.service.runtime.RuntimeAppDefinitionServiceImpl
 
updateShareInfo(Model, String, SharePermission) - Method in class com.activiti.service.editor.ModelShareService
 
updateUser(Long, String, String, String, String) - Method in interface com.activiti.service.api.UserService
 
updateUser(Long, String, String, String, String) - Method in class com.activiti.service.idm.UserServiceImpl
 
updateUserPicture(MultipartFile, Long) - Method in interface com.activiti.service.api.UserService
 
updateUserPicture(MultipartFile, Long) - Method in class com.activiti.service.idm.UserServiceImpl
 
UserCache - Interface in com.activiti.service.api
A cache of User objects.
userCache - Variable in class com.activiti.service.editor.ModelServiceImpl
 
userCache - Variable in class com.activiti.service.runtime.FormProcessingServiceImpl
 
UserCache.CachedUser - Class in com.activiti.service.api
 
UserCacheImpl - Class in com.activiti.service.idm
Cache containing User objects to prevent too much DB-traffic (users exist seperatly from the Activiti tables, they need to be fetched afterward one by one to join with those entities).
UserCacheImpl() - Constructor for class com.activiti.service.idm.UserCacheImpl
 
userGroupRepository - Variable in class com.activiti.service.idm.GroupServiceImpl
 
UserGroupService - Interface in com.activiti.service.api
 
UserGroupServiceImpl - Class in com.activiti.service.idm
 
UserGroupServiceImpl() - Constructor for class com.activiti.service.idm.UserGroupServiceImpl
 
userObject - Variable in class com.activiti.security.ActivitiAppUser
 
userRepository - Variable in class com.activiti.service.idm.GroupServiceImpl
 
UserService - Interface in com.activiti.service.api
 
userService - Variable in class com.activiti.service.editor.ModelShareService
 
UserServiceImpl - Class in com.activiti.service.idm
Service class for managing users.
UserServiceImpl() - Constructor for class com.activiti.service.idm.UserServiceImpl
 
UserTaskInfoMapper - Class in com.activiti.service.editor.mapper
 
UserTaskInfoMapper() - Constructor for class com.activiti.service.editor.mapper.UserTaskInfoMapper
 
UserUtil - Class in com.activiti.util
 
UserUtil() - Constructor for class com.activiti.util.UserUtil
 

V

validateAppModel(Long, Model, Long, String, User, Boolean) - Method in class com.activiti.service.editor.AppDefinitionPublishService
 
validateIfUserIsInitiatorAndCanCompleteTask(User, Task) - Method in class com.activiti.service.runtime.PermissionService
 
validateReadPermissionOnTask(User, String) - Method in class com.activiti.service.runtime.PermissionService
Check if the given user is allowed to read the task.
validParameterNames - Variable in class com.activiti.service.editor.ServiceParameters
 
version - Variable in class com.activiti.service.api.AppDefinitionServiceRepresentation
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2014–2015 Alfresco. All rights reserved.