org.jbpm.console.ng.bd.backend.server
Class DomainManagerServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.bd.backend.server.DomainManagerServiceEntryPointImpl
- All Implemented Interfaces:
- DomainManagerServiceEntryPoint
@ApplicationScoped
public class DomainManagerServiceEntryPointImpl
- extends Object
- implements DomainManagerServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainManagerServiceEntryPointImpl
public DomainManagerServiceEntryPointImpl()
getAllOrganizations
public List<OrganizationSummary> getAllOrganizations()
- Specified by:
getAllOrganizations in interface DomainManagerServiceEntryPoint
removeOrganization
public void removeOrganization(long organizationId)
- Specified by:
removeOrganization in interface DomainManagerServiceEntryPoint
getOrganizationById
public OrganizationSummary getOrganizationById(long organizationId)
- Specified by:
getOrganizationById in interface DomainManagerServiceEntryPoint
getDomainById
public DomainSummary getDomainById(long domainId)
- Specified by:
getDomainById in interface DomainManagerServiceEntryPoint
getAllDomains
public List<DomainSummary> getAllDomains()
- Specified by:
getAllDomains in interface DomainManagerServiceEntryPoint
getAllDomainsByOrganization
public List<DomainSummary> getAllDomainsByOrganization(long organizationId)
- Specified by:
getAllDomainsByOrganization in interface DomainManagerServiceEntryPoint
getDomainByName
public DomainSummary getDomainByName(String domainName)
- Specified by:
getDomainByName in interface DomainManagerServiceEntryPoint
removeDomain
public void removeDomain(long domainId)
- Specified by:
removeDomain in interface DomainManagerServiceEntryPoint
initOrganization
public void initOrganization(long organizationId)
- Specified by:
initOrganization in interface DomainManagerServiceEntryPoint
initDomain
public void initDomain(long domainId)
- Specified by:
initDomain in interface DomainManagerServiceEntryPoint
newOrganization
public long newOrganization(OrganizationSummary organizationSummary)
- Specified by:
newOrganization in interface DomainManagerServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.