org.droolsjbpm.services.api
Interface KnowledgeDomainService
- All Known Implementing Classes:
- KnowledgeDomainServiceImpl
public interface KnowledgeDomainService
getAmountOfSessions
int getAmountOfSessions()
getSessionsNames
Collection<String> getSessionsNames()
getAvailableProcesses
Map<String,String> getAvailableProcesses()
getAvailableProcessesPaths
Map<String,String> getAvailableProcessesPaths()
createDomain
void createDomain()
newKieSession
int newKieSession(String groupId,
String artifactId,
String version,
String kbaseName,
String sessionName)
getSessionsByName
Map<Integer,KieSession> getSessionsByName(String ksessionName)
getProcessInSessionByName
String getProcessInSessionByName(String processDefId)
getSessionForProcessInstanceId
int getSessionForProcessInstanceId(long processInstanceId)
getSessionById
KieSession getSessionById(int sessionId)
getProcessAssetPath
String getProcessAssetPath(String processId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.