Uses of Class
org.apache.syncope.common.lib.types.StatusRType
-
Packages that use StatusRType Package Description org.apache.syncope.client.ui.commons.status org.apache.syncope.common.lib.request org.apache.syncope.common.lib.types -
-
Uses of StatusRType in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status with parameters of type StatusRType Modifier and Type Method Description static StatusR
StatusUtils. statusR(String key, StatusRType type, Collection<StatusBean> statuses)
-
Uses of StatusRType in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return StatusRType Modifier and Type Method Description StatusRType
StatusR. getType()
Methods in org.apache.syncope.common.lib.request with parameters of type StatusRType Modifier and Type Method Description void
StatusR. setType(StatusRType type)
Constructors in org.apache.syncope.common.lib.request with parameters of type StatusRType Constructor Description Builder(String key, StatusRType type)
-
Uses of StatusRType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return StatusRType Modifier and Type Method Description static StatusRType
StatusRType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusRType[]
StatusRType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-