Uses of Class
com.netgrif.application.engine.petrinet.domain.dataset.logic.action.Action
-
-
Uses of Action in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service with type parameters of type Action Modifier and Type Field Description protected java.util.Map<java.lang.String,Action>
Importer. actionRefs
protected java.util.Map<java.lang.String,Action>
Importer. actions
Methods in com.netgrif.application.engine.importer.service that return Action Modifier and Type Method Description protected Action
Importer. createAction(Action importedAction)
protected Action
Importer. fromActionRef(ActionRef actionRef)
protected Action
Importer. parseAction(java.lang.String transitionId, Action action)
protected Action
Importer. parseAction(java.lang.String fieldId, java.lang.String transitionId, Action importedAction)
Methods in com.netgrif.application.engine.importer.service that return types with arguments of type Action Modifier and Type Method Description protected java.util.List<Action>
Importer. buildActionRefs(java.util.List<ActionRef> actionRefs)
protected java.util.List<Action>
Importer. buildActions(java.util.List<Action> imported, java.lang.String fieldId, java.lang.String transitionId)
protected java.util.List<Action>
Importer. parsePhaseActions(EventPhaseType phase, java.lang.String transitionId, BaseEvent imported)
protected java.util.List<Action>
Importer. parsePhaseActions(java.lang.String fieldId, EventPhaseType phase, DataEventType trigger, java.lang.String transitionId, DataEvent dataEvent)
protected java.util.List<Action>
Importer. parsePostActions(java.lang.String transitionId, BaseEvent imported)
protected java.util.List<Action>
Importer. parsePreActions(java.lang.String transitionId, BaseEvent imported)
Methods in com.netgrif.application.engine.importer.service with parameters of type Action Modifier and Type Method Description protected DataEvent
Importer. createDataEvent(Action action)
protected void
Importer. evaluateActions(java.lang.String s, Action action)
protected void
Importer. parseIds(java.lang.String fieldId, java.lang.String transitionId, Action importedAction, Action action)
protected void
Importer. parseObjectIds(Action action, java.lang.String fieldId, java.lang.String transitionId, java.lang.String definition)
protected void
Importer. parseParamsAndObjectIds(Action action, java.lang.String fieldId, java.lang.String transitionId)
protected void
Importer. replaceImportId(Action action, java.lang.String fieldId, java.lang.String transitionId, java.util.Map.Entry<java.lang.String,java.lang.String> entry)
protected void
Importer. resolveActionRefs(java.lang.String actionId, Action action)
Method parameters in com.netgrif.application.engine.importer.service with type arguments of type Action Modifier and Type Method Description protected void
Importer. addActionsToDataEvent(java.util.List<Action> actions, java.util.Map<DataEventType,DataEvent> dataEvents, DataEventType type)
protected DataEvent
Importer. createDefaultEvent(java.util.List<Action> actions, DataEventType type)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type Action Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. postAssignActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. postCancelActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. postCreateActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. postDelegateActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. postDeleteActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. postFinishActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. postUploadActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. preAssignActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. preCancelActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. preCreateActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. preDelegateActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. preDeleteActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QTransition. preFinishActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QPetriNet. preUploadActions
Methods in com.netgrif.application.engine.petrinet.domain that return types with arguments of type Action Modifier and Type Method Description static java.util.List<Action>
DataFieldLogic. getEventAction(DataEvent event, EventPhase phase)
java.util.List<Action>
Transition. getPostAssignActions()
java.util.List<Action>
Transition. getPostCancelActions()
java.util.List<Action>
PetriNet. getPostCreateActions()
java.util.List<Action>
Transition. getPostDelegateActions()
java.util.List<Action>
PetriNet. getPostDeleteActions()
java.util.List<Action>
Transition. getPostFinishActions()
java.util.List<Action>
PetriNet. getPostUploadActions()
java.util.List<Action>
Transition. getPreAssignActions()
java.util.List<Action>
Transition. getPreCancelActions()
java.util.List<Action>
PetriNet. getPreCreateActions()
java.util.List<Action>
Transition. getPreDelegateActions()
java.util.List<Action>
PetriNet. getPreDeleteActions()
java.util.List<Action>
Transition. getPreFinishActions()
java.util.List<Action>
PetriNet. getPreUploadActions()
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.dataset
Methods in com.netgrif.application.engine.petrinet.domain.dataset with parameters of type Action Modifier and Type Method Description void
Field. addAction(Action action, DataEventType type)
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset with type arguments of type Action Modifier and Type Method Description void
Field. addActions(java.util.Collection<Action> dataEvents, DataEventType type)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return Action Modifier and Type Method Description Action
Action. clone()
Action
ActionDelegate. getAction()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type Action Modifier and Type Method Description groovy.lang.Closure
FieldActionsRunner. getActionCode(Action action, java.util.List<Function> functions)
groovy.lang.Closure
FieldActionsRunner. getActionCode(Action action, java.util.List<Function> functions, boolean shouldRewriteCachedActions)
java.lang.Object
ActionDelegate. init(Action action, Case useCase, java.util.Optional<Task> task, FieldActionsRunner actionsRunner)
java.lang.Object
ActionDelegate. init(Action action, Case useCase, java.util.Optional<Task> task, FieldActionsRunner actionsRunner, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
void
ActionDelegate. setAction(Action value)
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type Action Constructor Description QAction(com.querydsl.core.types.Path<? extends Action> path)
QAction(java.lang.Class<? extends Action> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate that return Action Modifier and Type Method Description Action
AbstractActionDelegate. getAction()
Action
RoleActionDelegate. getAction()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.delegate with parameters of type Action Modifier and Type Method Description java.lang.Object
RoleActionDelegate. init(Action action, RoleContext roleContext)
java.lang.Object
RoleActionDelegate. init(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
void
AbstractActionDelegate. setAction(Action value)
void
RoleActionDelegate. setAction(Action value)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action.runner with parameters of type Action Modifier and Type Method Description void
RoleActionsRunner. run(Action action, RoleContext roleContext, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.events
Fields in com.netgrif.application.engine.petrinet.domain.events with type parameters of type Action Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Action,QAction>
QBaseEvent. postActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QCaseEvent. postActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QDataEvent. postActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QEvent. postActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessEvent. postActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QBaseEvent. preActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QCaseEvent. preActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QDataEvent. preActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QEvent. preActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessEvent. preActions
Methods in com.netgrif.application.engine.petrinet.domain.events with parameters of type Action Modifier and Type Method Description void
DataEvent. addToActionsByDefaultPhase(Action action)
Method parameters in com.netgrif.application.engine.petrinet.domain.events with type arguments of type Action Modifier and Type Method Description void
DataEvent. addToActionsByDefaultPhase(java.util.List<Action> actionList)
-
Uses of Action in com.netgrif.application.engine.petrinet.domain.roles
Fields in com.netgrif.application.engine.petrinet.domain.roles with type parameters of type Action Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessRole. postAssignActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessRole. postCancelActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessRole. preAssignActions
com.querydsl.core.types.dsl.ListPath<Action,QAction>
QProcessRole. preCancelActions
Methods in com.netgrif.application.engine.petrinet.domain.roles that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>
ProcessRole. getPostAssignActions()
java.util.List<Action>
ProcessRole. getPostCancelActions()
java.util.List<Action>
ProcessRole. getPreAssignActions()
java.util.List<Action>
ProcessRole. getPreCancelActions()
-
Uses of Action in com.netgrif.application.engine.petrinet.service
Method parameters in com.netgrif.application.engine.petrinet.service with type arguments of type Action Modifier and Type Method Description void
PetriNetService. runActions(java.util.List<Action> actions, PetriNet petriNet)
-
Uses of Action in com.netgrif.application.engine.petrinet.service.interfaces
Method parameters in com.netgrif.application.engine.petrinet.service.interfaces with type arguments of type Action Modifier and Type Method Description void
IPetriNetService. runActions(java.util.List<Action> actions, PetriNet petriNet)
-
Uses of Action in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type Action Modifier and Type Method Description groovy.lang.Closure
FieldActionsCacheService. getCompiledAction(Action action, boolean shouldRewriteCachedActions)
Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type Action Modifier and Type Method Description java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, Case useCase, Task task, Transition transition, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of Action in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type Action Modifier and Type Method Description groovy.lang.Closure
IFieldActionsCacheService. getCompiledAction(Action action, boolean shouldRewriteCachedActions)
Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type Action Modifier and Type Method Description java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, Case useCase, Task task, Transition transition, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
-