summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
2014-05-14Resolved missing @Override warningsAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew Branson
2014-05-14Bug in cherry pick - create new DOM when there is no String outcomeAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-14Return that should have been a continue. NewItem imports were bailingAndrew Branson
2014-05-12Tweak locks to hopefully avoid deadlocks a bitAndrew Branson
2014-05-08Allow getDOM to return an empty Document if the outcome isn't set. ThenAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-16Don't use logger to report exceptions, in case the Logger didn't getAndrew Branson
2014-04-16XPath fixes, tests, and cleverer get and set FieldByXPathAndrew Branson
2014-04-14getClusterContents fixed for subtrees. Still has problems.Andrew Branson
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
2014-04-11ProxyLoader should return null when the object is not found on theAndrew Branson
2014-04-11Give Item name when NewItem import failsAndrew Branson
2014-04-11OutcomeInitiator interface to create initial states of outcomes if emptyAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
2014-04-09Improve property dumping, using Object.toString and giving the propertyAndrew Branson
2014-04-09Merge module properties as the loading order is established, so thatAndrew Branson
2014-04-09ResourceLoader.getModuleDefURLs interface method to allow theAndrew Branson
2014-04-09BadArgumentsException - more specific exception thrown by readC2KArgsAndrew Branson
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
2014-04-04When generating the next SystemKey in NextKeyManager, make sure thatAndrew Branson
2014-04-04AbstractMain with config file checking got lost from previous commit.Andrew Branson
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-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