summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/entity
AgeCommit message (Expand)Author
2014-05-16item.request returns the final outcome, which may be modified during theAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew Branson
2014-05-14Refactored Proxy update notification server into its own class andAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-11OutcomeInitiator interface to create initial states of outcomes if emptyAndrew Branson
2014-03-18getActPropString should return null when the property is null.Andrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
2014-01-29Removed Job.getAgentProxy() as it shouldn't be necessaryAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-12-09Return false from Transition.hasOutcome and hasScript if there areAndrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-09-30Javadoc on IDLsAndrew Branson
2013-07-15No need to store a POA in the locatorsAndrew Branson
2013-07-08Copy tree sub keys before notifying. Fixes #131Andrew Branson
2013-06-25Imply correct POA when calling getItem and getAgent, so other places canAndrew Branson
2013-06-20getWorkflow and getViewpoint utility methods in ItemProxyAndrew Branson
2013-06-18Suspend outcome validation fixedandrew
2013-06-14getCollection proxy API method.Andrew Branson
2013-06-06Check SchemaType for outcome requirement instead of VersionAndrew Branson
2013-05-31Make sure validator exists if outcome is null before script execution.Andrew Branson
2013-05-21Collect stale job IDs when refreshing joblist. Remove them after toAndrew Branson
2013-05-17CleanupAndrew Branson
2013-04-10added getSchema() method to Outcome to load schema xml.Andrew Branson
2013-02-27Catch wrong class of C2KLocalObject being fedAndrew Branson
2013-02-08Logging and exception cleanupAndrew Branson
2012-08-28Simplify execute method signatureAndrew Branson
2012-08-22Rename clashing parameter namesAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
2012-06-22getItem now works on any Path object, so it's compatible withAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson