Uses of Class
org.apache.syncope.common.lib.types.PullMode
-
-
Uses of PullMode in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return PullMode Modifier and Type Method Description PullModePullTaskTO. getPullMode()Methods in org.apache.syncope.common.lib.to with parameters of type PullMode Modifier and Type Method Description voidPullTaskTO. setPullMode(PullMode pullMode) -
Uses of PullMode in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return PullMode Modifier and Type Method Description static PullModePullMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PullMode[]PullMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PullMode in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return PullMode Modifier and Type Method Description PullModePullTask. getPullMode()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type PullMode Modifier and Type Method Description voidPullTask. setPullMode(PullMode pullMode) -
Uses of PullMode in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return PullMode Modifier and Type Method Description PullModeJPAPullTask. getPullMode()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type PullMode Modifier and Type Method Description voidJPAPullTask. setPullMode(PullMode pullMode)
-