Uses of Class
de.aristaflow.ilm.util.DataSourceException
-
-
Uses of DataSourceException in de.aristaflow.ilm.ws.base.security
Methods in de.aristaflow.ilm.ws.base.security that throw DataSourceException Modifier and Type Method Description @NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotNull AuthenticationData authData)
@NotNull List<@Valid QualifiedAgent>
GlobalSecurityManagerWebService. preAuthenticate(@NotNull AuthenticationData authData)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager that throw DataSourceException Modifier and Type Method Description @Valid InstIdPairInitialRemoteIteratorData
ExecutionManagerWebService. archiveInstance(@NotNull @Valid SessionToken session, @NotNull UUID instId, @Positive Integer count)
@Valid ArchiveTemplateResponse
ExecutionManagerWebService. archiveTemplate(@NotNull @Valid SessionToken session, @NotNull UUID templId, @Positive Integer count)
@Valid QaInitialRemoteIteratorData
ActivityStartingWebService. getEnquiryRecipients(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, @Positive Integer count)
@Valid EcInitialRemoteIteratorData
ActivityStartingWebService. getExecutionContexts(@NotNull @Valid SessionToken session, @NotEmpty Collection<@Valid EbpInstanceReference> acts, @Positive Integer count)
@Valid TemplIdInitialRemoteIteratorData
InstanceControlWebService. getInstantiableTemplates(@NotNull @Valid SessionToken session, Boolean includeOutdated, @Positive Integer count)
@Valid TemplRefInitialRemoteIteratorData
InstanceControlWebService. getInstantiableTemplRefs(@NotNull @Valid SessionToken session, Boolean includeOutdated, @Positive Integer count)
@Valid TemplRefInitialRemoteIteratorData
InstanceControlWebService. getTemplRefs(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> templIds, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.globalprovider
Methods in de.aristaflow.ilm.ws.core.globalprovider that throw DataSourceException Modifier and Type Method Description @Valid NamespaceInitialRemoteIteratorData
GlobalUserConfigurationWebService. getGlobalNamespaces(@NotNull @Valid SessionToken session, @Positive Integer count)
@Valid NamespaceInitialRemoteIteratorData
GlobalUserConfigurationWebService. getNamespaces(@NotNull @Valid SessionToken session, @NotNull Long agentId, @NotNull Long orgPosId, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.logmanager.logs
Methods in de.aristaflow.ilm.ws.core.logmanager.logs that throw DataSourceException Modifier and Type Method Description @NotNull Long
ExecutionLogManagerWebService. countInstanceHistoryEntries(@NotNull @Valid SessionToken session, @NotNull UUID instLogId)
@Valid WorkHistEntryInitialRemoteIteratorData
ExecutionLogManagerWebService. readCompletedStepsEntries(@NotNull @Valid SessionToken session, @NotNull Long agentId, List<Long> orgPosIds, @Positive Long startEntryId, Boolean newerEntries, @Positive Integer maxEntries, Boolean sortAscending, List<String> preferredLocales, @Positive Integer count)
@Valid WorkHistEntryInitialRemoteIteratorData
ExecutionLogManagerWebService. readCompletedStepsTime(@NotNull @Valid SessionToken session, @NotNull Long agentId, List<Long> orgPosIds, @NotNull Long fromTimestamp, @NotNull Long toTimestamp, @Positive Integer maxEntries, Boolean sortAscending, List<String> preferredLocales, @Positive Integer count)
@Valid ExecHistEntryInitialRemoteIteratorData
ExecutionLogManagerWebService. readHistory(@NotNull @Valid SessionToken session, @NotNull @Valid ExecutionHistoryFilter ehFilter, @Positive Long startEntryId, Boolean newerEntries, @Positive Integer maxEntries, Boolean sortAscending, List<String> preferredLocales, @Positive Integer count)
@Valid ErrorData
ExecutionLogManagerWebService. readInstanceErrorInformation(@NotNull @Valid SessionToken session, @NotNull UUID instLogId)
@Valid ExecHistEntryInitialRemoteIteratorData
ExecutionLogManagerWebService. readInstanceHistory(@NotNull @Valid SessionToken session, @NotNull UUID instLogId, @Positive Long startEntryId, Boolean newerEntries, @Positive Integer maxEntries, Boolean sortAscending, List<String> preferredLocales, @Positive Integer count)
@Valid ErrorDataInitialRemoteIteratorData
ExecutionLogManagerWebService. readNodeErrorInformation(@NotNull @Valid SessionToken session, @NotNull UUID instLogId, @NotNull Integer nodeId, @NotNull Integer nodeIteration, @Positive Integer count)
@Valid ExecHistEntryInitialRemoteIteratorData
ExecutionLogManagerWebService. readPreviousSteps(@NotNull @Valid SessionToken session, @NotNull UUID instLogId, @NotNull Integer nodeId, @NotNull Integer nodeIteration, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that throw DataSourceException Modifier and Type Method Description void
ModelChangeOperationsWebService. addAttribute(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotBlank String attrName, DataType dataType, Integer sizeHint, Boolean readOnly, List<@NotNull @Valid OmExtMapping> omMapping)
void
ModelChangeOperationsWebService. addRelation(@NotNull @Valid SessionToken session, @NotNull RelationType relType, @NotNull Long id1, @NotNull Long id2)
@NotNull @Valid RichAgent
ClientAdministrationWebService. changeMailAddress(@NotNull @Valid SessionToken session, @Email String mailAddress)
void
ClientAdministrationWebService. changePassword(@NotNull @Valid SessionToken session, @NotNull String oldPassword, @NotEmpty String newPassword)
@NotNull @Valid RichAgent
ClientAdministrationWebService. changePreferredLocale(@NotNull @Valid SessionToken session, String langTag)
@NotNull @Valid OrgPolicyReport
PolicyResolutionWebService. checkResolvability(@NotNull @Valid SessionToken session, @NotNull String orgPolicy, Boolean createFullReport, Boolean rejectParameterReferences)
@NotNull Long
ModelChangeOperationsWebService. createAgent(@NotNull @Valid SessionToken session, @NotBlank String agentUserName, @NotBlank String password)
@NotNull Long
ModelChangeOperationsWebService. createEntity(@NotNull @Valid SessionToken session, @NotNull @Valid TransientEntity entity)
void
ModelChangeOperationsWebService. deleteAttribute(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotBlank String attrName)
void
ModelChangeOperationsWebService. deleteEntity(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull Long id, Boolean recursive)
void
ModelChangeOperationsWebService. deleteRelation(@NotNull @Valid SessionToken session, @NotNull RelationType relType, @NotNull Long id1, @NotNull Long id2)
@NotNull @Valid EntityEnabled
ModelExplorerWebService. entityExistsEnabled(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull Long id)
@NotNull @Valid Entity
ModelExplorerWebService. getAgentForUserName(@NotNull @Valid SessionToken session, @NotEmpty String agentUserName)
@NotNull DataType
ModelExplorerWebService. getAttributeDataType(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotBlank String attrName)
@NotEmpty List<@NotNull @Valid AttributeMetaData>
ModelExplorerWebService. getAttributeMetaData(@NotNull @Valid SessionToken session, @NotNull EntityType entType)
@NotNull @NotEmpty List<@NotBlank String>
ModelExplorerWebService. getAttributeNames(@NotNull @Valid SessionToken session, @NotNull EntityType entType)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesFiltered(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull EntityFilter filter, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesForPolicy(@NotNull @Valid SessionToken session, @NotBlank String orgPolicy, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesForType(@NotNull @Valid SessionToken session, @NotNull EntityType entType, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@NotNull @Valid Entity
ModelExplorerWebService. getEntity(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull Long id, List<@NotBlank String> attributes)
@NotNull Integer
ModelExplorerWebService. getEntityCount(@NotNull @Valid SessionToken session, @NotNull EntityType entType, Boolean excludeDisabled)
String
ClientAdministrationWebService. getMailAddress(@NotNull @Valid SessionToken session)
String
ClientAdministrationWebService. getPreferredLocale(@NotNull @Valid SessionToken session)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getRelatedEntities(@NotNull @Valid SessionToken session, @NotNull Long entityId, @NotNull RelationType relType, Boolean leftToRight, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@NotNull @Valid RichAgent
ModelExplorerWebService. getRichAgent(@NotNull @Valid SessionToken session, @NotNull @Valid QualifiedAgent agent)
@NotNull List<@Valid RichAgent>
ModelExplorerWebService. getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents)
@Valid RaInitialRemoteIteratorData
ModelExplorerWebService. getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents, @Positive Integer count)
@NotNull Map<@Valid QualifiedAgent,@Valid RichAgent>
ModelExplorerWebService. getRichAgentsMap(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgent> agents)
@NotNull Boolean
ModelExplorerWebService. hasAttribute(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotBlank String attrName)
@NotNull Boolean
PolicyResolutionWebService. isMember(@NotNull @Valid SessionToken session, @NotBlank String agentName, @NotNull String orgPolicy)
@NotNull Boolean
PolicyResolutionWebService. isMember(@NotNull @Valid SessionToken session, @NotNull Long orgPosId, @NotBlank String agentName, @NotNull String orgPolicy)
@NotNull Boolean
PolicyResolutionWebService. isMember(@NotNull @Valid SessionToken session, @NotNull Long orgPosId, @NotNull String orgPolicy)
void
ModelChangeOperationsWebService. modifyAttribute(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotBlank String attrName, Boolean readOnly, List<@NotNull @Valid OmExtMapping> omMapping)
@NotNull Boolean
ModelExplorerWebService. relationExists(@NotNull @Valid SessionToken session, @NotNull RelationType relType, @NotNull Long id1, @NotNull Long id2, Boolean excludeDisabled)
@NotNull Set<@Valid QualifiedAgent>
PolicyResolutionWebService. resolvePolicy(@NotNull @Valid SessionToken session, @NotNull String orgPolicy)
@Valid QaInitialRemoteIteratorData
PolicyResolutionWebService. resolvePolicyIterator(@NotNull @Valid SessionToken session, @NotNull String orgPolicy, @Positive Integer count)
void
ModelChangeOperationsWebService. updateEntity(@NotNull @Valid SessionToken session, @NotNull @Valid Entity entity)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.processmanager
Methods in de.aristaflow.ilm.ws.core.processmanager that throw DataSourceException Modifier and Type Method Description @Valid TemplIdInitialRemoteIteratorData
TemplateManagerWebService. getAllTemplateIds(@NotNull @Valid SessionToken session, @Size(min=1) List<TemplateManager.TemplateKind> templKinds, @Positive Integer count)
@Valid InstRefInitialRemoteIteratorData
InstanceManagerWebService. getInstanceRefs(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> instIds, @Positive Integer count)
@Valid InstRefInitialRemoteIteratorData
InstanceManagerWebService. getInstanceRefsOf(@NotNull @Valid SessionToken session, @Size(min=1) List<UUID> templIds, Boolean recursively, @Positive Integer count)
@Valid InstInitialRemoteIteratorData
InstanceManagerWebService. getInstances(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> instIds, @Positive Integer count)
@Valid InstStatusInitialRemoteIteratorData
InstanceManagerWebService. getInstanceStatuses(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> instIds, @Positive Integer count)
@Valid InstIdInitialRemoteIteratorData
InstanceManagerWebService. getLogicalInstanceIds(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> logIds, @Positive Integer count)
@Valid TemplKindInitialRemoteIteratorData
TemplateManagerWebService. getTemplateKinds(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> templIds, @Positive Integer count)
@Valid TemplRefInitialRemoteIteratorData
TemplateManagerWebService. getTemplateRefs(@NotNull @Valid SessionToken session, @Size(min=1) List<UUID> templIds, @Positive Integer count)
@Valid TemplInitialRemoteIteratorData
TemplateManagerWebService. getTemplates(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> templIds, @Positive Integer count)
@Valid TemplStatusInitialRemoteIteratorData
TemplateManagerWebService. getTemplateStatuses(@NotNull @Valid SessionToken session, @NotEmpty List<UUID> templIds, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.core.resmodelmanager that throw DataSourceException Modifier and Type Method Description @Valid ResInstInitialRemoteIteratorData
ResModelExpressionEvaluationWebService. evaluateResourceInsts(@NotNull @Valid SessionToken session, @NotBlank String xpath, @Valid ProcessNodeContext pnc, Boolean includeChildren, @Positive Integer count)
@Valid ResInitialRemoteIteratorData
ResModelExpressionEvaluationWebService. evaluateResources(@NotNull @Valid SessionToken session, @NotBlank String xpath, @Valid ProcessNodeContext pnc, Boolean includeParents, @Positive Integer count)
@Valid ResInitialRemoteIteratorData
ResModelExplorerWebService. getAllResources(@NotNull @Valid SessionToken session, @Positive Integer count)
@Valid IdUdtInitialRemoteIteratorData
ResModelExplorerWebService. getAllUdts(@NotNull @Valid SessionToken session, @Positive Integer count)
@Valid ResInitialRemoteIteratorData
ResModelExplorerWebService. getResources(@NotNull @Valid SessionToken session, @NotBlank String xpath, Boolean includeParents, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.runtimemanager
Methods in de.aristaflow.ilm.ws.core.runtimemanager that throw DataSourceException Modifier and Type Method Description @Valid AsInitialRemoteIteratorData
ExecutionControlManagerWebService. getActivitiesIterator(@NotNull @Valid SessionToken session, @NotNull List<ActivityState.State> states, @Positive Integer count, Boolean allActivities)
@Valid NsInitialRemoteIteratorData
RuntimeManagerWebService. logoffAndTerminateActivities(@NotNull @Valid SessionToken session, @NotNull @Valid QualifiedAgent agent, Boolean forceTerm, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that throw DataSourceException Modifier and Type Method Description @Valid ScInitialRemoteIteratorData
RemoteActivityStartingWebService. getSimpleSessionContexts(@NotNull @Valid SessionToken session, @NotEmpty Collection<@Valid EbpInstanceReference> activities, ProcessConstants.ExecutionMode executionMode, @Positive Integer count)
@Valid NsInitialRemoteIteratorData
RuntimeServiceWebService. logoffAndTerminateActivities(@NotNull @Valid SessionToken session, Boolean forceTerm, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.core.worklistmanager
Methods in de.aristaflow.ilm.ws.core.worklistmanager that throw DataSourceException Modifier and Type Method Description @NotNull @Valid ResInstInitialRemoteIteratorData
WorklistUpdateManagerWebService. getAttachedResources(@NotNull @Valid SessionToken session, @NotNull UUID itemId, @Positive Integer count)
@Valid QaInitialRemoteIteratorData
DelegationManagerWebService. getDelegationRecipientsIterator(@NotNull @Valid SessionToken session, @NotNull UUID itemId, @Positive Integer count)
@Valid QaInitialRemoteIteratorData
WorklistUpdateManagerWebService. getPossibleAbsenteesIterator(@NotNull @Valid SessionToken session, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.model.common.collection
Methods in de.aristaflow.ilm.ws.model.common.collection that throw DataSourceException Modifier and Type Method Description N
AddDataTransformatorRemoteIteratorWebService. getNext(@NotNull UUID id, @Positive Integer count, @PositiveOrZero Integer start)
N
AddDataTransformatorRemoteIteratorWebService. getPrevious(@NotNull UUID id, @NotNull @Positive Integer count)
I
AddDataTransformatorRemoteIteratorWebService. init(RemoteIterator<List<WJ>> remIt, @Positive Integer count, A additionalData)
I
RemoteIteratorWebService. init(RemoteIterator<List<WJ>> remIt, @Positive Integer count)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.rest.core.logmanager.logs
Methods in de.aristaflow.ilm.ws.rest.core.logmanager.logs that throw DataSourceException Modifier and Type Method Description @NotNull Long
ExecutionLogManagerRest. countInstanceHistoryEntries(@NotNull UUID instLogId)
@Valid ExecHistEntryInitialRemoteIteratorData
ExecutionLogManagerRest. readHistory(@Positive Long startEntryId, Boolean newerEntries, Integer maxEntries, Boolean sortAscending, @Positive Integer count, Long aliveTime, @NotNull @Valid ExecutionHistoryFilterWithLocales filter)
-
Uses of DataSourceException in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
-