Uses of Interface
org.apache.syncope.core.persistence.api.entity.anyobject.AnyObject
-
-
Uses of AnyObject in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AnyObject Modifier and Type Method Description AnyObjectAnyObjectDAO. findByName(String type, String name)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AnyObject Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>AnyObjectDAO. findAllRelationships(AnyObject anyObject)List<AnyObject>AnyObjectDAO. findByName(String name)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AnyObject Modifier and Type Method Description Collection<String>AnyObjectDAO. findAllGroupKeys(AnyObject anyObject)Collection<Group>AnyObjectDAO. findAllGroups(AnyObject anyObject)List<Relationship<Any<?>,AnyObject>>AnyObjectDAO. findAllRelationships(AnyObject anyObject)Collection<ExternalResource>AnyObjectDAO. findAllResources(AnyObject anyObject)Pair<Set<String>,Set<String>>GroupDAO. refreshDynMemberships(AnyObject anyObject)Evaluates all the dynamic group membership conditions against the given anyObject (invoked during save).Set<String>GroupDAO. removeDynMemberships(AnyObject anyObject)Removes the dynamic group memberships of the given anyObject (invoked during delete).Pair<Set<String>,Set<String>>AnyObjectDAO. saveAndGetDynGroupMembs(AnyObject anyObject) -
Uses of AnyObject in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type AnyObject Modifier and Type Method Description Class<? extends AnyObject>EntityFactory. anyObjectClass() -
Uses of AnyObject in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AnyObject Modifier and Type Method Description AnyObjectJPAAnyObjectDAO. findByName(String type, String name)AnyObjectJPAAnyObjectDAO. save(AnyObject anyObject)AnyObjectJPAJSONAnyObjectDAO. save(AnyObject anyObject)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AnyObject Modifier and Type Method Description protected Pair<AnyObject,Pair<Set<String>,Set<String>>>JPAAnyObjectDAO. doSave(AnyObject anyObject)protected Pair<AnyObject,Pair<Set<String>,Set<String>>>JPAJSONAnyObjectDAO. doSave(AnyObject anyObject)List<AnyObject>JPAAnyObjectDAO. findAll(int page, int itemsPerPage)List<Relationship<Any<?>,AnyObject>>JPAAnyObjectDAO. findAllRelationships(AnyObject anyObject)List<AnyObject>JPAJSONAnyObjectDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)List<AnyObject>JPAAnyObjectDAO. findByName(String name)Optional<AnyObject>JPAJSONAnyObjectDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)List<AnyObject>JPAJSONAnyObjectDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyObject Modifier and Type Method Description voidJPAAnyObjectDAO. delete(AnyObject anyObject)protected Pair<AnyObject,Pair<Set<String>,Set<String>>>JPAAnyObjectDAO. doSave(AnyObject anyObject)protected Pair<AnyObject,Pair<Set<String>,Set<String>>>JPAJSONAnyObjectDAO. doSave(AnyObject anyObject)Collection<String>JPAAnyObjectDAO. findAllGroupKeys(AnyObject anyObject)Collection<Group>JPAAnyObjectDAO. findAllGroups(AnyObject anyObject)List<Relationship<Any<?>,AnyObject>>JPAAnyObjectDAO. findAllRelationships(AnyObject anyObject)Collection<ExternalResource>JPAAnyObjectDAO. findAllResources(AnyObject anyObject)protected List<ARelationship>JPAAnyObjectDAO. findARelationships(AnyObject anyObject)protected List<URelationship>JPAAnyObjectDAO. findURelationships(AnyObject anyObject)Pair<Set<String>,Set<String>>JPAGroupDAO. refreshDynMemberships(AnyObject anyObject)Set<String>JPAGroupDAO. removeDynMemberships(AnyObject anyObject)AnyObjectJPAAnyObjectDAO. save(AnyObject anyObject)AnyObjectJPAJSONAnyObjectDAO. save(AnyObject anyObject)Pair<Set<String>,Set<String>>JPAAnyObjectDAO. saveAndGetDynGroupMembs(AnyObject anyObject)protected voidJPAAnyObjectDAO. securityChecks(AnyObject anyObject) -
Uses of AnyObject in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type AnyObject Modifier and Type Method Description Class<? extends AnyObject>JPAEntityFactory. anyObjectClass()Class<? extends AnyObject>JPAJSONEntityFactory. anyObjectClass() -
Uses of AnyObject in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement AnyObject Modifier and Type Class Description classJPAAnyObjectclassJPAJSONAnyObjectMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return AnyObject Modifier and Type Method Description AnyObjectJPAAMembership. getLeftEnd()AnyObjectJPAARelationship. getLeftEnd()AnyObjectJPAAPlainAttr. getOwner()AnyObjectJPAJSONAPlainAttr. getOwner()AnyObjectJPAARelationship. getRightEnd()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return types with arguments of type AnyObject Modifier and Type Method Description protected List<? extends JSONPlainAttr<AnyObject>>JPAJSONAnyObjectListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type AnyObject Modifier and Type Method Description voidJPAAMembership. setLeftEnd(AnyObject leftEnd)voidJPAARelationship. setLeftEnd(AnyObject leftEnd)voidJPAAPlainAttr. setOwner(AnyObject owner)voidJPAJSONAPlainAttr. setOwner(AnyObject owner)voidJPAARelationship. setRightEnd(AnyObject rightEnd)Method parameters in org.apache.syncope.core.persistence.jpa.entity.anyobject with type arguments of type AnyObject Modifier and Type Method Description booleanJPAJSONAnyObject. add(JSONPlainAttr<AnyObject> attr) -
Uses of AnyObject in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return AnyObject Modifier and Type Method Description AnyObjectJPAURelationship. getRightEnd()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type AnyObject Modifier and Type Method Description voidJPAURelationship. setRightEnd(AnyObject rightEnd) -
Uses of AnyObject in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type AnyObject Modifier and Type Method Description booleanAnyObjectValidator. isValid(AnyObject anyObject, javax.validation.ConstraintValidatorContext context) -
Uses of AnyObject in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyObject Modifier and Type Method Description voidAnyObjectDataBinder. create(AnyObject anyObject, AnyObjectCR anyObjectCR)AnyObjectTOAnyObjectDataBinder. getAnyObjectTO(AnyObject anyObject, boolean details)PropagationByResource<String>AnyObjectDataBinder. update(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObject in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyObject Modifier and Type Method Description voidAnyObjectDataBinderImpl. create(AnyObject anyObject, AnyObjectCR anyObjectCR)AnyObjectTOAnyObjectDataBinderImpl. getAnyObjectTO(AnyObject anyObject, boolean details)PropagationByResource<String>AnyObjectDataBinderImpl. update(AnyObject toBeUpdated, AnyObjectUR anyObjectUR) -
Uses of AnyObject in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type AnyObject Modifier and Type Method Description protected abstract voidAbstractAnyObjectWorkflowAdapter. doDelete(AnyObject anyObject, String eraser, String context)protected voidDefaultAnyObjectWorkflowAdapter. doDelete(AnyObject anyObject, String eraser, String context)protected abstract WorkflowResult<AnyObjectUR>AbstractAnyObjectWorkflowAdapter. doUpdate(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context)protected WorkflowResult<AnyObjectUR>DefaultAnyObjectWorkflowAdapter. doUpdate(AnyObject anyObject, AnyObjectUR anyObjectUR, String updater, String context) -
Uses of AnyObject in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type AnyObject Modifier and Type Method Description protected voidElasticsearchUtils. customizeDocument(Map<String,Object> builder, AnyObject anyObject) -
Uses of AnyObject in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type AnyObject Modifier and Type Method Description protected voidOpenSearchUtils. customizeDocument(Map<String,Object> builder, AnyObject anyObject)
-