Class DefaultAnyObjectPushResultHandler

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.pushpull.AnyObjectPushResultHandler, org.apache.syncope.core.provisioning.api.pushpull.SyncopePushResultHandler, org.apache.syncope.core.provisioning.api.pushpull.SyncopeResultHandler<org.apache.syncope.core.persistence.api.entity.task.PushTask,​org.apache.syncope.core.provisioning.api.pushpull.PushActions>
    Direct Known Subclasses:
    StreamAnyObjectPushResultHandler

    public class DefaultAnyObjectPushResultHandler
    extends AbstractPushResultHandler
    implements org.apache.syncope.core.provisioning.api.pushpull.AnyObjectPushResultHandler
    • Constructor Detail

      • DefaultAnyObjectPushResultHandler

        public DefaultAnyObjectPushResultHandler()
    • Method Detail

      • getAnyUtils

        protected org.apache.syncope.core.persistence.api.entity.AnyUtils getAnyUtils()
        Specified by:
        getAnyUtils in class AbstractSyncopeResultHandler<org.apache.syncope.core.persistence.api.entity.task.PushTask,​org.apache.syncope.core.provisioning.api.pushpull.PushActions>
      • getAnyTO

        protected org.apache.syncope.common.lib.to.AnyTO getAnyTO​(org.apache.syncope.core.persistence.api.entity.Any<?> any)
        Specified by:
        getAnyTO in class AbstractSyncopeResultHandler<org.apache.syncope.core.persistence.api.entity.task.PushTask,​org.apache.syncope.core.provisioning.api.pushpull.PushActions>
      • update

        protected org.apache.syncope.core.provisioning.api.WorkflowResult<? extends org.apache.syncope.common.lib.request.AnyObjectUR> update​(org.apache.syncope.common.lib.request.AnyUR req)
        Specified by:
        update in class AbstractSyncopeResultHandler<org.apache.syncope.core.persistence.api.entity.task.PushTask,​org.apache.syncope.core.provisioning.api.pushpull.PushActions>