summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/entity/agent/Job.java
AgeCommit message (Expand)Author
2014-10-02push after rebasejet
2014-09-26Switch Collection and Job equals() to Object rather than local. Andrew 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-15Add trim calls to ObjectProperties.getString() to discard any extraAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew 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-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-06-06Check SchemaType for outcome requirement instead of VersionAndrew Branson
2013-05-17CleanupAndrew Branson
2013-04-10added getSchema() method to Outcome to load schema xml.Andrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson