summaryrefslogtreecommitdiff
path: root/src/main/idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/idl')
-rw-r--r--src/main/idl/CommonExceptions.idl2
-rw-r--r--src/main/idl/CommonTypes.idl2
-rw-r--r--src/main/idl/Entity.idl10
3 files changed, 7 insertions, 7 deletions
diff --git a/src/main/idl/CommonExceptions.idl b/src/main/idl/CommonExceptions.idl
index 88f2ef3..4fc443d 100644
--- a/src/main/idl/CommonExceptions.idl
+++ b/src/main/idl/CommonExceptions.idl
@@ -29,7 +29,7 @@
* @version $Revision: 1.6 $
*/
-#pragma prefix "c2kernel.com"
+#pragma prefix "org.cristalise.kernel"
module common
{
diff --git a/src/main/idl/CommonTypes.idl b/src/main/idl/CommonTypes.idl
index 8d17972..8d8f4ba 100644
--- a/src/main/idl/CommonTypes.idl
+++ b/src/main/idl/CommonTypes.idl
@@ -31,7 +31,7 @@
#include <CommonExceptions.idl>
-#pragma prefix "c2kernel.com"
+#pragma prefix "org.cristalise.kernel"
module common
{
diff --git a/src/main/idl/Entity.idl b/src/main/idl/Entity.idl
index ef2efbc..7aaae05 100644
--- a/src/main/idl/Entity.idl
+++ b/src/main/idl/Entity.idl
@@ -31,7 +31,7 @@
#include <CommonTypes.idl>
-#pragma prefix "c2kernel.com"
+#pragma prefix "org.cristalise.kernel"
module entity
{
@@ -53,7 +53,7 @@ module entity
/** Initialises a new Item. Initial properties and the lifecycle are supplied. They should come from the Item's description.
*
* @param agentKey the Agent doing the initialisation
- * @param itemProps The XML marshalled {@link com.c2kernel.Property.PropertyArrayList PropertyArrayList} containing the initial
+ * @param itemProps The XML marshalled {@link org.cristalise.kernel.Property.PropertyArrayList PropertyArrayList} containing the initial
* Property objects of the Item
* @param workflow The XML marshalled new lifecycle of the Item
* @param collection The XML marshalled CollectionArrayList of the initial state of the Item's collections
@@ -81,7 +81,7 @@ module entity
* <li><code>ViewPoint/{Schema name}/{Name}</code> <i>(Items only)</i>: A named pointer to the latest version of an Outcome, defined by the Activity.</li>
* <li><code>Job/{ID}</code> <i>(Agents only)</i>: A persistent Job, reflecting a request for execution of an Activity to this Agent. Not all roles create persistent Jobs like this, only those specifically flagged to do so.</li>
*
- * @see com.c2kernel.persistency.ClusterStorage#getPath
+ * @see org.cristalise.kernel.persistency.ClusterStorage#getPath
*
* @return The XML string of the data. All fragments except Outcomes will deserialize into objects with the kernel CastorXMLUtility available in the Gateway.
*
@@ -144,7 +144,7 @@ module entity
*
* @param agentKey The system key of the Agent requesting Jobs.
* @param filter If true, then only Activities which are currently active will be included.
- * @return An XML marshalled {@link com.c2kernel.entity.agent.JobArrayList JobArrayList}
+ * @return An XML marshalled {@link org.cristalise.kernel.entity.agent.JobArrayList JobArrayList}
* @throws AccessRightsException - when the Agent doesn't exist
* @throws ObjectNotFoundException - when the Item doesn't have a lifecycle
* @throws PersistencyException - when there was a storage or other unknown error
@@ -170,7 +170,7 @@ module entity
*
* @param itemKey the item which generated the jobs. The Agent should discard any existing jobs for that Item.
* @param stepPath the Activity within the lifecycle of the item which the jobs relate to
- * @param newJobs an XML marshalled {@link com.c2kernel.entity.agent.JobArrayList JobArrayList} containing the new Jobs
+ * @param newJobs an XML marshalled {@link org.cristalise.kernel.entity.agent.JobArrayList JobArrayList} containing the new Jobs
**/
void refreshJobList( in common::SystemKey itemKey,
in string stepPath,