Uses of Class
com.attivio.sdk.token.ScopeInfo
-
Packages that use ScopeInfo Package Description com.attivio.sdk.token Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of ScopeInfo in com.attivio.sdk.token
Methods in com.attivio.sdk.token that return ScopeInfo Modifier and Type Method Description ScopeInfo
Position. getScopePostfix()
Get theScopeInfo
for all scope changes new for this position.ScopeInfo
Position. getScopePostfix(ScopeInfo reuse)
Advanced form ofPosition.getScopePrefix()
that supports reusingScopeInfo
instances.ScopeInfo
Position. getScopePrefix()
Get theScopeInfo
for all scope changes new for this position.ScopeInfo
Position. getScopePrefix(ScopeInfo reuse)
Advanced form ofPosition.getScopePrefix()
that supports reusingScopeInfo
instances.ScopeInfo
ScopeInfo. resetIteration()
Reset iteration.protected static ScopeInfo
ScopeInfo. reuse(ScopeInfo reuse, com.attivio.sdk.token.TokenList.Element head, com.attivio.sdk.token.TokenList.Element tail)
Get a scope info, reusing if possible.Methods in com.attivio.sdk.token with parameters of type ScopeInfo Modifier and Type Method Description ScopeInfo
Position. getScopePostfix(ScopeInfo reuse)
Advanced form ofPosition.getScopePrefix()
that supports reusingScopeInfo
instances.ScopeInfo
Position. getScopePrefix(ScopeInfo reuse)
Advanced form ofPosition.getScopePrefix()
that supports reusingScopeInfo
instances.protected static ScopeInfo
ScopeInfo. reuse(ScopeInfo reuse, com.attivio.sdk.token.TokenList.Element head, com.attivio.sdk.token.TokenList.Element tail)
Get a scope info, reusing if possible.
-