Uses of Class
org.apache.syncope.common.lib.types.ExecStatus
-
Packages that use ExecStatus Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
Uses of ExecStatus in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ExecStatus Modifier and Type Method Description ExecStatusPropagationStatus. getStatus()Methods in org.apache.syncope.common.lib.to with parameters of type ExecStatus Modifier and Type Method Description voidPropagationStatus. setStatus(ExecStatus status) -
Uses of ExecStatus in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ExecStatus Modifier and Type Method Description static ExecStatusExecStatus. fromHttpStatus(int httpStatus)static ExecStatusExecStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecStatus[]ExecStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-