summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel
AgeCommit message (Expand)Author
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-04-02Remove stray transitionId parameter from previous State Machine APIAndrew Branson
2014-03-31Outcome.setFieldByXPath (refs #167)Andrew Branson
2014-03-27RemoveDomainPath now checks if the DomainPath exists, is not a context,Andrew Branson
2014-03-21Set the class loader of the ScriptingEngine to the same as the ScriptAndrew Branson
2014-03-18getActPropString should return null when the property is null.Andrew Branson
2014-03-10More alignment with Agilium version.Andrew Branson
2014-03-06Module resources get a 'Module' property set when they belong to aAndrew Branson
2014-03-06ActivityDefs loaded from ActDefCache get a 'Version' property set withAndrew Branson
2014-03-06New methods in Outcome to support XPath queries to make extraction ofAndrew Branson
2014-03-06Type was being overridden with 'domain' if the CompositeActivity nameAndrew Branson
2014-03-06Fixes #166Andrew Branson
2014-03-06AddStepsFromDescription was never used, and probably shouldn't be. ItAndrew Branson
2014-03-06CompositeActivityDef.instanciate wasn't calling configureInstance, whichAndrew Branson
2014-02-27manage ipv6 localhost hostaddress ogattaz
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-02-21ClusterStorage property can now be an already instanciated ArrayList ofAndrew 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-29Removed Job.getAgentProxy() as it shouldn't be necessaryAndrew 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-10-18Javadoc for ClusterStorage constants.Andrew Branson
2013-09-30Javadoc on IDLsAndrew Branson
2013-09-20Pass c2kprops in as argument for ORB, so they can be overriddenAndrew Branson
2013-09-20Keep a History object in the Workflow to avoid recreating it on repeatedAndrew Branson
2013-09-20Synchronize on the hardCache, as it occasionally causes exceptions.Andrew Branson
2013-09-13Mail properties not relevantAndrew Branson
2013-09-03An exception should be thrown if no ClusterStorages are defined. ThisAndrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
2013-07-29new lookup search method that uses a PropertyDescriptionList to findAndrew 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-23Add schema details to eventAndrew Branson
2013-07-15No need to store a POA in the locatorsAndrew Branson
2013-07-15Slacken the module script return type to Object, so it doesn't complainAndrew Branson
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-07-11Log ProxyLoader queryData exceptionsAndrew Branson
2013-07-10CastorXMLUtility switched to recommended XMLContext. Should be fasterAndrew Branson
2013-07-09Better debugging:Andrew Branson
2013-07-08Copy tree sub keys before notifying. Fixes #131Andrew Branson
2013-06-27Fix for orb checkAndrew Branson
2013-06-27Cmdline parse fixAndrew Branson