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 ClientSessionFactory
Authentication. authenticate(String agentName, long orgPositionID, String password)
Identifies and authenticates a normal user via the corresponding name, orgPosition and the password and returns an appropriateClientSessionFactory
as which encapsulates the security information for the designated agent.ClientSessionFactory
Authentication. 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 appropriateClientSessionFactory
as 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 long
Log. count(SessionToken session, String sqlWhereClause)
Counts all log entries that match the specified WHERE clause.String
Log. formatCondition(SessionToken session, String conditionFormat, Serializable... values)
Formats the given condition format string and values to an SQL condition that can e.g. be used in the WHERE clause ofLog.query(SessionToken, String, int)
orLog.read(SessionToken, String, String, int, String...)
.String
LogManager. 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. be used in the WHERE clause ofLogManager.query(SessionToken, String, int)
orLog.read(SessionToken, String, String, int, String...)
.LogEntry
Log. read(SessionToken session, long logEntryID, String... columnNames)
Reads the log entry with the specified ID.LogEntrySet
Log. read(SessionToken session, String sqlWhereClause, String sqlOrderByClause, int startEntry, int maxEntries, String... columnNames)
Reads all log entries that match the specified WHERE clause.LogEntrySet
Log. 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 void
ExecutionHistoryWriteAccess. archiveInstance(SessionToken session, UUID instanceLogID)
Archives the data of the designated instance to a separate archive.long
ExecutionHistory. countInstanceHistoryEntries(SessionToken session, UUID instanceLogID)
void
ExecutionHistoryWriteAccess. logInstanceChanged(SessionToken session, long timestamp, Instance instance)
void
ExecutionHistoryWriteAccess. logInstanceFailed(SessionToken session, long timestamp, Instance instance, long errorCode, String errorState, String errorMessage)
void
ExecutionHistoryWriteAccess. logInstanceFinished(SessionToken session, long timestamp, Instance instance)
void
ExecutionHistoryWriteAccess. logInstanceResumed(SessionToken session, long timestamp, Instance instance)
void
ExecutionHistoryWriteAccess. logInstanceStarted(SessionToken session, long timestamp, Instance instance)
void
ExecutionHistoryWriteAccess. logInstanceSuspended(SessionToken session, long timestamp, Instance instance)
void
ExecutionHistoryWriteAccess. logNodeActivated(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. logNodeDeselected(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. logNodeFailed(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration, long errorCode, String errorState, String errorMessage)
void
ExecutionHistoryWriteAccess. logNodeFinished(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, Map<String,String> nodeName, int iteration, URI[] executionManagerURIs)
void
ExecutionHistoryWriteAccess. 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.void
ExecutionHistoryWriteAccess. 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.void
ExecutionHistoryWriteAccess. logNodeResetSoft(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. 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.void
ExecutionHistoryWriteAccess. logNodeResumed(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. logNodeSelected(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. logNodeSkipped(SessionToken session, long timestamp, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. logNodeStarted(SessionToken session, long timestamp, Instance instance, int nodeID, Map<String,String> nodeName, int iteration)
void
ExecutionHistoryWriteAccess. 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.void
ExecutionHistoryWriteAccess. logNodeSuspended(SessionToken session, long timestamp, Long clientDelay, Instance instance, int nodeID, int iteration)
void
ExecutionHistoryWriteAccess. 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.LogEntrySet
ExecutionHistory. readAllInstanceErrorInformation(SessionToken session, UUID instLogId)
Gets the log entries containing all error information for the specified instance starting with the most recent error.LogEntrySet
ExecutionHistory. 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.LogEntry
ExecutionHistory. 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.LogEntry
ExecutionHistory. 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 ornull
if there is no error information available.LogEntrySet
ExecutionHistory. 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 void
ModelChangeOperations. addAttribute(SessionToken session, EntityType entType, String attrName, DataType dataType)
Adds a new attribute with the given data type to the given entity type.void
ModelChangeOperations. 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 .void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. addStringAttribute(SessionToken session, EntityType entType, String attrName, int sizeHint, boolean readOnly, Map<String,String> omExtMapping, Collection<String> writeBackOmExts)
Adds a newDataType.STRING
attribute of the designated size to the designated entity type which is being mapped from the designated attributes from the corresponding org model extensions .RichAgent
ClientAdministration. changeMailAddress(SessionToken session, String mailAddress)
Changes the mail address of the user identified by the session token.void
ClientAdministration. changePassword(SessionToken session, String oldPassword, String newPassword)
This method changes the password of the user identified by the session token.RichAgent
ClientAdministration. changePreferredLocale(SessionToken session, Locale locale)
Changes the preferred locale of the user identified by the session token.OrgPolicyReport
PolicyResolution. checkResolvability(SessionToken session, String orgPolicy, boolean createFullReport, boolean rejectParameterReferences)
Tests whether the given OrgPolicy is resolvable for the current state of the OrgModel.long
ModelChangeOperations. createAgent(SessionToken session, String agentUserName, String password)
Adds a new Agent with the given (unique!)long
ModelChangeOperations. createEntity(SessionToken session, Entity entity)
Creates a new entity with the type and attribute values provided in the givenEntity
object and returns the assigned ID.void
ModelChangeOperations. deleteAttribute(SessionToken session, EntityType entType, String attrName)
This method removes an attribute from an entity type.void
ModelChangeOperations. deleteEntity(SessionToken session, EntityType entType, long id)
This method deletes the entity with the given ID of the given type.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.Entity
ModelExplorer. getAgentForUserName(SessionToken session, String agentUserName)
Returns the agent for the specified user name.DataType
ModelExplorer. getAttributeDataType(SessionToken session, EntityType entType, String attrName)
Returns the data type of the given attribute of the given entity type.AttributeMetaData
ModelExplorer. 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.Entity
ModelExplorer. 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.int
ModelExplorer. getEntityCount(SessionToken session, EntityType entType, boolean excludeDisabled)
Returns the current count of entities of the specified type.String
ClientAdministration. getMailAddress(SessionToken session)
Returns the current mail address of the user identified by the session token.Locale
ClientAdministration. 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 givenNavFunction
traverses 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.RichAgent
ModelExplorer. 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 theRichAgent
s for the designated pairs of agent and org position ID.boolean
ModelExplorer. hasAttribute(SessionToken session, EntityType entType, String attrName)
Returns whether the given entity type has an attribute with the given name.boolean
PolicyResolution. 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.boolean
PolicyResolution. 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.boolean
PolicyResolution. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.void
ModelChangeOperations. 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.boolean
ModelExplorer. 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 ofQualifiedAgent
s.RemoteIterator<List<QualifiedAgent>>
PolicyResolution. resolvePolicyIterator(SessionToken session, String orgPolicy)
The same asPolicyResolution.resolvePolicy(SessionToken, String)
but with partial retrieval of the qualified agents.void
ModelChangeOperations. updateEntity(SessionToken session, Entity entity)
Updates an entity with the attribute values provided in the givenEntity
object. -
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 boolean
OrgModelSyncAccess. 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.long
OrgModelSyncAccess. 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.void
OrgModelSyncAccess. deleteEntity(SessionToken session, Entity entity)
Deletes or disables the designated entity from/in the org model.boolean
OrgModelSyncAccess. 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.void
OrgModelSyncAccess. ensureAttributes(SessionToken session, EntityType entType, Collection<OrgModelSyncAccess.OmExtAttribute> attrs)
Ensures that the designated entity type has the designated attributes.Entity
OrgModelSyncAccess. getAgentForUserName(SessionToken session, String agentUserName)
Gets the agent entity with the designatedPredefinedAttributes.AGENT_USERNAME
.AttributeMetaData
OrgModelSyncAccess. 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_UID
attribute is set) that have a synchronisation run ID less than the current one.Long
OrgModelSyncAccess. 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 ornull
if 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 void
OrgModelSyncAccess. initAttributes(SessionToken session, boolean disableDeleted, int uidColSizeHint, Collection<EntityType> entTypes)
Deprecated, for removal: This API element is subject to removal in a future version.void
OrgModelSyncAccess. initAttributes(SessionToken session, boolean disableDeleted, String orgPosDom, int uidColSizeHint, Collection<EntityType> entTypes)
Initialises thisOrgModelSyncAccess
and 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.void
OrgModelSyncAccess. 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 TemplateStatus
TemplateStatusProvider. 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 T
ResultSetRemoteIterator. getObject(ResultSet resSet)
Gets the current object of the designated result set.protected List<T>
ResultSetRemoteIterator. getPreviousImpl(int count)
protected static int
ResultSetRemoteIterator. 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 void
LegacyHandling. close(RemoteIterator<?> ri, Throwable thrown)
Tries to close the designatedRemoteIterator
by trying the legacy methodRemoteIterator.drop()
if appropriate since the designatedThrowable
indicates thatRemoteIterator.close()
does not exist.protected void
CachingRemoteIterator. closeWrappedDse()
CachingRemoteIterator.closeWrappedException(boolean)
keeping this iterator alive and wrappingIOException
in aDataSourceException
or unwrapping aDataSourceException
from anIOException
if appropriate.List<T>
AbstractRemoteIterator. getAll()
T
RemoteIterator. 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)
T
RemoteIterator. getNext(int count)
Gets the next specified amount of elements of this iterator.T
RemoteIterator. 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)
T
RemoteIterator. 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 boolean
AbstractTimeTrackingRemoteIterator. getSnapshotImpl()
Gets whether this iterator is a snapshot and therefore its contents is not subject of change while iterating.protected boolean
CachingRemoteIterator. getSnapshotImpl()
boolean
AbstractTimeTrackingRemoteIterator. isForwardOnly()
boolean
RemoteIterator. 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)
.boolean
TransformingRemoteIterator. isForwardOnly()
boolean
AbstractTimeTrackingRemoteIterator. isSnapshot()
boolean
RemoteIterator. isSnapshot()
Gets whether this iterator is a snapshot and therefore its contents is not subject of change while iterating.boolean
TransformingRemoteIterator. 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 N
RemoteIteratorHandler. getNext(@NotNull UUID iteratorId, @Positive Integer count, @PositiveOrZero Integer start)
CallsRemoteIterator.getNext(int)
orRemoteIterator.getNext(int, int)
on the designated iterator.protected N
RemoteIteratorHandler. getNext(UUID iteratorId, RemoteIterator<List<T>> iterator, Integer count, Integer start)
CallsRemoteIterator.getNext(int)
,RemoteIterator.getNext(int, int)
orRemoteIterator.getAll()
on the designated iterator.N
RemoteIteratorHandler. getPrevious(@NotNull UUID iteratorId, @NotNull @Positive Integer count)
CallsRemoteIterator.getPrevious(int)
on the designated iterator.I
RemoteIteratorHandler. 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 AttributeMetaData
ModelExplorerWebService. getAttributeMetaData(SessionToken session, EntityType type)
protected AttributeMetaData
ModelExplorerWebService. getAttributeMetaData(SessionToken session, EntityType type)
protected AttributeMetaData
ModelExplorerWebService. getAttributeMetaData(EntityType type)
-