Uses of Class
org.flowable.rest.service.api.engine.RestIdentityLink
Packages that use RestIdentityLink
Package
Description
-
Uses of RestIdentityLink in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return RestIdentityLinkModifier and TypeMethodDescriptionRestResponseFactory.createRestIdentityLink(String type, String userId, String groupId, String taskId, String processDefinitionId, String processInstanceId) RestResponseFactory.createRestIdentityLink(String type, String userId, String groupId, String taskId, String processDefinitionId, String processInstanceId, RestUrlBuilder urlBuilder) RestResponseFactory.createRestIdentityLink(IdentityLink link) RestResponseFactory.createRestIdentityLink(IdentityLink link, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type RestIdentityLinkModifier and TypeMethodDescriptionRestResponseFactory.createRestIdentityLinks(List<IdentityLink> links) Methods in org.flowable.rest.service.api with parameters of type RestIdentityLinkModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.createProcessDefinitionIdentityLink(ProcessDefinition processDefinition, RestIdentityLink identityLink) voidBpmnRestApiInterceptor.createProcessInstanceIdentityLink(ProcessInstance processInstance, RestIdentityLink identityLink) voidBpmnRestApiInterceptor.createTaskIdentityLink(Task task, RestIdentityLink identityLink) -
Uses of RestIdentityLink in org.flowable.rest.service.api.repository
Methods in org.flowable.rest.service.api.repository that return RestIdentityLinkModifier and TypeMethodDescriptionProcessDefinitionIdentityLinkCollectionResource.createIdentityLink(String processDefinitionId, RestIdentityLink identityLink) ProcessDefinitionIdentityLinkResource.getIdentityLinkRequest(String processDefinitionId, String family, String identityId) Methods in org.flowable.rest.service.api.repository that return types with arguments of type RestIdentityLinkModifier and TypeMethodDescriptionProcessDefinitionIdentityLinkCollectionResource.getIdentityLinks(String processDefinitionId) Methods in org.flowable.rest.service.api.repository with parameters of type RestIdentityLinkModifier and TypeMethodDescriptionProcessDefinitionIdentityLinkCollectionResource.createIdentityLink(String processDefinitionId, RestIdentityLink identityLink) -
Uses of RestIdentityLink in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process that return RestIdentityLinkModifier and TypeMethodDescriptionProcessInstanceIdentityLinkCollectionResource.createIdentityLink(String processInstanceId, RestIdentityLink identityLink) ProcessInstanceIdentityLinkResource.getIdentityLinkRequest(String processInstanceId, String identityId, String type) Methods in org.flowable.rest.service.api.runtime.process that return types with arguments of type RestIdentityLinkModifier and TypeMethodDescriptionProcessInstanceIdentityLinkCollectionResource.getIdentityLinks(String processInstanceId) Methods in org.flowable.rest.service.api.runtime.process with parameters of type RestIdentityLinkModifier and TypeMethodDescriptionProcessInstanceIdentityLinkCollectionResource.createIdentityLink(String processInstanceId, RestIdentityLink identityLink) -
Uses of RestIdentityLink in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task that return RestIdentityLinkModifier and TypeMethodDescriptionTaskIdentityLinkCollectionResource.createIdentityLink(String taskId, RestIdentityLink identityLink) TaskIdentityLinkResource.getIdentityLinkRequest(String taskId, String family, String identityId, String type) Methods in org.flowable.rest.service.api.runtime.task that return types with arguments of type RestIdentityLinkModifier and TypeMethodDescriptionTaskIdentityLinkCollectionResource.getIdentityLinks(String taskId) TaskIdentityLinkFamilyResource.getIdentityLinksForFamily(String taskId, String family) Methods in org.flowable.rest.service.api.runtime.task with parameters of type RestIdentityLinkModifier and TypeMethodDescriptionTaskIdentityLinkCollectionResource.createIdentityLink(String taskId, RestIdentityLink identityLink)