From 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 7 Oct 2014 09:18:11 +0200 Subject: Repackage to org.cristalise --- src/main/idl/CommonExceptions.idl | 2 +- src/main/idl/CommonTypes.idl | 2 +- src/main/idl/Entity.idl | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main/idl') 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 -#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 -#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 *
  • ViewPoint/{Schema name}/{Name} (Items only): A named pointer to the latest version of an Outcome, defined by the Activity.
  • *
  • Job/{ID} (Agents only): 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.
  • * - * @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, -- cgit v1.2.3