Uses of Class
de.aristaflow.adept2.util.DataSourceException
-
-
Uses of DataSourceException in de.aristaflow.adept2.base.security
Methods in de.aristaflow.adept2.base.security that throw DataSourceException Modifier and Type Method Description ClientSessionFactoryAuthentication. authenticate(String agentName, long orgPositionID, String password)Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriateClientSessionFactoryas which encapsulates the security information for the designated agent.ClientSessionFactoryAuthentication. authenticate(String agentName, long orgPositionID, String password, String userSessionID)Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriateClientSessionFactoryas which encapsulates the security information for the designated agent.List<QualifiedAgent>Authentication. authenticate(String agentName, String password)Like the name implies, this method's job is to authenticate agents, i.e. -
Uses of DataSourceException in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager that throw DataSourceException Modifier and Type Method Description longLog. count(SessionToken session, String sqlWhereClause)Counts all log entries that match the specified WHERE clause.StringLog. formatCondition(SessionToken session, String conditionFormat, Serializable... values)Formats the given condition format string and values to an SQL condition that can e.g.StringLogManager. formatCondition(SessionToken session, Log log, String conditionFormat, Serializable... values)Formats the given condition format string and values to an SQL condition that can e.g.LogEntryLog. read(SessionToken session, long logEntryID, String... columnNames)Reads the log entry with the specified ID.LogEntrySetLog. read(SessionToken session, String sqlWhereClause, String sqlOrderByClause, int startEntry, int maxEntries, String... columnNames)Reads all log entries that match the specified WHERE clause.LogEntrySetLog. read(SessionToken session, String sqlWhereClause, String sqlOrderByClause, int maxEntries, String... columnNames)Reads all log entries that match the specified WHERE clause. -
Uses of DataSourceException in de.aristaflow.adept2.core.logmanager.logs
Methods in de.aristaflow.adept2.core.logmanager.logs that throw DataSourceException Modifier and Type Method Description voidExecutionHistoryWriteAccess. archiveInstance(SessionToken session, UUID instanceLogID)Archives the data of the designated instance to a separate archive.longExecutionHistory. countInstanceHistoryEntries(SessionToken session, UUID instanceLogID)voidExecutionHistoryWriteAccess. logInstanceChanged(SessionToken session, long timestamp, Instance instance)voidExecutionHistoryWriteAccess. logInstanceFailed(SessionToken session, long timestamp, Instance instance, long errorCode, String errorState, String errorMessage)voidExecutionHistoryWriteAccess. logInstanceFinished(SessionToken session, long timestamp, Instance instance)voidExecutionHistoryWriteAccess. logInstanceResumed(SessionToken session, long timestamp, Instance instance)voidExecutionHistoryWriteAccess. logInstanceStarted(SessionToken session, long timestamp, Instance instance)voidExecutionHistoryWriteAccess. logInstanceSuspended(SessionToken session, long timestamp, Instance instance)voidExecutionHistoryWriteAccess. logNodeActivated(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeDeselected(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeFailed(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration, long errorCode, String errorState, String errorMessage)voidExecutionHistoryWriteAccess. logNodeFinished(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, Map<String,String> nodeName, int iteration, URI[] executionManagerURIs)voidExecutionHistoryWriteAccess. logNodePromoted(SessionToken session, long timestamp, Instance instance, int nodeId, int iteration, ProcessConstants.NodeState promState)Logs that the activity identified by the designated instance, node and node iteration has been promoted.voidExecutionHistoryWriteAccess. logNodeResetHard(SessionToken session, long timestamp, Instance instance, int nodeId, int iteration, String savepoint)Logs that the activity identified by the designated instance, node and node iteration has been reset to the designated savepoint.voidExecutionHistoryWriteAccess. logNodeResetSoft(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeResetTo(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeId, int iteration, String savepoint)Logs that the activity identified by the designated instance, node and node iteration has been reset itself to the designated savepoint.voidExecutionHistoryWriteAccess. logNodeResumed(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeSelected(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeSkipped(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logNodeStarted(SessionToken session, long timestamp, Instance instance, int nodeID, Map<String,String> nodeName, int iteration)voidExecutionHistoryWriteAccess. logNodeSuppressed(SessionToken session, long timestamp, Instance instance, int nodeId, int iteration, ProcessConstants.NodeState prevState)Logs that the activity identified by the designated instance, node and node iteration has been suppressed.voidExecutionHistoryWriteAccess. logNodeSuspended(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration)voidExecutionHistoryWriteAccess. logSavepointFlushed(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeId, int iteration, String savepoint)Logs that the activity identified by the designated instance, node and node iteration has flushed its data with the designated savepoint ID.LogEntrySetExecutionHistory. readAllInstanceErrorInformation(SessionToken session, UUID instLogId)Gets the log entries containing all error information for the specified instance starting with the most recent error.LogEntrySetExecutionHistory. readAllNodeErrorInformation(SessionToken session, UUID instanceLogId, int nodeId, int iteration)Gets the log entries containing all error information for the specified instance, node and iteration starting with the most recent error.List<ExecutionHistoryEntry>ExecutionHistory. readHistory(SessionToken session, String whereClause, long startEntryID, boolean newerEntries, int maxEntries, boolean sortAscending, Locale... preferredLocales)Reads all logged events filtered by the designated where clause.LogEntryExecutionHistory. readInstanceErrorInformation(SessionToken session, UUID instanceLogID)Gets the log entry containing the most recent error information for the specified instance.List<ExecutionHistoryEntry>ExecutionHistory. readInstanceHistory(SessionToken session, UUID instanceLogID, long startEntryID, boolean newerEntries, int maxEntries, boolean sortAscending, Locale... preferredLocales)Reads logged events for the instance with the given log ID.LogEntryExecutionHistory. readNodeErrorInformation(SessionToken session, UUID instanceLogID, int nodeID, int nodeIteration)Returns the log entry containing the most recent error information for the specified instance, node and iteration ornullif there is no error information available.LogEntrySetExecutionHistory. readPreviousSteps(SessionToken session, UUID instanceLogID, int nodeID, int iteration)Reads the past finished steps in the specified instance that occurred before the specified node in its specified iteration. -
Uses of DataSourceException in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that throw DataSourceException Modifier and Type Method Description voidModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType)Adds a new attribute with the given data type to the given entity type.voidModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType, boolean readOnly, Map<String,String> omExtMapping, Collection<String> writeBackOmExts)Adds a new attribute with the designated data type to the designated entity type which is being mapped from the designated attributes from the corresponding org model extensions .voidModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType, int sizeHint)Adds a new attribute with the given data type to the given entity type.voidModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType, int sizeHint, String omExtension, String mappedTo, boolean isImported, boolean isReadOnly)Deprecated, for removal: This API element is subject to removal in a future version.voidModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType, String omExtension, String mappedTo, boolean isImported, boolean isReadOnly)Deprecated, for removal: This API element is subject to removal in a future version.voidModelChangeOperations. addRelation(SessionToken session, RelationType relType, long id1, long id2)This method adds a relation of the given type between the two entities identified by the given IDs.voidModelChangeOperations. addStringAttribute(SessionToken session, EntityType entType, String attrName, int sizeHint, boolean readOnly, Map<String,String> omExtMapping, Collection<String> writeBackOmExts)Adds a newDataType.STRINGattribute of the designated size to the designated entity type which is being mapped from the designated attributes from the corresponding org model extensions .RichAgentClientAdministration. changeMailAddress(SessionToken session, String mailAddress)Changes the mail address of the user identified by the session token.voidClientAdministration. changePassword(SessionToken session, String oldPassword, String newPassword)This method changes the password of the user identified by the session token.RichAgentClientAdministration. changePreferredLocale(SessionToken session, Locale locale)Changes the preferred locale of the user identified by the session token.OrgPolicyReportPolicyResolution. checkResolvability(SessionToken session, String orgPolicy, boolean createFullReport, boolean rejectParameterReferences)Tests whether the given OrgPolicy is resolvable for the current state of the OrgModel.longModelChangeOperations. createAgent(SessionToken session, String agentUserName, String password)Adds a new Agent with the given (unique!) user name and password.longModelChangeOperations. createEntity(SessionToken session, Entity entity)Creates a new entity with the type and attribute values provided in the givenEntityobject and returns the assigned ID.voidModelChangeOperations. deleteAttribute(SessionToken session, EntityType entType, String attrName)This method removes an attribute from an entity type.voidModelChangeOperations. deleteEntity(SessionToken session, EntityType entType, long id)This method deletes the entity with the given ID of the given type.voidModelChangeOperations. deleteEntity(SessionToken session, EntityType entType, long id, boolean recursive)This method deletes the entity with the given ID of the given type and all its relations.voidModelChangeOperations. deleteRelation(SessionToken session, RelationType relType, long id1, long id2)This method deletes a relation of the given type between the two entities identified by the given IDs.SerialisablePair<Boolean,Boolean>ModelExplorer. entityExistsEnabled(SessionToken session, EntityType entType, long id)Returns whether the entity with the given type and id exists and whether it is enabled.EntityModelExplorer. getAgentForUserName(SessionToken session, String agentUserName)Returns the agent for the specified user name.DataTypeModelExplorer. getAttributeDataType(SessionToken session, EntityType entType, String attrName)Returns the data type of the given attribute of the given entity type.AttributeMetaDataModelExplorer. getAttributeMetaData(SessionToken session, EntityType entType)Returns anAttributeMetaData-object, holding all available meta information about each attribute of the given entity type.String[]ModelExplorer. getAttributeNames(SessionToken session, EntityType entType)Returns all attribute names that are currently defined for the given entity type.List<Entity>ModelExplorer. getEntities(SessionToken session, EntityType entType, boolean excludeDisabled, String... attributes)This method returns a list containing all entities of the given entity type.List<Entity>ModelExplorer. getEntities(SessionToken session, EntityType entType, Filter filter, boolean excludeDisabled, String... attributes)This method returns a list of entities of the given entity type.List<Entity>ModelExplorer. getEntities(SessionToken session, EntityType entType, String attrName, CmpOperator cmpOperator, Serializable value, boolean excludeDisabled, String... attributes)This method returns a list of all entities where the given attribute matches the comparison.List<Entity>ModelExplorer. getEntities(SessionToken session, String orgPolicy, boolean excludeDisabled, String... attributes)This method returns a list containing the entities which are the result of the given org policy.RemoteIterator<List<Entity>>ModelExplorer. getEntitiesIterator(SessionToken session, EntityType entType, boolean excludeDisabled, String... attributes)The same asModelExplorer.getEntities(SessionToken, EntityType, boolean, String...)but with partial retrieval of the entities.RemoteIterator<List<Entity>>ModelExplorer. getEntitiesIterator(SessionToken session, EntityType entType, Filter filter, boolean excludeDisabled, String... attributes)The same asModelExplorer.getEntities(SessionToken, EntityType, Filter, boolean, String...)but with partial retrieval of the entities.RemoteIterator<List<Entity>>ModelExplorer. getEntitiesIterator(SessionToken session, EntityType entType, String attrName, CmpOperator cmpOperator, Serializable value, boolean excludeDisabled, String... attributes)The same asModelExplorer.getEntities(SessionToken, EntityType, String, CmpOperator, Serializable, boolean, String...)but with partial retrieval of the entities.RemoteIterator<List<Entity>>ModelExplorer. getEntitiesIterator(SessionToken session, String orgPolicy, boolean excludeDisabled, String... attributes)The same asModelExplorer.getEntities(SessionToken, String, boolean, String...)but with partial retrieval of the entities.EntityModelExplorer. getEntity(SessionToken session, EntityType entType, long id, String... attributes)Returns anEntity-object containing all information about the entity of the given type and with the given id.intModelExplorer. getEntityCount(SessionToken session, EntityType entType, boolean excludeDisabled)Returns the current count of entities of the specified type.StringClientAdministration. getMailAddress(SessionToken session)Returns the current mail address of the user identified by the session token.LocaleClientAdministration. getPreferredLocale(SessionToken session)Returns the current preferred locale of the user identified by the session token.List<Entity>ModelExplorer. getRelatedEntities(SessionToken session, EntityType entType, long id, NavFunction navFunction, boolean excludeDisabled, String... attributes)This method returns a list of all entities that are related to the given entity (of the given type) through a relation of the type along which the givenNavFunctiontraverses the OrgModel.List<Entity>ModelExplorer. getRelatedEntities(SessionToken session, EntityType entType, long id, RelationType relType, boolean leftToRight, boolean excludeDisabled, String... attributes)This method returns a list of all entities that are related to the given entity (of the given type) through a relation of the given type in the given direction.RemoteIterator<List<Entity>>ModelExplorer. getRelatedEntitiesIterator(SessionToken session, EntityType entType, long id, NavFunction navFunction, boolean excludeDisabled, String... attributes)The same asModelExplorer.getRelatedEntities(SessionToken, EntityType, long, NavFunction, boolean, String...)but with partial retrieval of the entities.RemoteIterator<List<Entity>>ModelExplorer. getRelatedEntitiesIterator(SessionToken session, EntityType entType, long id, RelationType relType, boolean leftToRight, boolean excludeDisabled, String... attributes)The same asModelExplorer.getRelatedEntities(SessionToken, EntityType, long, RelationType, boolean, boolean, String...)but with partial retrieval of the entities.RichAgentModelExplorer. getRichAgent(SessionToken session, QualifiedAgent agent)Convenience method for retrieving all information on the designated qualified agent.Map<QualifiedAgent,RichAgent>ModelExplorer. getRichAgent(SessionToken session, Collection<QualifiedAgent> agents)Convenience method for retrieving all information on the designated qualified agents.Collection<RichAgent>ModelExplorer. getRichAgents(SessionToken session, Collection<Pair<Long,Long>> idPairs)Gets theRichAgents for the designated pairs of agent and org position ID.booleanModelExplorer. hasAttribute(SessionToken session, EntityType entType, String attrName)Returns whether the given entity type has an attribute with the given name.booleanPolicyResolution. isMember(SessionToken session, long orgPositionID, String orgPolicy)Semantically this method tests whether the given OrgPosition appears in the result list ofPolicyResolution.resolvePolicy(SessionToken, String)for the specified OrgPolicy.booleanPolicyResolution. isMember(SessionToken session, long orgPositionID, String agentUserName, String orgPolicy)Semantically this method tests whether the given tuple of Agent and OrgPosition is contained in the result list ofPolicyResolution.resolvePolicy(SessionToken, String)for the specified OrgPolicy.booleanPolicyResolution. isMember(SessionToken session, String agentUserName, String orgPolicy)Semantically this method tests whether the given Agent appears in the result list ofPolicyResolution.resolvePolicy(SessionToken, String)for the specified OrgPolicy.voidModelChangeOperations. modifyAttribute(SessionToken session, EntityType entType, String attrName, Boolean readOnly, Map<String,Pair<String,Boolean>> omExtMapping)Changes the mapping properties and the read-only status of the designated attribute.voidModelChangeOperations. modifyAttribute(SessionToken session, EntityType entType, String attrName, Boolean readOnly, Map<String,String> omExtMapping, Collection<String> writeBackOmExts)Changes the mapping properties and the read-only status of the designated attribute.voidModelChangeOperations. modifyAttribute(SessionToken session, EntityType entType, String attrName, String mappedTo, boolean isImported, boolean isReadOnly)Deprecated, for removal: This API element is subject to removal in a future version.voidModelChangeOperations. modifyAttribute(SessionToken session, EntityType entType, String attrName, String omExt, String mappedTo, boolean isImported, boolean isReadOnly)Deprecated, for removal: This API element is subject to removal in a future version.booleanModelExplorer. relationExists(SessionToken session, RelationType relType, long id1, long id2, boolean excludeDisabled)Tests whether a relation of the given type exists between the two entities identified by the given IDs.Set<QualifiedAgent>PolicyResolution. resolvePolicy(SessionToken session, String orgPolicy)Resolves an OrgPolicy and returns all matching tuples of OrgPositions and Agents (or rather their IDs) as a list ofQualifiedAgents.RemoteIterator<List<QualifiedAgent>>PolicyResolution. resolvePolicyIterator(SessionToken session, String orgPolicy)The same asPolicyResolution.resolvePolicy(SessionToken, String)but with partial retrieval of the qualified agents.voidModelChangeOperations. updateEntity(SessionToken session, Entity entity)Updates an entity with the attribute values provided in the givenEntityobject. -
Uses of DataSourceException in de.aristaflow.adept2.core.orgmodelmanager.extension
Methods in de.aristaflow.adept2.core.orgmodelmanager.extension that throw DataSourceException Modifier and Type Method Description booleanOrgModelSyncAccess. addRelation(SessionToken session, RelationType relType, long id1, long id2)Creates a new relation of the designated type between the entities with the designated IDs if it does not exist yet.Pair<Long,Long>OrgModelSyncAccess. createAgent(SessionToken session, Entity agent)Adds the designated entity as new agent to the org model.longOrgModelSyncAccess. createEntity(SessionToken session, Entity entity)Adds the designated entity to the org model.Pair<Long,Long>OrgModelSyncAccess. deleteAgent(SessionToken session, Entity agent)Deletes or disables the designated agent from/in the org model.voidOrgModelSyncAccess. deleteEntity(SessionToken session, Entity entity)Deletes or disables the designated entity from/in the org model.booleanOrgModelSyncAccess. deleteRelation(SessionToken session, RelationType relType, long id1, long id2)Deletes the relation of the designated type between the entities with the designated IDs if it exists.voidOrgModelSyncAccess. ensureAttributes(SessionToken session, EntityType entType, Collection<OrgModelSyncAccess.OmExtAttribute> attrs)Ensures that the designated entity type has the designated attributes.EntityOrgModelSyncAccess. getAgentForUserName(SessionToken session, String agentUserName)Gets the agent entity with the designatedPredefinedAttributes.AGENT_USERNAME.AttributeMetaDataOrgModelSyncAccess. getAttributeMetaData(SessionToken session, EntityType entType)Gets the attribute meta data for the designated type and for this OM extension.Collection<Entity>OrgModelSyncAccess. getEntities(SessionToken session, EntityType entType, Filter filter, boolean excludeDisabled)Gets the entities of the designated type relevant for this OM extension and matching the designated filterCollection<Entity>OrgModelSyncAccess. getEntitiesFromPreviousRuns(SessionToken session, EntityType entType, boolean excludeDisabled)Gets all entities of the designated type relevant for this OM extension (the corresponding#ENTITY_OM_EXTENSION_UIDattribute is set) that have a synchronisation run ID less than the current one.LongOrgModelSyncAccess. getGeneratedOrgPosIdFor(SessionToken session, long agentId)Gets the ID of the org position entity that has been implicitly created for the agent entity with the designated ID ornullif no such org position exists.Collection<Entity>OrgModelSyncAccess. getRelatedEntities(SessionToken session, RelationType relType, boolean leftToRight, long id, boolean excludeDisabled)Gets the entities that are relevant for this OM extension and related to the entity of the designated ID when following the designated relation.default voidOrgModelSyncAccess. initAttributes(SessionToken session, boolean disableDeleted, int uidColSizeHint, Collection<EntityType> entTypes)Deprecated, for removal: This API element is subject to removal in a future version.voidOrgModelSyncAccess. initAttributes(SessionToken session, boolean disableDeleted, String orgPosDom, int uidColSizeHint, Collection<EntityType> entTypes)Initialises thisOrgModelSyncAccessand creates the meta attributes for synchronised entities of the designated entity types.Pair<Long,Long>OrgModelSyncAccess. updateAgent(SessionToken session, Entity agent)Updates the designated agent in the org model.voidOrgModelSyncAccess. updateEntity(SessionToken session, Entity entity)Updates the designated entity in the org model. -
Uses of DataSourceException in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that throw DataSourceException Modifier and Type Method Description TemplateStatusTemplateStatusProvider. getTemplateStatus(UUID templateID)Gets an object containing the status of the designated process template, for usage in objects that reference a template status and which are created in a storage layer. -
Uses of DataSourceException in de.aristaflow.adept2.core.transactionmanager
Methods in de.aristaflow.adept2.core.transactionmanager that throw DataSourceException Modifier and Type Method Description protected List<T>ResultSetRemoteIterator. getAllImpl()protected List<T>ResultSetRemoteIterator. getNextImpl(int count)protected List<T>ResultSetRemoteIterator. getNextImpl(int count, int start)protected abstract TResultSetRemoteIterator. getObject(ResultSet resSet)Gets the current object of the designated result set.protected List<T>ResultSetRemoteIterator. getPreviousImpl(int count)protected static intResultSetRemoteIterator. getRsType(ResultSet resultSet)Gets the type of the designated result set.Constructors in de.aristaflow.adept2.core.transactionmanager that throw DataSourceException Constructor Description ResultSetRemoteIterator(ManagedResultSet resultSet, long aliveTime)Deprecated, for removal: This API element is subject to removal in a future version.ResultSetRemoteIterator(ManagedResultSet resultSet, long aliveTime, long aliveTimeExtension, Logger logger, String... recTables)Creates a new remote iterator for the designated result set to be alive for the designated time and extending the alive time for each access by the designated amount.ResultSetRemoteIterator(ManagedResultSet resultSet, long aliveTime, String[] recTables)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataSourceException in de.aristaflow.adept2.model.common.collection
Methods in de.aristaflow.adept2.model.common.collection that throw DataSourceException Modifier and Type Method Description static voidLegacyHandling. close(RemoteIterator<?> ri, Throwable thrown)Tries to close the designatedRemoteIteratorby trying the legacy methodRemoteIterator.drop()if appropriate since the designatedThrowableindicates thatRemoteIterator.close()does not exist.protected voidCachingRemoteIterator. closeWrappedDse()CachingRemoteIterator.closeWrappedException(boolean)keeping this iterator alive and wrappingIOExceptionin aDataSourceExceptionor unwrapping aDataSourceExceptionfrom anIOExceptionif appropriate.List<T>AbstractRemoteIterator. getAll()TRemoteIterator. getAll()Gets all elements of this iterator at once.protected abstract List<S>AbstractRemoteIterator. getAllImpl()ImplementsAbstractRemoteIterator.getAll()without the need to consider result transformation, closeable and alive time tracking.protected List<T>CachingRemoteIterator. getAllImpl()protected List<S>TransformingRemoteIterator. getAllImpl()List<T>AbstractRemoteIterator. getNext(int count)List<T>AbstractRemoteIterator. getNext(int count, int start)TRemoteIterator. getNext(int count)Gets the next specified amount of elements of this iterator.TRemoteIterator. getNext(int count, int start)Gets the next specified amount of elements of this iterator starting at the designated index (0-based).protected abstract List<S>AbstractRemoteIterator. getNextImpl(int count)ImplementsAbstractRemoteIterator.getNext(int)without the need to consider result transformation, closeable and alive time tracking.protected abstract List<S>AbstractRemoteIterator. getNextImpl(int count, int start)ImplementsAbstractRemoteIterator.getNext(int, int)without the need to consider result transformation, closeable and alive time tracking.protected List<T>CachingRemoteIterator. getNextImpl(int count)protected List<T>CachingRemoteIterator. getNextImpl(int count, int start)protected List<T>EmptyRemoteIterator. getNextImpl(int count)protected List<T>EmptyRemoteIterator. getNextImpl(int count, int start)protected List<S>TransformingRemoteIterator. getNextImpl(int count)protected List<S>TransformingRemoteIterator. getNextImpl(int count, int start)List<T>AbstractRemoteIterator. getPrevious(int count)TRemoteIterator. getPrevious(int count)Gets the previous specified amount of elements of this iterator.protected abstract List<S>AbstractRemoteIterator. getPreviousImpl(int count)ImplementsAbstractRemoteIterator.getPrevious(int)without the need to consider result transformation, closeable and alive time tracking.protected List<T>CachingRemoteIterator. getPreviousImpl(int count)protected List<T>EmptyRemoteIterator. getPreviousImpl(int count)protected List<S>TransformingRemoteIterator. getPreviousImpl(int count)protected booleanAbstractTimeTrackingRemoteIterator. getSnapshotImpl()Gets whether this iterator is a snapshot and therefore its contents is not subject of change while iterating.protected booleanCachingRemoteIterator. getSnapshotImpl()booleanAbstractTimeTrackingRemoteIterator. isForwardOnly()booleanRemoteIterator. isForwardOnly()Gets whether this iterator only allows iterating in forward direction, that is calls toRemoteIterator.getNext(int)but not toRemoteIterator.getNext(int, int)andRemoteIterator.getPrevious(int).booleanTransformingRemoteIterator. isForwardOnly()booleanAbstractTimeTrackingRemoteIterator. isSnapshot()booleanRemoteIterator. isSnapshot()Gets whether this iterator is a snapshot and therefore its contents is not subject of change while iterating.booleanTransformingRemoteIterator. isSnapshot() -
Uses of DataSourceException in de.aristaflow.ilm.model.common.collection
Methods in de.aristaflow.ilm.model.common.collection that throw DataSourceException Modifier and Type Method Description NRemoteIteratorHandler. getNext(@NotNull UUID iteratorId, @Positive Integer count, @PositiveOrZero Integer start)CallsRemoteIterator.getNext(int)orRemoteIterator.getNext(int, int)on the designated iterator.protected NRemoteIteratorHandler. getNext(UUID iteratorId, RemoteIterator<List<T>> iterator, Integer count, Integer start)CallsRemoteIterator.getNext(int),RemoteIterator.getNext(int, int)orRemoteIterator.getAll()on the designated iterator.NRemoteIteratorHandler. getPrevious(@NotNull UUID iteratorId, @NotNull @Positive Integer count)CallsRemoteIterator.getPrevious(int)on the designated iterator.IRemoteIteratorHandler. init(@NotNull RemoteIterator<List<T>> iterator, @Positive Integer count)Adds the designated iterator to this handler, creates an ID for it and callsRemoteIteratorHandler.getNext(UUID, Integer, Integer)with the designated parameters andstart=null. -
Uses of DataSourceException in de.aristaflow.ilm.util
Constructors in de.aristaflow.ilm.util with parameters of type DataSourceException Constructor Description DataSourceException(DataSourceException dse) -
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 protected AttributeMetaDataModelExplorerWebService. getAttributeMetaData(SessionToken session, EntityType type)protected AttributeMetaDataModelExplorerWebService. getAttributeMetaData(SessionToken session, EntityType type)protected AttributeMetaDataModelExplorerWebService. getAttributeMetaData(EntityType type)
-