Class ServiceClientFactory
- java.lang.Object
-
- cern.nxcals.api.extraction.metadata.ServiceClientFactory
-
public final class ServiceClientFactory extends java.lang.Object
Public API to access NXCALS Meta-Services.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityChangelogService
createEntityChangelogService()
static EntitySchemaService
createEntitySchemaService()
static EntityService
createEntityService()
static GroupService
createGroupService()
static HierarchyChangelogService
createHierarchyChangelogService()
static HierarchyService
createHierarchyService()
static HierarchyVariablesChangelogService
createHierarchyVariablesChangelogService()
static SystemSpecService
createSystemSpecService()
static VariableChangelogService
createVariableChangelogService()
static VariableConfigChangelogService
createVariableConfigChangelogService()
static VariableService
createVariableService()
-
-
-
Method Detail
-
createEntitySchemaService
public static EntitySchemaService createEntitySchemaService()
- Returns:
- Only instance of
EntitySchemaService
.
-
createEntityService
public static EntityService createEntityService()
- Returns:
- Only instance of
EntityService
.
-
createSystemSpecService
public static SystemSpecService createSystemSpecService()
- Returns:
- Only instance of
SystemSpecService
.
-
createGroupService
public static GroupService createGroupService()
- Returns:
- Only instance of
GroupService
.
-
createVariableService
public static VariableService createVariableService()
- Returns:
- Only instance of
VariableService
.
-
createHierarchyService
public static HierarchyService createHierarchyService()
- Returns:
- Only instance of
HierarchyService
.
-
createHierarchyChangelogService
public static HierarchyChangelogService createHierarchyChangelogService()
- Returns:
- Only instance of
HierarchyChangelogService
.
-
createHierarchyVariablesChangelogService
public static HierarchyVariablesChangelogService createHierarchyVariablesChangelogService()
- Returns:
- Only instance of
HierarchyVariablesChangelogService
.
-
createVariableChangelogService
public static VariableChangelogService createVariableChangelogService()
- Returns:
- Only instance of
VariableChangelogService
.
-
createVariableConfigChangelogService
public static VariableConfigChangelogService createVariableConfigChangelogService()
- Returns:
- Only instance of
VariableConfigChangelogService
.
-
createEntityChangelogService
public static EntityChangelogService createEntityChangelogService()
-
-