Uses of Class
com.activeviam.tech.core.api.exceptions.service.ConflictException
Packages that use ConflictException
Package
Description
-
Uses of ConflictException in com.activeviam.activepivot.server.impl.private_.content.impl
Methods in com.activeviam.activepivot.server.impl.private_.content.impl that throw ConflictExceptionModifier and TypeMethodDescriptionvoidActivePivotContentService.createMdxElement(String pivotId, IMdxElementDescription desc, List<String> owners, List<String> readers) -
Uses of ConflictException in com.activeviam.activepivot.server.intf.api.entitlements
Methods in com.activeviam.activepivot.server.intf.api.entitlements that throw ConflictExceptionModifier and TypeMethodDescriptionvoidIActivePivotContentService.createMdxElement(String pivotId, IMdxElementDescription desc, List<String> owners, List<String> readers) Adds a new calculated member or a new KPI. -
Uses of ConflictException in com.activeviam.tech.contentserver.spring.private_
Methods in com.activeviam.tech.contentserver.spring.private_ that throw ConflictExceptionModifier and TypeMethodDescriptionvoidRemoteContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidRemoteContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) -
Uses of ConflictException in com.activeviam.tech.contentserver.spring.private_.rest
Methods in com.activeviam.tech.contentserver.spring.private_.rest that throw ConflictExceptionModifier and TypeMethodDescriptionvoidRestBulkApiServerController.putMethod(RestBulkApiJsonParams.PutJsonParam putParam) A specialized version of the PUT method that tries to create or update multiple entries atomically. -
Uses of ConflictException in com.activeviam.tech.contentserver.storage.api
Methods in com.activeviam.tech.contentserver.storage.api that throw ConflictExceptionModifier and TypeMethodDescriptionvoidIContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) Creates a new directory at the given path.voidIContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) Creates a new file at the given path.voidIContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) Imports the whole content subtree defined by the inputIContentTreeat the given path in this content service.voidIContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) Put several files in bulk into the content service. -
Uses of ConflictException in com.activeviam.tech.contentserver.storage.internal
Methods in com.activeviam.tech.contentserver.storage.internal that throw ConflictExceptionModifier and TypeMethodDescriptionvoidContentServiceWithTracing.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) voidPrefixedContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) voidContentServiceWithTracing.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidPrefixedContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) voidContentServiceWithTracing.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) voidPrefixedContentService.importSubtree(String path, IContentTree<?> snapshot, boolean recursive, boolean overwrite) voidContentServiceWithTracing.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) voidPrefixedContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) -
Uses of ConflictException in com.activeviam.tech.contentserver.storage.private_
Methods in com.activeviam.tech.contentserver.storage.private_ that throw ConflictExceptionModifier and TypeMethodDescriptionfinal voidAContentService.createDirectory(String path, List<String> owners, List<String> readers, boolean recursive) final voidAContentService.createFile(String path, String content, List<String> owners, List<String> readers, boolean recursive) final voidAContentService.importSubtree(String path, IContentTree<?> subtree, boolean recursive, boolean overwrite) final voidAContentService.putAll(Map<String, String> map, List<String> owners, List<String> readers, boolean recursive, boolean overwrite) -
Uses of ConflictException in com.qfs.snl.agent.impl
Methods in com.qfs.snl.agent.impl that throw ConflictExceptionModifier and TypeMethodDescriptionMonitoringService.createMonitoring(IMonitor monitor) Creates a new monitoring from a monitor definition. -
Uses of ConflictException in com.qfs.snl.workflows.process
Methods in com.qfs.snl.workflows.process that throw ConflictExceptionModifier and TypeMethodDescriptionIWorkflowProcessExecutor.IExecutableExecutor.forEntity(T entity, BiFunction<T, IWorkflowPayload, IWorkflowPayload> payloadBuilder) Executes the workflow for a single entity.