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 ModelChangeAction
AuditObject. 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 void
AuditRule. 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 ModelChangeAction
ModelChangeAction. safeValueOf(String value)
Helper function to return the ModelChangeAction represented byvalue
.static ModelChangeAction
ModelChangeAction. valueOf(char code)
Helper function to return the ModelChangeAction represented by code.static ModelChangeAction
ModelChangeAction. valueOf(Character code)
Helper function to return the ModelChangeAction represented by code.static ModelChangeAction
ModelChangeAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelChangeAction
ModelChangeAction. 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.
-