| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectManager<? extends Storable>> |
ObjectManagerFactoryHB.objectManagersBeans |
| Modifier and Type | Method and Description |
|---|---|
<U extends Storable> |
ObjectManagerFactoryHB.getManager(Class<U> clazz) |
<U extends Storable> |
ManagerFactory.getManager(Class<U> clazz) |
<U extends Storable> |
ObjectManagerFactoryHB.getManager(com.google.common.reflect.TypeToken<U> storable) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectManager<? extends Storable>> |
ObjectManagerFactoryHB.getObjectManagersBeans() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectManagerFactoryHB.register(Class<? extends Storable> clazz,
ObjectManager manager) |
void |
ManagerFactory.register(Class<? extends Storable> clazz,
ObjectManager manager) |
void |
ObjectManagerFactoryHB.setObjectManagersBeans(List<ObjectManager<? extends Storable>> objectManagersBeans) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectManager<T extends Storable,V extends T> |
protected static class |
AbstractObjectManager.RootRepositoryWrapper<T extends Storable> |
interface |
ObjectManager<T extends Storable> |
| Modifier and Type | Method and Description |
|---|---|
Storable |
ObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
Storable |
AbstractObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
ObjectManager.acceptsTo(Storable storable) |
String |
AbstractObjectManager.acceptsTo(Storable storable) |
void |
ObjectManager.additionalMoveActions(Storable object,
String sessionId) |
void |
AbstractObjectManager.additionalMoveActions(Storable storable,
String sessionId) |
void |
AbstractObjectManager.afterDelete(Storable object) |
default void |
StorableInFolderObjectManager.afterDeleteFromFolder(Storable object)
Default action after deleting object:
- remove object from parent folder's child objects collection.
|
boolean |
ObjectManager.contains(Storable object) |
boolean |
AbstractObjectManager.contains(Storable object)
Check if entityManager objects collection contains the object or not.
|
Storable |
ObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
Storable |
AbstractObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
T |
ObjectManager.create(Storable parent) |
T |
AbstractObjectManager.create(Storable parent) |
T |
ObjectManager.create(Storable parent,
String type) |
T |
AbstractObjectManager.create(Storable parent,
String type) |
T |
ObjectManager.create(Storable parent,
String type,
Map parameters) |
T |
AbstractObjectManager.create(Storable parent,
String type,
Map parameters) |
T |
ObjectManager.create(Storable parent,
String name,
String type) |
T |
AbstractObjectManager.create(Storable parent,
String name,
String type) |
T |
ObjectManager.create(Storable parent,
String name,
String type,
String description) |
T |
AbstractObjectManager.create(Storable parent,
String name,
String type,
String description) |
T |
ObjectManager.create(Storable parent,
String name,
String type,
String description,
List<String> labels) |
T |
AbstractObjectManager.create(Storable parent,
String name,
String type,
String description,
List<String> labels) |
void |
ObjectManager.evict(Storable object) |
void |
AbstractObjectManager.evict(Storable object) |
Map<String,List<BigInteger>> |
ObjectManager.findImportantChildren(Storable storable) |
Map<String,List<BigInteger>> |
AbstractObjectManager.findImportantChildren(Storable storable)
Find so-called 'important children' for the storable object.
|
Collection<UsageInfo> |
ObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
AbstractObjectManager.findUsages(Storable storable)
Find usages for the storable object.
|
Collection<? extends T> |
ObjectManager.getByParentAndName(Storable parent,
String name) |
Collection<? extends T> |
AbstractObjectManager.getByParentAndName(Storable parent,
String name) |
void |
ObjectManager.move(Storable dst,
Storable obj,
String sessionId) |
void |
AbstractObjectManager.move(Storable dst,
Storable obj,
String sessionId) |
Collection<UsageInfo> |
ObjectManager.remove(Storable object,
boolean force) |
Collection<UsageInfo> |
AbstractObjectManager.remove(Storable object,
boolean force) |
void |
ObjectManager.replicate(Storable object) |
void |
AbstractObjectManager.replicate(Storable object)
Replicate (add new or update existing) object.
|
void |
ObjectManager.store(Storable object) |
void |
AbstractObjectManager.store(Storable storable) |
void |
InstanceManager.storeInNestedTransaction(Storable object) |
void |
ObjectManager.update(Storable object) |
void |
AbstractObjectManager.update(Storable object)
Update object.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractObjectManager.addToUsages(Collection<UsageInfo> collection,
String propertyName,
Iterable<? extends Storable> referers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BvCaseContainingObjectManager<T extends Storable> |
interface |
ByProject<T extends Storable> |
interface |
NativeManager<T extends Storable> |
interface |
ObjectCreationByTypeManager<T extends Storable> |
interface |
SearchByParameterAndProjectIdManager<T extends Storable> |
interface |
SearchByProjectIdManager<T extends Storable> |
interface |
SearchByUrlAndProjectIdManager<T extends Storable> |
interface |
SearchManager<T extends Storable> |
| Modifier and Type | Method and Description |
|---|---|
Storable |
NativeManager.getChildByClass(T parent,
Class childrenClass,
Object... param) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Storable> |
NativeManager.getChildrenByClass(T parent,
Class childrenClass,
Object... param) |
| Modifier and Type | Method and Description |
|---|---|
T |
ObjectCreationByTypeManager.create(Storable parent,
String name,
String type,
Map parameters) |
| Modifier and Type | Method and Description |
|---|---|
Storable |
FolderObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
Storable |
InboundTransportConfigurationObjectManager.getChildByClass(InboundTransportConfiguration parent,
Class childrenClass,
Object... param) |
Storable |
SystemObjectManager.getChildByClass(System parent,
Class childrenClass,
Object... param) |
Storable |
TemplateObjectManager.getChildByClass(T parent,
Class childrenClass,
Object... param) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Storable> |
InboundTransportConfigurationObjectManager.getChildrenByClass(InboundTransportConfiguration parent,
Class childrenClass,
Object... param) |
Collection<? extends Storable> |
SystemObjectManager.getChildrenByClass(System parent,
Class childrenClass,
Object... param) |
Collection<? extends Storable> |
TemplateObjectManager.getChildrenByClass(T parent,
Class childrenClass,
Object... param)
Find child transport configurations under template,
with extra condition on transport type (if given).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SituationObjectManager.additionalMoveActions(Storable situationObj,
String sessionId) |
void |
OperationObjectManager.additionalMoveActions(Storable operation,
String sessionId) |
void |
EnvironmentObjectManager.afterDelete(Storable object) |
void |
SystemObjectManager.afterDelete(Storable object) |
void |
CallChainObjectManager.afterDelete(Storable object) |
void |
OperationObjectManager.afterDelete(Storable object) |
void |
FolderObjectManager.afterDelete(Storable object) |
void |
StepObjectManager.afterDelete(Storable object) |
void |
TransportConfigurationObjectManager.afterDelete(Storable object) |
void |
IntegrationConfigObjectManager.afterDelete(Storable object) |
void |
ServerObjectManager.afterDelete(Storable object) |
Storable |
FolderObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
T |
ParsingRuleObjectManager.create(Storable parent) |
Server |
ServerObjectManager.create(Storable parent) |
T |
EventTriggerObjectManager.create(Storable parent,
String type) |
Step |
StepObjectManager.create(Storable parent,
String type) |
IntegrationConfig |
IntegrationConfigObjectManager.create(Storable parent,
String type) |
T |
ParsingRuleObjectManager.create(Storable parent,
String type,
Map parameters) |
Counter |
CounterObjectManager.create(Storable parent,
String type,
Map parameters) |
StubProject |
StubProjectObjectManager.create(Storable parent,
String type,
Map parameters) |
Folder |
FolderObjectManager.create(Storable parent,
String name,
String type) |
TransportConfiguration |
TransportConfigurationObjectManager.create(Storable system,
String name,
String type,
Map parameters)
create method.
|
IntegrationConfig |
IntegrationConfigObjectManager.create(Storable parent,
String name,
String type,
Map parameters) |
Map<String,List<BigInteger>> |
SystemObjectManager.findImportantChildren(Storable storable)
Find so-called 'important children' for the System object.
|
Map<String,List<BigInteger>> |
OperationObjectManager.findImportantChildren(Storable storable)
Find so-called 'important children' for the Operation object.
|
Map<String,List<BigInteger>> |
TransportConfigurationObjectManager.findImportantChildren(Storable storable)
Find so-called 'important children' for the Server object.
|
Map<String,List<BigInteger>> |
ServerObjectManager.findImportantChildren(Storable storable)
Find so-called 'important children' for the Server object.
|
Collection<UsageInfo> |
SystemObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
SituationObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
CallChainObjectManager.findUsages(Storable storable)
Find usages of storable object.
|
Collection<UsageInfo> |
OperationObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
TransportConfigurationObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
ServerObjectManager.findUsages(Storable storable) |
Collection<UsageInfo> |
TemplateObjectManager.findUsages(Storable storable) |
List<Map<String,Object>> |
TemplateObjectManager.findUsagesOnOutboundDiameterConfiguration(Storable storable)
Find usages of storable (template) by Id in diamerer transport configurations
under Env/Outbounds sections of the project (by projectId).
|
Collection<UsageInfo> |
SituationObjectManager.remove(Storable object,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
Storable |
TcContextObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
TcContextObjectManager.acceptsTo(Storable storable) |
Storable |
TcContextObjectManager.copy(Storable dst,
Storable obj,
String projectId,
String sessionId) |
AbstractInstance |
AbstractInstanceObjectManager.create(Storable parent,
String type,
Map parameters) |
TcContext |
TcContextObjectManager.create(Storable parent,
String type,
Map parameters) |
void |
TcContextObjectManager.move(Storable dst,
Storable obj,
String sessionId) |
void |
TcContextObjectManager.store(Storable storable) |
void |
AbstractInstanceObjectManager.storeInNestedTransaction(Storable storable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootRepository<T extends Storable> |
interface |
SearchRepository<T extends Storable> |
interface |
StorableRepository<T extends Storable> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Labeled |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfiguration<T,V> |
class |
LabeledStorable |
| Modifier and Type | Method and Description |
|---|---|
Storable |
Storable.copy(Storable newParent) |
Storable |
Storable.findRootObject(BigInteger projectId) |
Storable |
Storable.getExtendsParameters() |
Storable |
Storable.getParent() |
Storable |
Storable.returnSimpleParent() |
| Modifier and Type | Method and Description |
|---|---|
Storable |
Storable.copy(Storable newParent) |
void |
Storable.move(Storable newParent) |
void |
Storable.setParent(Storable parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StepContainer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Counter |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSetList |
interface |
DataSetListsSource |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EciConfigurable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEciConfigurable |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendableImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
CallChain |
| Constructor and Description |
|---|
CallChain(Storable parent)
TODO: Add JavaDoc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceContext |
class |
JsonStorable |
class |
SpContext |
class |
TcContext |
class |
TcContextBriefInfo |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QJsonStorable.extendsParameters |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QTcContext.extendsParameters |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QInstanceContext.extendsParameters |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QSpContext.extendsParameters |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QJsonStorable.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QTcContext.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QInstanceContext.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QSpContext.parent |
| Modifier and Type | Method and Description |
|---|---|
Storable |
JsonStorable.copy(Storable newParent) |
Storable |
JsonStorable.findRootObject(BigInteger projectId) |
Storable |
JsonStorable.getExtendsParameters() |
Storable |
JsonStorable.getParent() |
Storable |
JsonStorable.returnSimpleParent() |
| Modifier and Type | Method and Description |
|---|---|
Storable |
JsonStorable.copy(Storable newParent) |
void |
JsonStorable.move(Storable newParent) |
void |
JsonStorable.setParent(Storable parent) |
| Constructor and Description |
|---|
TcContext(Storable parent,
Map parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
Environment |
class |
InboundTransportConfiguration |
class |
OutboundTransportConfiguration |
class |
TriggerConfiguration |
| Constructor and Description |
|---|
Environment(Storable parent)
Constructor of a new Environment under given parent.
|
TriggerConfiguration(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
Folder<T extends Storable> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainFolder |
class |
DsListFolder |
class |
EnvFolder |
class |
Folder<T extends Storable> |
class |
ServerFolder |
class |
SystemFolder |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.CollectionPath<Folder<? extends Storable>,QFolder> |
QServerFolder.fullPath |
com.querydsl.core.types.dsl.CollectionPath<Folder<? extends Storable>,QFolder> |
QFolder.fullPath |
com.querydsl.core.types.dsl.CollectionPath<Folder<? extends Storable>,QFolder> |
QSystemFolder.fullPath |
com.querydsl.core.types.dsl.CollectionPath<Folder<? extends Storable>,QFolder> |
QEnvFolder.fullPath |
com.querydsl.core.types.dsl.CollectionPath<Folder<? extends Storable>,QFolder> |
QChainFolder.fullPath |
com.querydsl.core.types.dsl.SimplePath<Class<? extends Storable>> |
QFolder.genericType |
com.querydsl.core.types.dsl.ListPath<Storable,com.querydsl.core.types.dsl.SimplePath<Storable>> |
QFolder.objects |
com.querydsl.core.types.dsl.ListPath<Storable,com.querydsl.core.types.dsl.SimplePath<Storable>> |
QFolder.objects |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QServerFolder.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QFolder.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QSystemFolder.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QEnvFolder.parent |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QChainFolder.parent |
| Modifier and Type | Method and Description |
|---|---|
<S extends Storable> |
Folder.of(Class<S> objectType)
TODO: Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
Storable |
Folder.findRootObject(BigInteger projectId) |
Storable |
Folder.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Folder.setParent(Storable parent) |
| Constructor and Description |
|---|
ChainFolder(Storable parent) |
DsListFolder(Storable parent) |
EnvFolder(Storable parent) |
ServerFolder(Storable parent) |
SystemFolder(Storable parent) |
| Constructor and Description |
|---|
QFolder(Class<? extends Folder<? extends Storable>> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContainerInstance |
class |
AbstractInstance |
class |
SituationInstance |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QSituationInstance.source |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QAbstractContainerInstance.source |
com.querydsl.core.types.dsl.SimplePath<Storable> |
QAbstractInstance.source |
| Modifier and Type | Method and Description |
|---|---|
Storable |
SituationInstance.getSource() |
abstract Storable |
AbstractInstance.getSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
CallChainInstance |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QCallChainInstance.source |
| Modifier and Type | Method and Description |
|---|---|
Storable |
CallChainInstance.getSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
StepInstance |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QStepInstance.source |
| Modifier and Type | Method and Description |
|---|---|
Storable |
StepInstance.getSource() |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicabilityParams |
class |
InterceptorParams |
class |
TemplateInterceptor |
class |
TransportConfigurationInterceptor |
| Constructor and Description |
|---|
ApplicabilityParams(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
Message |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParsingRule<T extends ParsingRuleProvider> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParsingRule<T extends ParsingRuleProvider> |
class |
MessageParameter |
class |
OperationParsingRule |
class |
SystemParsingRule |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QMessageParameter.parent |
| Constructor and Description |
|---|
OperationParsingRule(Storable parent) |
SystemParsingRule(Storable parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Template<T extends TemplateProvider> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplate<T extends TemplateProvider> |
class |
OperationTemplate |
class |
SystemTemplate |
| Constructor and Description |
|---|
OperationTemplate(Storable parent) |
SystemTemplate(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrationConfig |
class |
StubProject |
| Modifier and Type | Method and Description |
|---|---|
Storable |
StubProject.findRootObject(BigInteger projectId) |
| Constructor and Description |
|---|
IntegrationConfig(Storable parent,
Map parameters)
IntegrationConfig constructor using parent project and parameters Map.
|
IntegrationConfig(Storable parent,
String name,
String type)
IntegrationConfig constructor using parent project, name and type of config.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkCollectorConfiguration |
| Constructor and Description |
|---|
LinkCollectorConfiguration(Storable parent,
Map parameters)
Constructor using parent and Map of parameters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Server |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerHB |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QServerHB.parent |
| Modifier and Type | Method and Description |
|---|---|
Storable |
ServerHB.getParent() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Step |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallChainStep |
class |
AbstractStep |
class |
EmbeddedStep |
class |
IntegrationStep |
class |
SituationStep |
| Constructor and Description |
|---|
EmbeddedStep(Storable parent) |
IntegrationStep(Storable parent) |
SituationStep(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStorable |
| Modifier and Type | Method and Description |
|---|---|
Storable |
AbstractStorable.copy(Storable newParent) |
Storable |
AbstractStorable.findRootObject(BigInteger projectId) |
Storable |
AbstractStorable.getExtendsParameters() |
Storable |
AbstractStorable.getParent() |
Storable |
AbstractStorable.returnSimpleParent() |
| Modifier and Type | Method and Description |
|---|---|
Storable |
AbstractStorable.copy(Storable newParent) |
void |
AbstractStorable.move(Storable newParent) |
void |
AbstractStorable.setParent(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
System |
| Constructor and Description |
|---|
System(Storable parent)
Constructor from parent.
|
System(Storable parent,
String name,
String type,
String description,
List<String> labels)
Constructor from parent and visual primitive attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Operation |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SimplePath<Storable> |
QOperation.extendsParameters |
| Modifier and Type | Method and Description |
|---|---|
Storable |
Operation.getExtendsParameters() |
Storable |
Operation.returnSimpleParent()
TODO: Add JavaDoc.
|
| Constructor and Description |
|---|
Operation(Storable parent)
Constructor for Operation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventTrigger |
| Modifier and Type | Class and Description |
|---|---|
class |
EventTriggerImpl |
class |
OperationEventTrigger |
class |
Situation |
class |
SituationEventTrigger |
| Modifier and Type | Method and Description |
|---|---|
Storable |
EventTrigger.getParent() |
Storable |
Situation.returnSimpleParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventTrigger.setParent(Storable parent) |
| Constructor and Description |
|---|
Situation(Storable parent)
Constructor from parent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundTemplateTransportConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundTemplateTransportConfiguration.setParent(Storable parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
Configuration |
class |
EciConfiguration |
class |
TransportConfiguration |
| Constructor and Description |
|---|
TransportConfiguration(Storable parent,
Map parameters)
Constructor from parent and map of parameters.
|
TransportConfiguration(Storable parent,
String name,
String type)
Constructor from parent, name and type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpgradeHistory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
ByConstantKeyDefinition |
class |
BySingleParamKeyDefinition |
class |
ByTemplateKeyDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectSettings |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeysRegeneratable |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestCase |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestCase |
| Modifier and Type | Method and Description |
|---|---|
Storable[] |
UsageInfo.getPath()
TODO: Add JavaDoc.
|
Storable |
UsageInfo.getReferer() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageInfo.setReferer(Storable referer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleParsingRule |
| Modifier and Type | Method and Description |
|---|---|
Storable |
SimpleParsingRule.getExtendsParameters() |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<? extends Storable>> |
EiConstants.importMapping |
| Modifier and Type | Method and Description |
|---|---|
Storable |
StorableCopier.copy(Storable storable,
Storable destination,
String projectId,
String prefix)
Copy from storable to destination.
|
Storable |
OriginalCopyMap.get(Object key,
Object originalId) |
| Modifier and Type | Method and Description |
|---|---|
Storable |
StorableCopier.copy(Storable storable,
Storable destination,
String projectId,
String prefix)
Copy from storable to destination.
|
void |
OriginalCopyMap.put(Object key,
Object originalId,
Storable copy)
TODO: Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
Storable |
ItfTransactionSynchAdapter.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItfTransactionSynchAdapter.setObject(Storable object) |
| Constructor and Description |
|---|
ItfTransactionSynchAdapter(Storable object) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Class<? extends Storable>> |
ImportMappingResolver.getImportMapping() |
| Modifier and Type | Method and Description |
|---|---|
Storable |
ImportedDataCache.deserialize(com.fasterxml.jackson.core.JsonParser p,
BigInteger sessionId)
Deserialize storable identified by 'id' treeNode.
|
Storable |
ImportedDataCache.getById(BigInteger id) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Storable> |
ImportedDataCache.getAll()
Populate and return array of all imported objects from importedDataCache.
|
ArrayList<Storable> |
ImportedDataCache.getStorablesByClassName(String className)
Populate and return array of imported objects from importedDataCache for className parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportedDataCache.put(BigInteger storableId,
Storable storable) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdSerializer.serialize(Storable storable,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdsListSerializer.serialize(Collection<Storable> storables,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
StorablesMapSerializer.serialize(Map<Storable,Storable> storablesMap,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
void |
StorablesMapSerializer.serialize(Map<Storable,Storable> storablesMap,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
void |
IdsListSerializer.serializeWithType(Collection<Storable> storables,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EngineControlIntegration.isExist(Storable storable,
IntegrationConfig integrationConf,
Map<String,String> properties,
BigInteger projectId) |
static String |
TemplateEngineFactory.process(Storable owner,
String someString,
JsonContext context) |
String |
TemplateEngine.process(Storable owner,
String someString,
JsonContext context) |
static String |
TemplateEngineFactory.process(Storable owner,
String someString,
JsonContext context,
String coords) |
String |
TemplateEngine.process(Storable owner,
String someString,
JsonContext context,
String coords) |
| Modifier and Type | Method and Description |
|---|---|
String |
TemplateEngine.process(Map<String,Storable> storables,
String someString,
JsonContext context) |
String |
TemplateEngine.process(Map<String,Storable> storables,
String someString,
JsonContext context,
String coords) |
| Modifier and Type | Method and Description |
|---|---|
Object |
UuidIdGenerator.getId(Class<? extends Storable> clazz) |
static Object |
IdGenerator.getId(Class<? extends Storable> clazz) |
Object |
NullIdGenerator.getId(Class<? extends Storable> clazz) |
Object |
IdGeneratorInterface.getId(Class<? extends Storable> clazz) |
Object |
CounterIdGenerator.getId(Class<? extends Storable> clazz) |
Object |
BinaryIdGenerator.getId(Class<? extends Storable> clazz) |
void |
UuidIdGenerator.setStartFrom(Object id,
Class<? extends Storable> clazz) |
static void |
IdGenerator.setStartFrom(Object id,
Class<? extends Storable> clazz) |
void |
NullIdGenerator.setStartFrom(Object id,
Class<? extends Storable> clazz) |
void |
IdGeneratorInterface.setStartFrom(Object id,
Class<? extends Storable> clazz) |
void |
CounterIdGenerator.setStartFrom(Object id,
Class<? extends Storable> clazz)
TODO: Add JavaDoc.
|
void |
BinaryIdGenerator.setStartFrom(Object id,
Class<? extends Storable> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Storable> |
IPrefixFactory.getClassByPrefix(Object prefix) |
static Class<? extends Storable> |
PrefixGenerator.getClassByPrefix(Object prefix) |
Class<? extends Storable> |
StringPrefixFactory.getClassByPrefix(Object prefix) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IPrefixFactory.getPrefix(Storable object)
getPrefix method.
|
static Object |
PrefixGenerator.getPrefix(Storable object) |
Object |
StringPrefixFactory.getPrefix(Storable object) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IPrefixFactory.getPrefix(Class<? extends Storable> clazz)
getPrefix method.
|
static Object |
PrefixGenerator.getPrefix(Class<? extends Storable> clazz) |
Object |
StringPrefixFactory.getPrefix(Class<? extends Storable> clazz) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Storable> |
Comparators.NAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
KeyHelper.defineKey(String macro,
InstanceContext context,
Storable parent) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StorableUtils.containsId(Collection<Storable> collection,
Object id)
TODO: Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends Storable> |
CoreObjectManager.getManager(Class<U> clazz) |
<U extends Storable> |
CoreObjectManagerService.getManager(Class<U> clazz) |
<U extends Storable,T extends ObjectManager<U>> |
CoreObjectManager.getSpecialManager(Class<U> clazz,
Class<T> toCast)
TODO: Add JavaDoc.
|
<U extends Storable,T extends ObjectManager<U>> |
CoreObjectManagerService.getSpecialManager(Class<U> clazz,
Class<T> toCast)
TODO: Add JavaDoc.
|
static <U extends Storable> |
CoreObjectManager.managerFor(Class<U> clazz) |
<U extends Storable> |
CoreObjectManagerService.managerFor(Class<U> clazz) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterceptorProvider |
interface |
KeyDefinitionProvider |
interface |
ParsingRuleProvider |
interface |
TemplateProvider |
Copyright © 2025. All rights reserved.