Class Property

java.lang.Object
org.cristalise.kernel.property.Property
All Implemented Interfaces:
C2KLocalObject

public class Property extends Object implements C2KLocalObject
  • Constructor Details

  • Method Details

    • getClusterType

      public ClusterType getClusterType()
      Description copied from interface: C2KLocalObject
      Each object belongs to a specific type defined in ClusterType
      Specified by:
      getClusterType in interface C2KLocalObject
      Returns:
      string id of the type
    • getClusterPath

      public String getClusterPath()
      Description copied from interface: C2KLocalObject
      Each C2KLocalObject is stored with a path identifier starting with the ClusterType:
      • DomainPath: /Path/Domain/Name
      • ItemPath: /Path/Item
      • AgentPath: /Path/Agent
      • RolePath: /Path/Role/Name
      • 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
      Specified by:
      getClusterPath in interface C2KLocalObject
      Returns:
      The path identifier (i.e. primary key) of the object
    • toString

      public String toString()
      Overrides:
      toString in class Object