Uses of Class
com.netgrif.application.engine.petrinet.domain.events.EventPhase
-
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.baseevent
Fields in com.netgrif.application.engine.history.domain.baseevent declared as EventPhase Modifier and Type Field Description protected EventPhase
EventLog. eventPhase
Fields in com.netgrif.application.engine.history.domain.baseevent with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QEventLog. eventPhase
Constructors in com.netgrif.application.engine.history.domain.baseevent with parameters of type EventPhase Constructor Description EventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase)
EventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase, java.util.List<org.bson.types.ObjectId> triggeredEvents)
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.caseevents
Fields in com.netgrif.application.engine.history.domain.caseevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QCaseEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QCreateCaseEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QDeleteCaseEventLog. eventPhase
Constructors in com.netgrif.application.engine.history.domain.caseevents with parameters of type EventPhase Constructor Description CaseEventLog(Case useCase, EventPhase eventPhase)
CaseEventLog(org.bson.types.ObjectId triggerId, Case useCase, EventPhase eventPhase)
CreateCaseEventLog(Case useCase, EventPhase eventPhase)
DeleteCaseEventLog(Case useCase, EventPhase eventPhase)
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.dataevents
Fields in com.netgrif.application.engine.history.domain.dataevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QGetDataEventLog. eventPhase
Constructors in com.netgrif.application.engine.history.domain.dataevents with parameters of type EventPhase Constructor Description GetDataEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
SetDataEventLog(Task task, Case useCase, EventPhase eventPhase, java.util.Map<java.lang.String,ChangedField> changedFields, IUser user)
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.impersonationevents
Fields in com.netgrif.application.engine.history.domain.impersonationevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QImpersonationEndEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QImpersonationEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QImpersonationStartEventLog. eventPhase
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.petrinetevents
Fields in com.netgrif.application.engine.history.domain.petrinetevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QDeletePetriNetEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QImportPetriNetEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QPetriNetEventLog. eventPhase
Constructors in com.netgrif.application.engine.history.domain.petrinetevents with parameters of type EventPhase Constructor Description DeletePetriNetEventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase, org.bson.types.ObjectId netId)
ImportPetriNetEventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase, org.bson.types.ObjectId netId)
PetriNetEventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase, java.util.List<org.bson.types.ObjectId> triggeredEvents, org.bson.types.ObjectId netId)
PetriNetEventLog(org.bson.types.ObjectId triggerId, EventPhase eventPhase, org.bson.types.ObjectId netId)
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.taskevents
Fields in com.netgrif.application.engine.history.domain.taskevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QAssignTaskEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QCancelTaskEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QDelegateTaskEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QFinishTaskEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QTaskEventLog. eventPhase
Constructors in com.netgrif.application.engine.history.domain.taskevents with parameters of type EventPhase Constructor Description AssignTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
CancelTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
DelegateTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser delegator, java.lang.String delegate)
FinishTaskEventLog(Task task, Case useCase, EventPhase eventPhase, IUser user)
TaskEventLog(Task task, Case useCase, EventPhase eventPhase, java.lang.String userId, java.lang.String impersonatorId)
-
Uses of EventPhase in com.netgrif.application.engine.history.domain.userevents
Fields in com.netgrif.application.engine.history.domain.userevents with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QAdminActionEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QUserEventLog. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QUserRoleEventLog. eventPhase
-
Uses of EventPhase in com.netgrif.application.engine.petrinet.domain
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type EventPhase Modifier and Type Method Description static java.util.List<Action>
DataFieldLogic. getEventAction(DataEvent event, EventPhase phase)
-
Uses of EventPhase in com.netgrif.application.engine.petrinet.domain.events
Fields in com.netgrif.application.engine.petrinet.domain.events with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QDataEvent. defaultPhase
Methods in com.netgrif.application.engine.petrinet.domain.events that return EventPhase Modifier and Type Method Description EventPhase
DataEvent. getDefaultPhase()
static EventPhase
EventPhase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EventPhase[]
EventPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventPhase in com.netgrif.application.engine.petrinet.service
Methods in com.netgrif.application.engine.petrinet.service with parameters of type EventPhase Modifier and Type Method Description protected void
PetriNetService. evaluateRules(PetriNet net, EventPhase phase)
-
Uses of EventPhase in com.netgrif.application.engine.rules.domain.facts
Fields in com.netgrif.application.engine.rules.domain.facts with type parameters of type EventPhase Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<EventPhase>
QCaseCreatedFact. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QNetImportedFact. eventPhase
com.querydsl.core.types.dsl.EnumPath<EventPhase>
QTransitionEventFact. phase
Methods in com.netgrif.application.engine.rules.domain.facts with parameters of type EventPhase Modifier and Type Method Description static TransitionEventFact
TransitionEventFact. assign(Task task, EventPhase phase)
static TransitionEventFact
TransitionEventFact. cancel(Task task, EventPhase phase)
static TransitionEventFact
TransitionEventFact. finish(Task task, EventPhase phase)
static TransitionEventFact
TransitionEventFact. of(Task task, EventType type, EventPhase phase)
static TransitionEventFact
TransitionEventFact. of(java.lang.String caseId, java.lang.String transitionId, EventType type, EventPhase phase)
Constructors in com.netgrif.application.engine.rules.domain.facts with parameters of type EventPhase Constructor Description CaseCreatedFact(java.lang.String caseId, EventPhase eventPhase)
NetImportedFact(java.lang.String netId, EventPhase eventPhase)
TransitionEventFact(java.lang.String caseId, java.lang.String transitionId, EventType type, EventPhase phase)
-
Uses of EventPhase in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type EventPhase Modifier and Type Method Description protected Case
TaskService. evaluateRules(java.lang.String caseId, Task task, EventType eventType, EventPhase eventPhase)
java.util.List<EventOutcome>
EventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of EventPhase in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type EventPhase Modifier and Type Method Description java.util.List<EventOutcome>
IEventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task, java.util.Map<java.lang.String,java.lang.String> params)
-