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 AnyObject
AnyObjectDAO. 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 AnyObject
JPAAnyObjectDAO. findByName(String type, String name)
AnyObject
JPAAnyObjectDAO. save(AnyObject anyObject)
AnyObject
JPAJSONAnyObjectDAO. 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 void
JPAAnyObjectDAO. 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)
AnyObject
JPAAnyObjectDAO. save(AnyObject anyObject)
AnyObject
JPAJSONAnyObjectDAO. save(AnyObject anyObject)
Pair<Set<String>,Set<String>>
JPAAnyObjectDAO. saveAndGetDynGroupMembs(AnyObject anyObject)
protected void
JPAAnyObjectDAO. 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 class
JPAAnyObject
class
JPAJSONAnyObject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return AnyObject Modifier and Type Method Description AnyObject
JPAAMembership. getLeftEnd()
AnyObject
JPAARelationship. getLeftEnd()
AnyObject
JPAAPlainAttr. getOwner()
AnyObject
JPAJSONAPlainAttr. getOwner()
AnyObject
JPAARelationship. 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 void
JPAAMembership. setLeftEnd(AnyObject leftEnd)
void
JPAARelationship. setLeftEnd(AnyObject leftEnd)
void
JPAAPlainAttr. setOwner(AnyObject owner)
void
JPAJSONAPlainAttr. setOwner(AnyObject owner)
void
JPAARelationship. 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 boolean
JPAJSONAnyObject. 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 AnyObject
JPAURelationship. getRightEnd()
Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type AnyObject Modifier and Type Method Description void
JPAURelationship. 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 boolean
AnyObjectValidator. 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 void
AnyObjectDataBinder. create(AnyObject anyObject, AnyObjectCR anyObjectCR)
AnyObjectTO
AnyObjectDataBinder. 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 void
AnyObjectDataBinderImpl. create(AnyObject anyObject, AnyObjectCR anyObjectCR)
AnyObjectTO
AnyObjectDataBinderImpl. 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 void
AbstractAnyObjectWorkflowAdapter. doDelete(AnyObject anyObject, String eraser, String context)
protected void
DefaultAnyObjectWorkflowAdapter. 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 void
ElasticsearchUtils. 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 void
OpenSearchUtils. customizeDocument(Map<String,Object> builder, AnyObject anyObject)
-