index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
entity
/
agent
/
Job.java
Age
Commit message (
Expand
)
Author
2014-09-26
Switch Collection and Job equals() to Object rather than local.
Andrew Branson
2014-09-22
ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both
Andrew Branson
2014-09-19
Introduced static method ItemPath.fromUUIDString and made the UUID
Andrew Branson
2014-09-15
Add trim calls to ObjectProperties.getString() to discard any extra
Andrew Branson
2014-09-09
Replaced int sysKey Item identifier with UUID, which is now portable.
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-14
Removed unnecessary ItemProxy casts after removal of EntityProxy
Andrew Branson
2014-05-08
Agent now extends Item, so they can have workflows. All traces of the
Andrew Branson
2014-04-11
OutcomeInitiator interface to create initial states of outcomes if empty
Andrew Branson
2014-03-18
getActPropString should return null when the property is null.
Andrew Branson
2014-02-26
Properties extended as ObjectProperties, which can return any Object,
Andrew Branson
2014-01-29
Removed Job.getAgentProxy() as it shouldn't be necessary
Andrew Branson
2013-12-09
Return false from Transition.hasOutcome and hasScript if there are
Andrew Branson
2013-11-18
3.0-SNAPSHOT (Will be first open source version)
Andrew Branson
2013-06-06
Check SchemaType for outcome requirement instead of Version
Andrew Branson
2013-05-17
Cleanup
Andrew Branson
2013-04-10
added getSchema() method to Outcome to load schema xml.
Andrew Branson
2012-07-12
Suspend transition now can carry an optional 'Errors' outcome where
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson