org.droolsjbpm.services.impl
Class KnowledgeDomainServiceImpl
java.lang.Object
org.droolsjbpm.services.impl.KnowledgeDomainServiceImpl
- All Implemented Interfaces:
- KnowledgeDomainService
@ApplicationScoped
public class KnowledgeDomainServiceImpl
- extends Object
- implements KnowledgeDomainService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeDomainServiceImpl
public KnowledgeDomainServiceImpl()
createDomain
@PostConstruct
public void createDomain()
- Specified by:
createDomain
in interface KnowledgeDomainService
getSessionsNames
public Collection<String> getSessionsNames()
- Specified by:
getSessionsNames
in interface KnowledgeDomainService
getAmountOfSessions
public int getAmountOfSessions()
- Specified by:
getAmountOfSessions
in interface KnowledgeDomainService
getAvailableProcesses
public Map<String,String> getAvailableProcesses()
- Specified by:
getAvailableProcesses
in interface KnowledgeDomainService
getAvailableProcessesPaths
public Map<String,String> getAvailableProcessesPaths()
- Specified by:
getAvailableProcessesPaths
in interface KnowledgeDomainService
getSessionsByName
public Map<Integer,KieSession> getSessionsByName(String ksessionName)
- Specified by:
getSessionsByName
in interface KnowledgeDomainService
getProcessInSessionByName
public String getProcessInSessionByName(String processDefId)
- Specified by:
getProcessInSessionByName
in interface KnowledgeDomainService
getSessionForProcessInstanceId
public int getSessionForProcessInstanceId(long processInstanceId)
- Specified by:
getSessionForProcessInstanceId
in interface KnowledgeDomainService
getSessionById
public KieSession getSessionById(int sessionId)
- Specified by:
getSessionById
in interface KnowledgeDomainService
newKieSession
public int newKieSession(String groupId,
String artifactId,
String version,
String kbaseName,
String sessionName)
- Specified by:
newKieSession
in interface KnowledgeDomainService
getProcessAssetPath
public String getProcessAssetPath(String processId)
- Specified by:
getProcessAssetPath
in interface KnowledgeDomainService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.