summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lifecycle/instance
AgeCommit message (Expand)Author
2014-09-26Various problems found by FindBugsAndrew Branson
2014-09-22ItemPath.fromUUIDString unnecessary as ItemPath(String) supports bothAndrew Branson
2014-09-19Introduced static method ItemPath.fromUUIDString and made the UUIDAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-17Server item predefined steps to manage roles. Fixes #200Andrew Branson
2014-09-16RemoveSlotFromCollection crashed if the currentChild parameter was notAndrew Branson
2014-09-15Rename DomainPath.setEntity to setItemPathAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28pull master devsogattaz
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-17Separate property, workflow and collection instantiation into separateAndrew Branson
2014-06-11Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew Branson
2014-06-05Moved old entitycreation package from the predefined step package to aAndrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-16item.request returns the final outcome, which may be modified during theAndrew Branson
2014-05-14Resolved missing @Override warningsAndrew Branson
2014-05-14Return that should have been a continue. NewItem imports were bailingAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-11Give Item name when NewItem import failsAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-03-27RemoveDomainPath now checks if the DomainPath exists, is not a context,Andrew Branson
2014-03-10More alignment with Agilium version.Andrew Branson
2014-03-06Type was being overridden with 'domain' if the CompositeActivity nameAndrew Branson
2014-03-06AddStepsFromDescription was never used, and probably shouldn't be. ItAndrew Branson
2014-02-13AddMemberToCollection now accepts a CastorHashMap of properties toAndrew Branson
2014-02-13New PredefinedStep: WriteViewpoint. Non-admin users may need to createAndrew Branson
2014-02-13Activity.runActivityLogic returns the Outcome, which it may modify. ThisAndrew Branson
2014-01-24Tweak Admin predef step restriction. Set correct activity property.Andrew Branson
2014-01-24Predefined steps that rewrite the workflow, manipulate collection slotsAndrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-12-09Password wasn't being redactedAndrew Branson
2013-12-09Return false from Transition.hasOutcome and hasScript if there areAndrew Branson
2013-12-05Add itemSysKey as a variable of the workflow during initialization.Andrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-09-20Keep a History object in the Workflow to avoid recreating it on repeatedAndrew Branson
2013-07-24SchemaVersion is actually a string property. Probably shouldn't beAndrew Branson
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew Branson
2013-06-18Report exception properly in CreateItemFromDescriptionAndrew Branson
2013-06-18Errors were not stored when submitted to activities with no outcomeAndrew Branson
2013-06-14Domain workflow CompositeActivity must be called 'domain'.Andrew Branson
2013-06-13Escape DNs in Path, so special characters can be used in PathAndrew Branson
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
2013-03-27Olivier's fix for advancement!Andrew Branson
2013-02-04Write Import outcomes directly to storage.Andrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson