Uses of Interface
org.apache.syncope.core.persistence.api.entity.Any
-
-
Uses of Any in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return Any Modifier and Type Method Description protected Any<?>ReconciliationLogic. getAny(Provision provision, AnyTypeKind anyTypeKind, String anyKey)Methods in org.apache.syncope.core.logic with parameters of type Any Modifier and Type Method Description protected ConnObjectReconciliationLogic. getOnSyncope(Any<?> any, Item connObjectKeyItem, ExternalResource resource, Provision provision) -
Uses of Any in org.apache.syncope.core.persistence.api.dao
Classes in org.apache.syncope.core.persistence.api.dao with type parameters of type Any Modifier and Type Interface Description interfaceAnyDAO<A extends Any<?>>Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type Any Modifier and Type Method Description <A extends Any<?>>
voidJPAJSONAnyDAO. checkBeforeSave(String table, AnyUtils anyUtils, A any)<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByDerAttrValue(String table, AnyUtils anyUtils, DerSchema schema, String value, boolean ignoreCaseMatch)<A extends Any<?>>
Optional<A>JPAJSONAnyDAO. findByPlainAttrUniqueValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)<A extends Any<?>>
List<A>JPAJSONAnyDAO. findByPlainAttrValue(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)<T extends Any<?>>
booleanAnyMatchDAO. matches(T any, SearchCond cond)Verify if any matches the given search condition.<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, List<OrderByClause> orderBy, AnyTypeKind kind)<T extends Any<?>>
List<T>AnySearchDAO. search(SearchCond searchCondition, AnyTypeKind kind)<T extends Any<?>>
List<T>AnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Any Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>AnyObjectDAO. findAllRelationships(AnyObject anyObject)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Any Modifier and Type Method Description voidDynRealmDAO. refreshDynMemberships(Any<?> any) -
Uses of Any in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity with type parameters of type Any Modifier and Type Interface Description interfaceDynGroupMembership<A extends Any<?>>interfaceDynMembership<A extends Any<?>>interfaceGroupablePlainAttr<A extends Any<?>,M extends Membership<A>>interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>interfaceJSONAttributable<A extends Any<?>>interfaceJSONPlainAttr<A extends Any<?>>interfaceMembership<L extends Any<?>>interfacePlainAttr<A extends Any<?>>interfaceRelationship<L extends Any<?>,R extends Any<?>>interfaceRelationship<L extends Any<?>,R extends Any<?>>Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type Any Modifier and Type Method Description <T extends Any<?>>
Class<T>AnyUtils. anyClass()<A extends Any<?>>
AnyDAO<A>AnyUtils. dao()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Any Modifier and Type Method Description Set<ExternalResource>AnyUtils. getAllResources(Any<?> any)AnyUtilsAnyUtilsFactory. getInstance(Any<?> any) -
Uses of Any in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceAnyObject -
Uses of Any in org.apache.syncope.core.persistence.api.entity.group
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.group Modifier and Type Interface Description interfaceGroup -
Uses of Any in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Any in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceUser -
Uses of Any in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Any Modifier and Type Class Description classAbstractAnyDAO<A extends Any<?>>Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Any Modifier and Type Method Description protected <T extends Any<?>>
List<T>AbstractAnySearchDAO. buildResult(List<Object> raw, AnyTypeKind kind)protected abstract <T extends Any<?>>
List<T>AbstractAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>ElasticsearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>JPAAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>OpenSearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)<T extends Any<?>>
booleanJPAAnyMatchDAO. matches(T any, SearchCond cond)Verify if any matches the given search condition.<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, List<OrderByClause> orderBy, AnyTypeKind kind)<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(SearchCond cond, AnyTypeKind kind)<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Any Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>JPAAnyObjectDAO. findAllRelationships(AnyObject anyObject)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Any Modifier and Type Method Description protected booleanJPAAnyMatchDAO. matches(Any<?> any, AnyCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(Any<?> any, AnyTypeCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(Any<?> any, AttrCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(Any<?> any, DynRealmCond cond, boolean not)protected booleanJPAAnyMatchDAO. matches(Any<?> any, ResourceCond cond, boolean not)voidJPADynRealmDAO. refreshDynMemberships(Any<?> any) -
Uses of Any in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Any Modifier and Type Class Description classAbstractDynMembership<A extends Any<?>>classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>classAbstractPlainAttr<O extends Any<?>>classJPAJSONEntityListener<A extends Any<?>>Classes in org.apache.syncope.core.persistence.jpa.entity that implement Any Modifier and Type Class Description classAbstractAny<P extends PlainAttr<?>>classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Any Modifier and Type Method Description <T extends Any<?>>
Class<T>JPAAnyUtils. anyClass()<A extends Any<?>>
AnyDAO<A>JPAAnyUtils. dao()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Any Modifier and Type Method Description Set<ExternalResource>JPAAnyUtils. getAllResources(Any<?> any)AnyUtilsJPAAnyUtilsFactory. getInstance(Any<?> any) -
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Any Modifier and Type Class Description classJPAAnyObjectclassJPAJSONAnyObject -
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement Any Modifier and Type Class Description classJPAGroupclassJPAJSONGroup -
Uses of Any in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Any Modifier and Type Class Description classJPAJSONUserclassJPAUser -
Uses of Any in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Any Modifier and Type Method Description booleanAnyValidator. isValid(Any any, javax.validation.ConstraintValidatorContext context) -
Uses of Any in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type Any Modifier and Type Method Description Optional<String>MappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)Get connObjectKey internal value.Pair<AttrSchemaType,List<PlainAttrValue>>MappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)Get attribute values for the givenItemand any object.StringDerAttrHandler. getValue(Any<?> any, DerSchema schema)Calculates derived attribute value associated to the given any, for the given derived schema.StringDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)Calculates derived attribute value associated to the given any, for the given membership and derived schema.Map<DerSchema,String>DerAttrHandler. getValues(Any<?> any)Calculates derived attributes values associated to the given any.Map<VirSchema,List<String>>VirAttrHandler. getValues(Any<?> any)Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchemainstances in theAnyTypeClassassociated to the given any, with no membership.Map<VirSchema,List<String>>VirAttrHandler. getValues(Any<?> any, Membership<?> membership)Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchemainstances in theAnyTypeClassassociated to the given any, for the given membership.List<String>VirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, for the given membership.List<String>VirAttrHandler. getValues(Any<?> any, VirSchema schema)Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, not related to any membership.Pair<String,Attribute>MappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)Prepare attribute for sending to a connector instance.Pair<String,Set<Attribute>>MappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)Prepare attributes for sending to a connector instance.voidVirAttrHandler. setValues(Any<?> any, ConnectorObject connObj)Updates cache with values from external resource. -
Uses of Any in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Any Modifier and Type Method Description default Pair<AttrSchemaType,List<PlainAttrValue>>ItemTransformer. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)Invoked while preparing attribute values to be sent out to external resource during propagation. -
Uses of Any in org.apache.syncope.core.provisioning.api.jexl
Methods in org.apache.syncope.core.provisioning.api.jexl with parameters of type Any Modifier and Type Method Description static voidJexlUtils. addDerAttrsToContext(Any<?> any, DerAttrHandler derAttrHandler, JexlContext jexlContext)static booleanJexlUtils. evaluateMandatoryCondition(String mandatoryCondition, Any<?> any, DerAttrHandler derAttrHandler) -
Uses of Any in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type Any Modifier and Type Method Description Set<String>RecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars) -
Uses of Any in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type Any Modifier and Type Method Description PropagationTaskInfoPropagationManager. newTask(DerAttrHandler derAttrHandler, Any<?> any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String,Set<Attribute>> preparedAttrs) -
Uses of Any in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type Any Modifier and Type Method Description List<ProvisioningReport>SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor) -
Uses of Any in org.apache.syncope.core.provisioning.api.pushpull.stream
Method parameters in org.apache.syncope.core.provisioning.api.pushpull.stream with type arguments of type Any Modifier and Type Method Description List<ProvisioningReport>SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of Any in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return Any Modifier and Type Method Description Any<?>PullMatch. getAny()Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type Any Modifier and Type Method Description FilterPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)Returns a filter to match the given any with a connector object on the external resource identified by the given provision.default PullMatchPullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision) -
Uses of Any in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type Any Modifier and Type Method Description protected NameDefaultMappingManager. evaluateNAME(Any<?> any, Provision provision, String connObjectKey)Build __NAME__ for propagation.Optional<String>DefaultMappingManager. getConnObjectKeyValue(Any<?> any, ExternalResource resource, Provision provision)protected StringDefaultMappingManager. getGroupOwnerValue(ExternalResource resource, Provision provision, Any<?> any)Pair<AttrSchemaType,List<PlainAttrValue>>DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)StringDefaultDerAttrHandler. getValue(Any<?> any, DerSchema schema)StringDefaultDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)Map<DerSchema,String>DefaultDerAttrHandler. getValues(Any<?> any)protected static Map<DerSchema,String>DefaultDerAttrHandler. getValues(Any<?> any, Set<DerSchema> schemas)Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any)protected Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Set<VirSchema> schemas)Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership)List<String>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)List<String>DefaultVirAttrHandler. getValues(Any<?> any, VirSchema schema)Pair<String,Attribute>DefaultMappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)Pair<String,Set<Attribute>>DefaultMappingManager. prepareAttrsFromAny(Any<?> any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision)voidDefaultVirAttrHandler. setValues(Any<?> any, ConnectorObject connObj) -
Uses of Any in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Any Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>JEXLItemTransformerImpl. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)protected AttrSchemaTypeJEXLItemTransformerImpl. beforePropagation(Any<?> any, AttrSchemaType schemaType, PlainAttrValue value) -
Uses of Any in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type Any Modifier and Type Method Description protected NotificationTaskDefaultNotificationManager. getNotificationTask(Notification notification, Any<?> any, Map<String,Object> jexlVars)Create a notification task. -
Uses of Any in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type Any Modifier and Type Method Description protected List<PropagationTaskInfo>DefaultPropagationManager. createTasks(Any<?> any, String password, List<String> changePwdRes, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs)Create propagation tasks.protected List<PropagationTaskInfo>DefaultPropagationManager. getCreateTasks(Any<?> any, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)protected List<PropagationTaskInfo>DefaultPropagationManager. getDeleteTasks(Any<?> any, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<String> excludedResources)protected List<PropagationTaskInfo>DefaultPropagationManager. getUpdateTasks(AnyUR anyUR, Any<?> any, String password, List<String> changePwdRes, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)PropagationTaskInfoDefaultPropagationManager. newTask(DerAttrHandler derAttrHandler, Any<?> any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, Pair<String,Set<Attribute>> preparedAttrs) -
Uses of Any in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type Any Modifier and Type Method Description protected voidAbstractPushResultHandler. assign(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidAbstractPushResultHandler. copyDynMembershipConds(Any<?> any, AnyUR req)protected voidAbstractPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected voidDefaultUserPushResultHandler. deprovision(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected voidAbstractPushResultHandler. doHandle(Any<?> any, Provision provision)protected abstract AnyTOAbstractSyncopeResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultAnyObjectPullResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultAnyObjectPushResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultGroupPullResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultGroupPushResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultUserPullResultHandler. getAnyTO(Any<?> any)protected AnyTODefaultUserPushResultHandler. getAnyTO(Any<?> any)FilterDefaultPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)protected abstract StringAbstractPushResultHandler. getName(Any<?> any)protected StringDefaultAnyObjectPushResultHandler. getName(Any<?> any)protected StringDefaultGroupPushResultHandler. getName(Any<?> any)protected StringDefaultUserPushResultHandler. getName(Any<?> any)protected voidAbstractPushResultHandler. link(Any<?> any, boolean unlink, ProvisioningReport result)List<ConnectorObject>OutboundMatcher. match(Connector connector, Any<?> any, ExternalResource resource, Provision provision, Optional<String[]> moreAttrsToGet, Item... linkingItems)protected voidAbstractPushResultHandler. provision(Any<?> any, Boolean enable, ProvisioningReport result)protected voidDefaultUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)List<ProvisioningReport>SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)protected voidAbstractPushResultHandler. unassign(Any<?> any, ConnectorObject beforeObj, ProvisioningReport result)protected voidAbstractPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)protected voidDefaultUserPushResultHandler. update(Any<?> any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result)Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type Any Modifier and Type Method Description protected booleanPushJobDelegate. doHandle(List<? extends Any<?>> anys, PushResultHandlerDispatcher dispatcher, ExternalResource resource) -
Uses of Any in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type Any Modifier and Type Method Description protected voidStreamAnyObjectPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidStreamGroupPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)protected voidStreamUserPushResultHandler. provision(Any<?> any, Boolean enabled, ProvisioningReport result)Method parameters in org.apache.syncope.core.provisioning.java.pushpull.stream with type arguments of type Any Modifier and Type Method Description List<ProvisioningReport>StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of Any in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type Any Modifier and Type Method Description protected voidAbstractWorkflowAdapter. metadata(Any<?> any, String who, String context) -
Uses of Any in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type Any Modifier and Type Method Description Map<String,Object>ElasticsearchUtils. document(Any<?> any)Returns the document specialized with content from the provided any. -
Uses of Any in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type Any Modifier and Type Method Description Map<String,Object>OpenSearchUtils. document(Any<?> any)Returns the document specialized with content from the provided any. -
Uses of Any in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type Any Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>DateToDateItemTransformer. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)Pair<AttrSchemaType,List<PlainAttrValue>>DateToLongItemTransformer. beforePropagation(Item item, Any<?> any, AttrSchemaType schemaType, List<PlainAttrValue> values)FilterDummyPushCorrelationRule. getFilter(Any<?> any, ExternalResource resource, Provision provision)PullMatchLinkedAccountSamplePullCorrelationRule. matching(Any<?> any, SyncDelta syncDelta, Provision provision)Set<String>TestNotificationRecipientsProvider. provideRecipients(Notification notification, Any<?> any, Map<String,Object> jexlVars)
-