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 SyncDeltaBuilder
ReconciliationLogic. 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 AnyType
AnyTypeDAO. find(String key)
AnyType
AnyTypeDAO. findGroup()
AnyType
AnyTypeDAO. findUser()
AnyType
AnyTypeDAO. 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)
AnyType
AnyTypeDAO. 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 AnyType
AnyAbout. getAnyType()
AnyType
AnyTemplate. getAnyType()
AnyType
DynRealmMembership. getAnyType()
AnyType
Remediation. getAnyType()
AnyType
VirSchema. getAnyType()
AnyType
Any. 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)
void
AnyAbout. setAnyType(AnyType anyType)
void
AnyTemplate. setAnyType(AnyType anyType)
void
DynRealmMembership. setAnyType(AnyType anyType)
void
Remediation. setAnyType(AnyType anyType)
void
VirSchema. setAnyType(AnyType anyType)
void
Any. 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 AnyType
ADynGroupMembership. getAnyType()
Methods in org.apache.syncope.core.persistence.api.entity.anyobject with parameters of type AnyType Modifier and Type Method Description void
ADynGroupMembership. 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 AnyType
TypeExtension. 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)
void
TypeExtension. 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 AnyType
CorrelationRuleEntity. getAnyType()
Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type AnyType Modifier and Type Method Description void
CorrelationRuleEntity. 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 AnyType
JPAAnyTypeDAO. find(String key)
AnyType
JPAAnyTypeDAO. findGroup()
AnyType
JPAAnyTypeDAO. findUser()
AnyType
JPAAnyTypeDAO. 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)
AnyType
JPAAnyTypeDAO. 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 class
JPAAnyType
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyType Modifier and Type Method Description AnyType
AbstractAnyTemplate. getAnyType()
AnyType
JPAAnyAbout. getAnyType()
AnyType
JPADynRealmMembership. getAnyType()
AnyType
JPARemediation. getAnyType()
AnyType
JPAVirSchema. 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)
void
AbstractAnyTemplate. setAnyType(AnyType anyType)
void
JPAAnyAbout. setAnyType(AnyType anyType)
void
JPADynRealmMembership. setAnyType(AnyType anyType)
void
JPARemediation. setAnyType(AnyType anyType)
void
JPAVirSchema. 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 AnyType
JPAADynGroupMembership. getAnyType()
AnyType
JPAAnyObject. getType()
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type AnyType Modifier and Type Method Description void
JPAADynGroupMembership. setAnyType(AnyType anyType)
void
JPAAnyObject. 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 AnyType
JPATypeExtension. getAnyType()
AnyType
JPAGroup. 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)
void
JPATypeExtension. setAnyType(AnyType anyType)
void
JPAGroup. 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 AnyType
JPAUser. getType()
Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type AnyType Modifier and Type Method Description void
JPAUser. 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 boolean
AnyTypeValidator. 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 AnyType
AnyTypeDataBinder. create(AnyTypeTO anyTypeTO)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AnyType Modifier and Type Method Description AnyTypeTO
AnyTypeDataBinder. delete(AnyType anyType)
AnyTypeTO
AnyTypeDataBinder. getAnyTypeTO(AnyType anyType)
void
AnyTypeDataBinder. 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 AnyType
AnyTypeDataBinderImpl. create(AnyTypeTO anyTypeTO)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyType Modifier and Type Method Description AnyTypeTO
AnyTypeDataBinderImpl. delete(AnyType anyType)
AnyTypeTO
AnyTypeDataBinderImpl. getAnyTypeTO(AnyType anyType)
protected void
DynRealmDataBinderImpl. setDynMembership(DynRealm dynRealm, AnyType anyType, String dynMembershipFIQL)
protected void
GroupDataBinderImpl. setDynMembership(Group group, AnyType anyType, String dynMembershipFIQL)
void
AnyTypeDataBinderImpl. 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)
-