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 AnyTypeKindAbstractSearchPanel. typeKindConstructors 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 intTaskRestClient. count(AnyTypeKind anyTypeKind, String entityKey, String notification)intTaskRestClient. 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 AnyTypeKindAnyStatusDirectoryPanel. 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 AnyTypeKindanyTypeKind() -
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 AnyTypeKindNotificationTaskTO. getAnyTypeKind()AnyTypeKindPropagationTaskTO. getAnyTypeKind()AnyTypeKindReconStatus. getAnyTypeKind()AnyTypeKindAnyTypeTO. getKind()Methods in org.apache.syncope.common.lib.to with parameters of type AnyTypeKind Modifier and Type Method Description voidNotificationTaskTO. setAnyTypeKind(AnyTypeKind anyTypeKind)voidPropagationTaskTO. setAnyTypeKind(AnyTypeKind anyTypeKind)voidReconStatus. setAnyTypeKind(AnyTypeKind anyTypeKind)voidAnyTypeTO. 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 AnyTypeKindAnyTypeKind. fromTOClass(Class<? extends AnyTO> clazz)static AnyTypeKindAnyTypeKind. 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 AnyTypeKindTaskQuery. getAnyTypeKind()Methods in org.apache.syncope.common.rest.api.beans with parameters of type AnyTypeKind Modifier and Type Method Description TaskQuery.BuilderTaskQuery.Builder. anyTypeKind(AnyTypeKind anyTypeKind)voidTaskQuery. 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 intAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, AnyTypeKind kind)intTaskDAO. 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 AnyTypeKindAnyUtils. anyTypeKind()AnyTypeKindAnyType. getKind()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyTypeKind Modifier and Type Method Description AnyUtilsAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)voidAnyType. 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 AnyTypeKindNotificationTask. getAnyTypeKind()AnyTypeKindPropagationTask. getAnyTypeKind()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type AnyTypeKind Modifier and Type Method Description voidNotificationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)voidPropagationTask. 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 AnyTypeKindSearchSupport. anyTypeKindMethods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyTypeKind Modifier and Type Method Description protected static SearchCondAbstractAnySearchDAO. buildEffectiveCond(SearchCond cond, Set<String> dynRealmKeys, Set<String> groupOwners, AnyTypeKind kind)protected StringBuilderJPATaskDAO. 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)intAbstractAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)intJPATaskDAO. count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey)protected abstract intAbstractAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intElasticsearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intJPAAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intOpenSearchAnySearchDAO. 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)<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.QueryElasticsearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(AttrCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(AttrCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(SearchCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQueryForCustomConds(SearchCond cond, AnyTypeKind kind)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. 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 AnyTypeKindJPAAnyUtils. anyTypeKindFields in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyTypeKind Modifier and Type Field Description protected Map<AnyTypeKind,AnyUtils>JPAAnyUtilsFactory. instancesMethods in org.apache.syncope.core.persistence.jpa.entity that return AnyTypeKind Modifier and Type Method Description AnyTypeKindJPAAnyUtils. anyTypeKind()AnyTypeKindJPAAnyType. getKind()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyTypeKind Modifier and Type Method Description AnyUtilsJPAAnyUtilsFactory. getInstance(AnyTypeKind anyTypeKind)voidJPAAnyType. 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 AnyTypeKindJPANotificationTask. getAnyTypeKind()AnyTypeKindJPAPropagationTask. getAnyTypeKind()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type AnyTypeKind Modifier and Type Method Description voidJPANotificationTask. setAnyTypeKind(AnyTypeKind anyTypeKind)voidJPAPropagationTask. 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 AnyTypeKindIntAttrName. getAnyTypeKind()Methods in org.apache.syncope.core.provisioning.api with parameters of type AnyTypeKind Modifier and Type Method Description IntAttrNameIntAttrNameParser. parse(String intAttrName, AnyTypeKind provisionAnyTypeKind)voidIntAttrName. setAnyTypeKind(AnyTypeKind anyTypeKind)protected voidIntAttrNameParser. 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 AnyTypeKindPropagationTaskInfo. 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, List<String> changePwdRes, 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, List<String> changePwdRes, 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 voidResourceDataBinderImpl. 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.ResultAbstractPullResultHandler. doHandle(SyncDelta delta, Provision provision, AnyTypeKind anyTypeKind)Look into SyncDelta and take necessary profile.getActions() (create / update / delete) on any object(s).protected AuditElements.ResultAbstractPullResultHandler. 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.ResultAbstractPullResultHandler. 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)BuildAnyURout 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 voidElasticsearchIndexManager. 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.CreateIndexResponseElasticsearchIndexManager. doCreateAnyIndex(String domain, AnyTypeKind kind, co.elastic.clients.elasticsearch.indices.IndexSettings settings, co.elastic.clients.elasticsearch._types.mapping.TypeMapping mappings)booleanElasticsearchIndexManager. existsAnyIndex(String domain, AnyTypeKind kind)static StringElasticsearchUtils. getAnyIndex(String domain, AnyTypeKind kind)voidElasticsearchIndexManager. 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 voidOpenSearchIndexManager. 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.CreateIndexResponseOpenSearchIndexManager. doCreateAnyIndex(String domain, AnyTypeKind kind, org.opensearch.client.opensearch.indices.IndexSettings settings, org.opensearch.client.opensearch._types.mapping.TypeMapping mappings)booleanOpenSearchIndexManager. existsAnyIndex(String domain, AnyTypeKind kind)static StringOpenSearchUtils. getAnyIndex(String domain, AnyTypeKind kind)voidOpenSearchIndexManager. removeAnyIndex(String domain, AnyTypeKind kind)
-