public interface C2KLocalObject
ClusterStorage,
ClusterStorageManager| Modifier and Type | Method and Description |
|---|---|
static void |
enforceValidName(String name)
Use this method to ensure very strict name policy
|
String |
getClusterPath()
Each C2KLocalObject is stored with a path identifier starting with the ClusterType:
Properties: /Property/Name
Workflow: /LifeCycle/workflow
Collections: /Collection/Name/Version (default Name='last')
Outcomes: /Outcome/SchemaName/SchemaVersion/EventID
Viewpoints: /ViewPoint/SchemaName/Name (default Name='last')
Events: /AuditTrail/EventID
Jobs: /Job/JobID
|
ClusterType |
getClusterType()
Each object belongs to a specific type defined in
ClusterType |
String |
getName()
Gets the name of the C2KLocalObject
|
void |
setName(String name)
Sets the name of the C2KLocalObject
|
void setName(String name)
name - Name of the C2KLocalObjectString getName()
ClusterType getClusterType()
ClusterTypeString getClusterPath()
static void enforceValidName(String name)
name - to be checkedIllegalArgumentException - name must be alphanumeric with '_-:~' charactersCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.