public class ScopeDaoImpl extends HibernateDao implements ScopeDAO
ScopeDAO implementation._hobj, _sm| Constructor and Description |
|---|
ScopeDaoImpl(SessionManager sm,
HScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCorrelationSet() |
PartnerLinkDAO |
createPartnerLink(int modelId,
java.lang.String pLinkName,
java.lang.String myRole,
java.lang.String partnerRole) |
java.util.Collection<ScopeDAO> |
getChildScopes() |
java.util.Set<CorrelationSetDAO> |
getCorrelationDTOs() |
CorrelationSetDAO |
getCorrelationSet(java.lang.String corrSetName) |
java.util.Set<CorrelationSetDAO> |
getCorrelationSets() |
int |
getModelId() |
java.lang.String |
getName() |
ScopeDAO |
getParentScope() |
PartnerLinkDAO |
getPartnerLink(int plinkId) |
java.util.Collection<PartnerLinkDAO> |
getPartnerLinks() |
ProcessInstanceDAO |
getProcessInstance() |
java.lang.Long |
getScopeInstanceId() |
ScopeStateEnum |
getState() |
XmlDataDAO |
getVariable(java.lang.String varName) |
java.util.Collection<XmlDataDAO> |
getVariables() |
java.util.Set<XmlDataDAO> |
getVariablesDTOs() |
boolean |
isChildrenExist() |
boolean |
isParentExist() |
java.util.List<BpelEvent> |
listEvents() |
void |
setChildScopes(java.util.Collection<ScopeDAO> childrens) |
void |
setCorrelationSets(java.util.List<CorrelationSetDAO> correlationSet) |
void |
setState(ScopeStateEnum state) |
void |
setVariables(java.util.List<XmlDataDAO> variables) |
deleteByColumn, deleteByIds, equals, getDHandle, getHibernateObj, getId, getSession, hashCode, updatepublic ScopeDaoImpl(SessionManager sm, HScope scope)
public CorrelationSetDAO getCorrelationSet(java.lang.String corrSetName)
getCorrelationSet in interface ScopeDAOScopeDAO.getCorrelationSet(java.lang.String)public ScopeDAO getParentScope()
getParentScope in interface ScopeDAOScopeDAO.getParentScope()public ProcessInstanceDAO getProcessInstance()
getProcessInstance in interface ScopeDAOScopeDAO.getProcessInstance()public void setState(ScopeStateEnum state)
setState in interface ScopeDAOScopeDAO.setState(org.apache.ode.bpel.dao.ScopeStateEnum)public ScopeStateEnum getState()
getState in interface ScopeDAOScopeDAO.getState()public java.lang.String getName()
getName in interface ScopeDAOScopeDAO.getName()public XmlDataDAO getVariable(java.lang.String varName)
getVariable in interface ScopeDAOScopeDAO.getVariable(java.lang.String)public PartnerLinkDAO createPartnerLink(int modelId, java.lang.String pLinkName, java.lang.String myRole, java.lang.String partnerRole)
createPartnerLink in interface ScopeDAOpublic PartnerLinkDAO getPartnerLink(int plinkId)
getPartnerLink in interface ScopeDAOpublic java.util.Collection<PartnerLinkDAO> getPartnerLinks()
getPartnerLinks in interface ScopeDAOpublic boolean isParentExist()
isParentExist in interface ScopeDAOpublic java.util.Set<CorrelationSetDAO> getCorrelationDTOs()
getCorrelationDTOs in interface ScopeDAOpublic java.util.Set<XmlDataDAO> getVariablesDTOs()
getVariablesDTOs in interface ScopeDAOpublic void addCorrelationSet()
addCorrelationSet in interface ScopeDAOpublic java.lang.Long getScopeInstanceId()
getScopeInstanceId in interface ScopeDAOScopeDAO.getScopeInstanceId()public int getModelId()
getModelId in interface ScopeDAOScopeDAO.getModelId()public java.util.Set<CorrelationSetDAO> getCorrelationSets()
getCorrelationSets in interface ScopeDAOpublic void setCorrelationSets(java.util.List<CorrelationSetDAO> correlationSet)
setCorrelationSets in interface ScopeDAOpublic java.util.Collection<ScopeDAO> getChildScopes()
getChildScopes in interface ScopeDAOpublic void setChildScopes(java.util.Collection<ScopeDAO> childrens)
setChildScopes in interface ScopeDAOpublic boolean isChildrenExist()
isChildrenExist in interface ScopeDAOpublic java.util.Collection<XmlDataDAO> getVariables()
getVariables in interface ScopeDAOpublic void setVariables(java.util.List<XmlDataDAO> variables)
setVariables in interface ScopeDAOpublic java.util.List<BpelEvent> listEvents()
listEvents in interface ScopeDAOCopyright © 2021 WSO2. All Rights Reserved.