summaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/c2kernel/entity/C2KLocalObject.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/c2kernel/entity/C2KLocalObject.java b/src/main/java/com/c2kernel/entity/C2KLocalObject.java
index 445b44b..beee3ab 100644
--- a/src/main/java/com/c2kernel/entity/C2KLocalObject.java
+++ b/src/main/java/com/c2kernel/entity/C2KLocalObject.java
@@ -26,6 +26,7 @@ package com.c2kernel.entity;
* i.e. have a map file properly registered in the kernel. Domain implementors should not create new C2KLocalObjects
* <p>Each object will be stored as the path /clustertype/name in most cases. Exceptions are:
* <ul>
+ * <li>Collections - /Collection/Name/Version (default 'last')
* <li>Outcomes - /Outcome/SchemaType/SchemaVersion/EventId
* <li>Viewpoints - /ViewPoint/SchemaType/Name
* </ul>