Package org.kie.kogito.index.storage
Class ModelDataIndexStorageService
java.lang.Object
org.kie.kogito.index.storage.ModelDataIndexStorageService
- All Implemented Interfaces:
DataIndexStorageService
@ApplicationScoped
public class ModelDataIndexStorageService
extends Object
implements DataIndexStorageService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.kogito.persistence.api.Storage<String,com.fasterxml.jackson.databind.node.ObjectNode> getDomainModelCache(String processId) getDomainModelCacheName(String processId) org.kie.kogito.persistence.api.Storage<ProcessDefinitionKey,ProcessDefinition> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.kogito.index.storage.DataIndexStorageService
capabilities
-
Constructor Details
-
ModelDataIndexStorageService
public ModelDataIndexStorageService()
-
-
Method Details
-
getProcessDefinitionStorage
public org.kie.kogito.persistence.api.Storage<ProcessDefinitionKey,ProcessDefinition> getProcessDefinitionStorage()- Specified by:
getProcessDefinitionStoragein interfaceDataIndexStorageService
-
getProcessInstanceStorage
- Specified by:
getProcessInstanceStoragein interfaceDataIndexStorageService
-
getUserTaskInstanceStorage
- Specified by:
getUserTaskInstanceStoragein interfaceDataIndexStorageService
-
getJobsStorage
- Specified by:
getJobsStoragein interfaceDataIndexStorageService
-
getDomainModelCache
public org.kie.kogito.persistence.api.Storage<String,com.fasterxml.jackson.databind.node.ObjectNode> getDomainModelCache(String processId) - Specified by:
getDomainModelCachein interfaceDataIndexStorageService
-
getDomainModelCacheName
- Specified by:
getDomainModelCacheNamein interfaceDataIndexStorageService
-
getProcessIdModelCache
- Specified by:
getProcessIdModelCachein interfaceDataIndexStorageService
-