Uses of Class
org.apache.syncope.common.lib.types.AnyTypeKind
-
-
Uses of AnyTypeKind in org.apache.syncope.client.console.notifications
Constructors in org.apache.syncope.client.console.notifications with parameters of type AnyTypeKind Constructor Description NotificationTasks(AnyTypeKind anyTypeKind, String entityKey, PageReference pageReference)
-
Uses of AnyTypeKind in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as AnyTypeKind Modifier and Type Field Description protected AnyTypeKind
AbstractSearchPanel. typeKind
Constructors in org.apache.syncope.client.console.panels.search with parameters of type AnyTypeKind Constructor Description AbstractSearchPanel(String id, AnyTypeKind kind, String type, AbstractSearchPanel.Builder<?> builder)
AbstractSearchPanel(String id, AnyTypeKind kind, AbstractSearchPanel.Builder<?> builder)
AnyObjectSearchPanel(String id, AnyTypeKind kind, String type, AnyObjectSearchPanel.Builder builder)
AnyObjectSearchPanel(String id, AnyTypeKind kind, AnyObjectSearchPanel.Builder builder)
Builder(ResourceTO resource, AnyTypeKind anyType, String type, IModel<List<SearchClause>> model, PageReference pageRef)
ConnObjectSearchPanel(String id, AnyTypeKind kind, String type, ConnObjectSearchPanel.Builder builder)
ConnObjectSearchPanel(String id, AnyTypeKind kind, ConnObjectSearchPanel.Builder builder)
-
Uses of AnyTypeKind in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyTypeKind Modifier and Type Method Description int
TaskRestClient. count(AnyTypeKind anyTypeKind, String entityKey, String notification)
int
TaskRestClient. count(AnyTypeKind anyTypeKind, String entityKey, TaskType kind)
<T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)
List<NotificationTaskTO>
TaskRestClient. listNotificationTasks(String notification, AnyTypeKind anyTypeKind, String entityKey, int page, int size, SortParam<String> sort)
List<PropagationTaskTO>
TaskRestClient. listPropagationTasks(AnyTypeKind anyTypeKind, String entityKey, int page, int size, SortParam<String> sort)
-
Uses of AnyTypeKind in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as AnyTypeKind Modifier and Type Field Description protected AnyTypeKind
AnyStatusDirectoryPanel. anyTypeKind
-
Uses of AnyTypeKind in org.apache.syncope.client.console.tasks
Constructors in org.apache.syncope.client.console.tasks with parameters of type AnyTypeKind Constructor Description AnyPropagationTaskDirectoryPanel(TaskRestClient restClient, BaseModal<?> baseModal, MultilevelPanel multiLevelPanelRef, AnyTypeKind anyTypeKind, String entityKey, PageReference pageRef)
AnyPropagationTasks(BaseModal<?> baseModal, AnyTypeKind anyTypeKind, String entityKey, PageReference pageRef)
NotificationTaskDirectoryPanel(TaskRestClient restClient, String notification, AnyTypeKind anyTypeKind, String entityKey, MultilevelPanel multiLevelPanelRef, PageReference pageRef)
NotificationTasksProvider(String notification, AnyTypeKind anyTypeKind, String entityKey, int paginatorRows)
-
Uses of AnyTypeKind in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type AnyTypeKind Modifier and Type Method Description <T extends SchemaTO>
List<T>SchemaRestClient. getSchemas(SchemaType schemaType, AnyTypeKind kind)
-
Uses of AnyTypeKind in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
anyTypeKind()
-
Uses of AnyTypeKind in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
NotificationTaskTO. getAnyTypeKind()
AnyTypeKind
PropagationTaskTO. getAnyTypeKind()
AnyTypeKind
ReconStatus. getAnyTypeKind()
AnyTypeKind
AnyTypeTO. getKind()
Methods in org.apache.syncope.common.lib.to with parameters of type AnyTypeKind Modifier and Type Method Description void
NotificationTaskTO. setAnyTypeKind(AnyTypeKind anyTypeKind)
void
PropagationTaskTO. setAnyTypeKind(AnyTypeKind anyTypeKind)
void
ReconStatus. setAnyTypeKind(AnyTypeKind anyTypeKind)
void
AnyTypeTO. setKind(AnyTypeKind kind)
-
Uses of AnyTypeKind in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AnyTypeKind Modifier and Type Method Description static AnyTypeKind
AnyTypeKind. fromTOClass(Class<? extends AnyTO> clazz)
static AnyTypeKind
AnyTypeKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnyTypeKind[]
AnyTypeKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnyTypeKind in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
TaskQuery. getAnyTypeKind()
Methods in org.apache.syncope.common.rest.api.beans with parameters of type AnyTypeKind Modifier and Type Method Description TaskQuery.Builder
TaskQuery.Builder. anyTypeKind(AnyTypeKind anyTypeKind)
void
TaskQuery. setAnyTypeKind(AnyTypeKind anyTypeKind)
-
Uses of AnyTypeKind in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type AnyTypeKind Modifier and Type Method Description protected Any<?>
ReconciliationLogic. getAny(Provision provision, AnyTypeKind anyTypeKind, String anyKey)
<T extends TaskTO>
Pair<Integer,List<T>>TaskLogic. search(TaskType type, String resource, String notification, AnyTypeKind anyTypeKind, String entityKey, int page, int size, List<OrderByClause> orderByClauses, boolean details)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AnyTypeKind Modifier and Type Method Description int
AnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, AnyTypeKind kind)
int
TaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)
<T extends Task<T>>
List<T>TaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
<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)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
AnyUtils. anyTypeKind()
AnyTypeKind
AnyType. getKind()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyTypeKind Modifier and Type Method Description AnyUtils
AnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)
void
AnyType. setKind(AnyTypeKind kind)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
NotificationTask. getAnyTypeKind()
AnyTypeKind
PropagationTask. getAnyTypeKind()
Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type AnyTypeKind Modifier and Type Method Description void
NotificationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)
void
PropagationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as AnyTypeKind Modifier and Type Field Description protected AnyTypeKind
SearchSupport. anyTypeKind
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyTypeKind Modifier and Type Method Description protected static SearchCond
AbstractAnySearchDAO. buildEffectiveCond(SearchCond cond, Set<String> dynRealmKeys, Set<String> groupOwners, AnyTypeKind kind)
protected StringBuilder
JPATaskDAO. buildFindAllQuery(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, boolean orderByTaskExecInfo, List<Object> parameters)
protected <T extends Any<?>>
List<T>AbstractAnySearchDAO. buildResult(List<Object> raw, AnyTypeKind kind)
protected Triple<PlainSchema,PlainAttrValue,AnyCond>
AbstractAnySearchDAO. check(AnyCond cond, AnyTypeKind kind)
protected Pair<PlainSchema,PlainAttrValue>
AbstractAnySearchDAO. check(AttrCond cond, AnyTypeKind kind)
int
AbstractAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
int
JPATaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)
protected abstract int
AbstractAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected int
ElasticsearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected int
JPAAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected int
OpenSearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected int
PGJPAJSONAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, 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)
protected <T extends Any<?>>
List<T>PGJPAJSONAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)
<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
protected Triple<Optional<co.elastic.clients.elasticsearch._types.query_dsl.Query>,Set<String>,Set<String>>
ElasticsearchAnySearchDAO. getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, AnyTypeKind kind)
protected Triple<Optional<org.opensearch.client.opensearch._types.query_dsl.Query>,Set<String>,Set<String>>
OpenSearchAnySearchDAO. getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, AnyTypeKind kind)
protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)
protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQuery(AttrCond cond, AnyTypeKind kind)
protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)
protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQuery(AttrCond cond, AnyTypeKind kind)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)
protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQueryForCustomConds(SearchCond cond, AnyTypeKind kind)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQueryForCustomConds(SearchCond cond, AnyTypeKind kind)
<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)
protected List<co.elastic.clients.elasticsearch._types.SortOptions>
ElasticsearchAnySearchDAO. sortBuilders(AnyTypeKind kind, List<OrderByClause> orderBy)
protected List<org.opensearch.client.opensearch._types.SortOptions>
OpenSearchAnySearchDAO. sortBuilders(AnyTypeKind kind, List<OrderByClause> orderBy)
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyTypeKind Constructor Description SearchSupport(AnyTypeKind anyTypeKind)
SearchViewSupport(AnyTypeKind anyTypeKind)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.jpa.entity
Fields in org.apache.syncope.core.persistence.jpa.entity declared as AnyTypeKind Modifier and Type Field Description protected AnyTypeKind
JPAAnyUtils. anyTypeKind
Fields in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyTypeKind Modifier and Type Field Description protected Map<AnyTypeKind,AnyUtils>
JPAAnyUtilsFactory. instances
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
JPAAnyUtils. anyTypeKind()
AnyTypeKind
JPAAnyType. getKind()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyTypeKind Modifier and Type Method Description AnyUtils
JPAAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)
void
JPAAnyType. setKind(AnyTypeKind kind)
Constructors in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyTypeKind Constructor Description JPAAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainAttrDAO plainAttrDAO, PlainAttrValueDAO plainAttrValueDAO, EntityFactory entityFactory, AnyTypeKind anyTypeKind, boolean linkedAccount)
-
Uses of AnyTypeKind in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
JPANotificationTask. getAnyTypeKind()
AnyTypeKind
JPAPropagationTask. getAnyTypeKind()
Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type AnyTypeKind Modifier and Type Method Description void
JPANotificationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)
void
JPAPropagationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
IntAttrName. getAnyTypeKind()
Methods in org.apache.syncope.core.provisioning.api with parameters of type AnyTypeKind Modifier and Type Method Description IntAttrName
IntAttrNameParser. parse(String intAttrName, AnyTypeKind provisionAnyTypeKind)
void
IntAttrName. setAnyTypeKind(AnyTypeKind anyTypeKind)
protected void
IntAttrNameParser. setFieldOrSchemaName(String fieldOrSchemaName, AnyTypeKind anyTypeKind, IntAttrName result)
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return AnyTypeKind Modifier and Type Method Description AnyTypeKind
PropagationTaskInfo. getAnyTypeKind()
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type AnyTypeKind Modifier and Type Method Description List<PropagationTaskInfo>
PropagationManager. getCreateTasks(AnyTypeKind kind, String key, Boolean enable, PropagationByResource<String> propByRes, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the tasks for every associated resource, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getDeleteTasks(AnyTypeKind kind, String key, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<String> excludedResources)
Create the delete tasks from each resource associated, unless inexcludedResources
.List<PropagationTaskInfo>
PropagationManager. getUpdateTasks(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the update tasks on each resource associated, unless inexcludedResources
.Map<Pair<String,String>,Set<Attribute>>
PropagationManager. prepareAttrs(AnyTypeKind kind, String key, String password, boolean changePwd, Boolean enable, Collection<String> excludedResources)
Prepare attributes for propagation.Constructors in org.apache.syncope.core.provisioning.api.propagation with parameters of type AnyTypeKind Constructor Description PropagationTaskInfo(ExternalResource resource, ResourceOperation operation, ObjectClass objectClass, AnyTypeKind anyTypeKind, String anyType, String entityKey, String connObjectKey, PropagationData propagationData)
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AnyTypeKind Modifier and Type Method Description protected void
ResourceDataBinderImpl. populateMapping(ExternalResource resource, Mapping mappingTO, Mapping mapping, AnyTypeKind anyTypeKind, AnyTypeClassTO allowedSchemas)
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.java.propagation
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyTypeKind Modifier and Type Method Description protected AuditElements.Result
AbstractPullResultHandler. doHandle(SyncDelta delta, Provision provision, AnyTypeKind anyTypeKind)
Look into SyncDelta and take necessary profile.getActions() (create / update / delete) on any object(s).protected AuditElements.Result
AbstractPullResultHandler. handleAnys(SyncDelta delta, List<PullMatch> matches, AnyTypeKind anyTypeKind, Provision provision)
List<PullMatch>
InboundMatcher. match(SyncDelta syncDelta, ExternalResource resource, Provision provision, AnyTypeKind anyTypeKind)
Finds internal entities based on external attributes and mapping.List<PullMatch>
InboundMatcher. matchByConnObjectKeyValue(Item connObjectKeyItem, String connObjectKeyValue, AnyTypeKind anyTypeKind, boolean ignoreCaseMatch, ExternalResource resource)
protected List<PullMatch>
InboundMatcher. matchByCorrelationRule(SyncDelta syncDelta, Provision provision, PullCorrelationRule rule, AnyTypeKind type)
protected AuditElements.Result
AbstractPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, AnyTypeKind anyTypeKind, Provision provision)
-
Uses of AnyTypeKind in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type AnyTypeKind Modifier and Type Method Description <C extends AnyCR>
CConnObjectUtils. getAnyCR(ConnectorObject obj, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision, boolean generatePassword)
Build a UserCR / GroupCR / AnyObjectCR out of connector object attributes and schema mapping.protected <T extends AnyTO>
TConnObjectUtils. getAnyTOFromConnObject(ConnectorObject obj, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)
<U extends AnyUR>
UConnObjectUtils. getAnyUR(String key, ConnectorObject obj, AnyTO original, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)
BuildAnyUR
out of connector object attributes and schema mapping. -
Uses of AnyTypeKind in org.apache.syncope.core.spring.security
Constructors in org.apache.syncope.core.spring.security with parameters of type AnyTypeKind Constructor Description DelegatedAdministrationException(AnyTypeKind type, String key)
-
Uses of AnyTypeKind in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type AnyTypeKind Modifier and Type Method Description void
ElasticsearchIndexManager. createAnyIndex(String domain, AnyTypeKind kind, co.elastic.clients.elasticsearch.indices.IndexSettings settings, co.elastic.clients.elasticsearch._types.mapping.TypeMapping mappings)
protected co.elastic.clients.elasticsearch.indices.CreateIndexResponse
ElasticsearchIndexManager. doCreateAnyIndex(String domain, AnyTypeKind kind, co.elastic.clients.elasticsearch.indices.IndexSettings settings, co.elastic.clients.elasticsearch._types.mapping.TypeMapping mappings)
boolean
ElasticsearchIndexManager. existsAnyIndex(String domain, AnyTypeKind kind)
static String
ElasticsearchUtils. getAnyIndex(String domain, AnyTypeKind kind)
void
ElasticsearchIndexManager. removeAnyIndex(String domain, AnyTypeKind kind)
-
Uses of AnyTypeKind in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type AnyTypeKind Modifier and Type Method Description void
OpenSearchIndexManager. createAnyIndex(String domain, AnyTypeKind kind, org.opensearch.client.opensearch.indices.IndexSettings settings, org.opensearch.client.opensearch._types.mapping.TypeMapping mappings)
protected org.opensearch.client.opensearch.indices.CreateIndexResponse
OpenSearchIndexManager. doCreateAnyIndex(String domain, AnyTypeKind kind, org.opensearch.client.opensearch.indices.IndexSettings settings, org.opensearch.client.opensearch._types.mapping.TypeMapping mappings)
boolean
OpenSearchIndexManager. existsAnyIndex(String domain, AnyTypeKind kind)
static String
OpenSearchUtils. getAnyIndex(String domain, AnyTypeKind kind)
void
OpenSearchIndexManager. removeAnyIndex(String domain, AnyTypeKind kind)
-