Uses of Interface
org.apache.syncope.core.provisioning.api.pushpull.PushActions
-
Packages that use PushActions Package Description org.apache.syncope.core.provisioning.java.pushpull -
-
Uses of PushActions in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull with type parameters of type PushActions Modifier and Type Field Description protected Map<String,PushActions>
PushJobDelegate. perContextActions
protected ProvisioningProfile<PushTask,PushActions>
PushJobDelegate. profile
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type PushActions Modifier and Type Method Description protected List<PushActions>
PushJobDelegate. getPushActions(List<? extends Implementation> impls)
Constructor parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PushActions Constructor Description PushResultHandlerDispatcher(ProvisioningProfile<PushTask,PushActions> profile, SyncopePushExecutor executor)
-