Uses of Class
org.apache.syncope.common.lib.types.AttrRepoState
-
-
Uses of AttrRepoState in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AttrRepoState Modifier and Type Method Description AttrRepoStateAttrRepoTO. getState()Methods in org.apache.syncope.common.lib.to with parameters of type AttrRepoState Modifier and Type Method Description voidAttrRepoTO. setState(AttrRepoState state) -
Uses of AttrRepoState in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AttrRepoState Modifier and Type Method Description static AttrRepoStateAttrRepoState. valueOf(String name)Returns the enum constant of this type with the specified name.static AttrRepoState[]AttrRepoState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttrRepoState in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return AttrRepoState Modifier and Type Method Description AttrRepoStateAttrRepo. getState()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AttrRepoState Modifier and Type Method Description voidAttrRepo. setState(AttrRepoState state) -
Uses of AttrRepoState in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return AttrRepoState Modifier and Type Method Description AttrRepoStateJPAAttrRepo. getState()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AttrRepoState Modifier and Type Method Description voidJPAAttrRepo. setState(AttrRepoState state)
-