Uses of Class
com.redwood.scheduler.api.model.enumeration.ModelChangeAction
-
Packages that use ModelChangeAction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ModelChangeAction in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ModelChangeAction Modifier and Type Method Description ModelChangeActionAuditObject. getAction()Get the value for Action.ModelChangeAction[]AuditRule. getAuditActions()Retrieve the underlying audit actions.Methods in com.redwood.scheduler.api.model with parameters of type ModelChangeAction Modifier and Type Method Description voidAuditRule. setAuditActions(ModelChangeAction[] auditActions)Setting the underlying audit actions. -
Uses of ModelChangeAction in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ModelChangeAction Modifier and Type Method Description static ModelChangeActionModelChangeAction. safeValueOf(String value)Helper function to return the ModelChangeAction represented byvalue.static ModelChangeActionModelChangeAction. valueOf(char code)Helper function to return the ModelChangeAction represented by code.static ModelChangeActionModelChangeAction. valueOf(Character code)Helper function to return the ModelChangeAction represented by code.static ModelChangeActionModelChangeAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelChangeActionModelChangeAction. valueOfCode(String code)Helper function to return the ModelChangeAction represented by code.static ModelChangeAction[]ModelChangeAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-