| Package | Description |
|---|---|
| com.edorasware.cmmn.one.rest |
The edoras one CMMN REST service.
|
| com.edorasware.cmmn.one.service |
The edoras one CMMN service implementation.
|
| com.edorasware.one.action |
| Modifier and Type | Method and Description |
|---|---|
protected List<Action> |
CmmnRestService.defaultActions(String caseId)
Hook method allowing to return any list of actions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
DefaultOneCmmnService.getActions(ActionContext actionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.Builder.build() |
Action |
ActionManager.getActionById(String actionId,
com.edorasware.commons.core.entity.GlobalId globalId)
Returns the
Action instance for the given action id. |
static Action |
ActionUtils.getUnknownAction(String actionId)
Returns a unknown action with the given id.
|
Action |
Action.localize(org.springframework.context.MessageSource messageSource,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionProvider.getActions(ActionContext actionRequest)
Provide allowed
Actions for the given ActionContext |
com.google.common.collect.ImmutableCollection<Action> |
ActionManager.getAllowedActions(String context,
com.edorasware.commons.core.entity.GlobalId globalId)
Returns the allowed
Actions for the specified context and the work object id. |
com.google.common.collect.ImmutableCollection<Action> |
ActionManager.getAllowedActionsForType(com.edorasware.commons.core.entity.Type type,
com.google.common.base.Optional<String> qualifier)
Returns the allowed
Actions for the specified Type. |
List<Action> |
ActionProcessor.process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
| Modifier and Type | Method and Description |
|---|---|
static Action.Builder |
Action.builder(Action actionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static com.edorasware.commons.core.entity.Property |
ActionUtils.createActionsProperty(Collection<Action> actions)
Creates an actions
Property of the specified list of actions. |
List<Action> |
ActionProcessor.process(List<Action> actions,
ActionContext actionContext)
Processes the specified actions and returns them.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.