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
Age
Commit message (
Expand
)
Author
2014-09-18
Hierarchical Roles. Fixes #199
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-16
item.request returns the final outcome, which may be modified during the
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-07-15
No need to store a POA in the locators
Andrew Branson
2013-06-25
Imply correct POA when calling getItem and getAgent, so other places can
Andrew Branson
2013-06-06
Check SchemaType for outcome requirement instead of Version
Andrew Branson
2013-05-21
Collect stale job IDs when refreshing joblist. Remove them after to
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-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson