Package org.cristalise.kernel.utils
Class StateMachineCache
java.lang.Object
org.cristalise.kernel.utils.DescriptionObjectCache<StateMachine>
org.cristalise.kernel.utils.StateMachineCache
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
DescriptionObjectCache.CacheEntry<E extends DescriptionObject> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StateMachinebuildObject(String name, int version, ItemPath path, String data) protected Stringprotected Stringprotected StringMethods inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
get, get, invalidate, invalidate, invalidate, isBootResource, loadObject
-
Constructor Details
-
StateMachineCache
public StateMachineCache()
-
-
Method Details
-
getTypeCode
- Specified by:
getTypeCodein classDescriptionObjectCache<StateMachine>
-
getSchemaName
- Specified by:
getSchemaNamein classDescriptionObjectCache<StateMachine>
-
getTypeRoot
- Specified by:
getTypeRootin classDescriptionObjectCache<StateMachine>
-
buildObject
protected StateMachine buildObject(String name, int version, ItemPath path, String data) throws InvalidDataException - Specified by:
buildObjectin classDescriptionObjectCache<StateMachine>- Parameters:
name-version-path-data-- Returns:
- Throws:
InvalidDataException
-