Uses of Interface
org.apache.syncope.core.persistence.api.entity.AnyType
-
-
Uses of AnyType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type AnyType Modifier and Type Method Description protected Triple<AnyType,ExternalResource,Provision>ReconciliationLogic. getProvision(String anyTypeKey, String resourceKey)protected Triple<AnyType,ExternalResource,Provision>ResourceLogic. getProvision(String anyTypeKey, String resourceKey)Methods in org.apache.syncope.core.logic with parameters of type AnyType Modifier and Type Method Description protected SyncDeltaBuilderReconciliationLogic. syncDeltaBuilder(AnyType anyType, ExternalResource resource, Provision provision, Filter filter, Set<String> moreAttrsToGet) -
Uses of AnyType in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AnyType Modifier and Type Method Description AnyTypeAnyTypeDAO. find(String key)AnyTypeAnyTypeDAO. findGroup()AnyTypeAnyTypeDAO. findUser()AnyTypeAnyTypeDAO. save(AnyType anyType)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AnyType Modifier and Type Method Description Map<AnyType,Integer>AnyObjectDAO. countByType()Counts the number of instances for each type.List<AnyType>AnyTypeDAO. findAll()List<AnyType>AnyTypeDAO. findByTypeClass(AnyTypeClass anyTypeClass)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AnyType Modifier and Type Method Description Map<String,Integer>AnyObjectDAO. countByRealm(AnyType anyType)List<Remediation>RemediationDAO. findByAnyType(AnyType anyType)AnyTypeAnyTypeDAO. save(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyType Modifier and Type Method Description AnyTypeAnyAbout. getAnyType()AnyTypeAnyTemplate. getAnyType()AnyTypeDynRealmMembership. getAnyType()AnyTypeRemediation. getAnyType()AnyTypeVirSchema. getAnyType()AnyTypeAny. getType()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyType Modifier and Type Method Description Optional<? extends AnyAbout>Notification. getAbout(AnyType anyType)Optional<? extends DynRealmMembership>DynRealm. getDynMembership(AnyType anyType)Optional<? extends AnyTemplateRealm>Realm. getTemplate(AnyType anyType)voidAnyAbout. setAnyType(AnyType anyType)voidAnyTemplate. setAnyType(AnyType anyType)voidDynRealmMembership. setAnyType(AnyType anyType)voidRemediation. setAnyType(AnyType anyType)voidVirSchema. setAnyType(AnyType anyType)voidAny. setType(AnyType type) -
Uses of AnyType in org.apache.syncope.core.persistence.api.entity.anyobject
Methods in org.apache.syncope.core.persistence.api.entity.anyobject that return AnyType Modifier and Type Method Description AnyTypeADynGroupMembership. getAnyType()Methods in org.apache.syncope.core.persistence.api.entity.anyobject with parameters of type AnyType Modifier and Type Method Description voidADynGroupMembership. setAnyType(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.api.entity.group
Methods in org.apache.syncope.core.persistence.api.entity.group that return AnyType Modifier and Type Method Description AnyTypeTypeExtension. getAnyType()Methods in org.apache.syncope.core.persistence.api.entity.group with parameters of type AnyType Modifier and Type Method Description Optional<? extends ADynGroupMembership>Group. getADynMembership(AnyType anyType)Optional<? extends TypeExtension>Group. getTypeExtension(AnyType anyType)voidTypeExtension. setAnyType(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return AnyType Modifier and Type Method Description AnyTypeCorrelationRuleEntity. getAnyType()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type AnyType Modifier and Type Method Description voidCorrelationRuleEntity. setAnyType(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AnyType Modifier and Type Method Description AnyTypeJPAAnyTypeDAO. find(String key)AnyTypeJPAAnyTypeDAO. findGroup()AnyTypeJPAAnyTypeDAO. findUser()AnyTypeJPAAnyTypeDAO. save(AnyType anyType)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AnyType Modifier and Type Method Description Map<AnyType,Integer>JPAAnyObjectDAO. countByType()List<AnyType>JPAAnyTypeDAO. findAll()List<AnyType>JPAAnyTypeDAO. findByTypeClass(AnyTypeClass anyTypeClass)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyType Modifier and Type Method Description Map<String,Integer>JPAAnyObjectDAO. countByRealm(AnyType anyType)List<Remediation>JPARemediationDAO. findByAnyType(AnyType anyType)protected List<ADynGroupMembership>JPAGroupDAO. findWithADynMemberships(AnyType anyType)AnyTypeJPAAnyTypeDAO. save(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AnyType Modifier and Type Class Description classJPAAnyTypeMethods in org.apache.syncope.core.persistence.jpa.entity that return AnyType Modifier and Type Method Description AnyTypeAbstractAnyTemplate. getAnyType()AnyTypeJPAAnyAbout. getAnyType()AnyTypeJPADynRealmMembership. getAnyType()AnyTypeJPARemediation. getAnyType()AnyTypeJPAVirSchema. getAnyType()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyType Modifier and Type Method Description Optional<? extends AnyAbout>JPANotification. getAbout(AnyType anyType)Optional<? extends DynRealmMembership>JPADynRealm. getDynMembership(AnyType anyType)Optional<? extends AnyTemplateRealm>JPARealm. getTemplate(AnyType anyType)voidAbstractAnyTemplate. setAnyType(AnyType anyType)voidJPAAnyAbout. setAnyType(AnyType anyType)voidJPADynRealmMembership. setAnyType(AnyType anyType)voidJPARemediation. setAnyType(AnyType anyType)voidJPAVirSchema. setAnyType(AnyType anyType) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.entity.anyobject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return AnyType Modifier and Type Method Description AnyTypeJPAADynGroupMembership. getAnyType()AnyTypeJPAAnyObject. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type AnyType Modifier and Type Method Description voidJPAADynGroupMembership. setAnyType(AnyType anyType)voidJPAAnyObject. setType(AnyType type) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.entity.group
Methods in org.apache.syncope.core.persistence.jpa.entity.group that return AnyType Modifier and Type Method Description AnyTypeJPATypeExtension. getAnyType()AnyTypeJPAGroup. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type AnyType Modifier and Type Method Description Optional<? extends ADynGroupMembership>JPAGroup. getADynMembership(AnyType anyType)Optional<? extends TypeExtension>JPAGroup. getTypeExtension(AnyType anyType)voidJPATypeExtension. setAnyType(AnyType anyType)voidJPAGroup. setType(AnyType type) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return AnyType Modifier and Type Method Description AnyTypeJPAUser. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type AnyType Modifier and Type Method Description voidJPAUser. setType(AnyType type) -
Uses of AnyType in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type AnyType Modifier and Type Method Description booleanAnyTypeValidator. isValid(AnyType anyType, javax.validation.ConstraintValidatorContext context) -
Uses of AnyType in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AnyType Modifier and Type Method Description AnyTypeAnyTypeDataBinder. create(AnyTypeTO anyTypeTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyType Modifier and Type Method Description AnyTypeTOAnyTypeDataBinder. delete(AnyType anyType)AnyTypeTOAnyTypeDataBinder. getAnyTypeTO(AnyType anyType)voidAnyTypeDataBinder. update(AnyType anyType, AnyTypeTO anyTypeTO) -
Uses of AnyType in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream with parameters of type AnyType Modifier and Type Method Description List<ProvisioningReport>SyncopeStreamPullExecutor. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of AnyType in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AnyType Modifier and Type Method Description AnyTypeAnyTypeDataBinderImpl. create(AnyTypeTO anyTypeTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyType Modifier and Type Method Description AnyTypeTOAnyTypeDataBinderImpl. delete(AnyType anyType)AnyTypeTOAnyTypeDataBinderImpl. getAnyTypeTO(AnyType anyType)protected voidDynRealmDataBinderImpl. setDynMembership(DynRealm dynRealm, AnyType anyType, String dynMembershipFIQL)protected voidGroupDataBinderImpl. setDynMembership(Group group, AnyType anyType, String dynMembershipFIQL)voidAnyTypeDataBinderImpl. update(AnyType anyType, AnyTypeTO anyTypeTO) -
Uses of AnyType in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyType Modifier and Type Method Description Optional<PullMatch>InboundMatcher. match(AnyType anyType, String nameValue, ExternalResource resource, Connector connector) -
Uses of AnyType in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type AnyType Modifier and Type Method Description List<ProvisioningReport>StreamPullJobDelegate. pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)List<ProvisioningReport>StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-