Uses of Class
de.starwit.aic.model.Action
Packages that use Action
-
Uses of Action in de.starwit.aic.model
Methods in de.starwit.aic.model that return ActionModifier and TypeMethodDescriptionAction.actionType(ActionType actionType) Action.creationTime(OffsetDateTime creationTime) Action.description(String description) static ActionCreate an instance of Action given an JSON stringMethods in de.starwit.aic.model that return types with arguments of type ActionModifier and TypeMethodDescriptionActionType.getActions()Get actionsDecision.getActions()Get actionsMethods in de.starwit.aic.model with parameters of type ActionModifier and TypeMethodDescriptionActionType.addActionsItem(Action actionsItem) Decision.addActionsItem(Action actionsItem) Method parameters in de.starwit.aic.model with type arguments of type ActionModifier and TypeMethodDescriptionvoidActionType.setActions(Set<Action> actions) voidDecision.setActions(Set<Action> actions)