public class CompositeServiceServiceImpl extends LangridServiceServiceImpl<CompositeServiceModel> implements CompositeServiceService
serviceGridId, userGridId, userId| Constructor and Description |
|---|
CompositeServiceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CompositeServiceModel obj) |
protected CompositeServiceModel |
createNewObject() |
void |
deleteById(String serviceId) |
void |
deleteInvocation(String serviceId,
List<Invocation> list) |
byte[] |
getBpel(String serviceId) |
File |
getDefinisionFileListZip(String serviceId) |
Invocation[] |
getInvocations(String serviceId) |
int |
getTotalCount(MatchingCondition[] conditions,
Scope scope) |
List<String> |
getWsdlNames(String serviceId) |
protected CompositeServiceModel |
makeServiceModel(Service service) |
protected Service |
setProperty(CompositeServiceModel model,
Service service) |
activate, addEndpoint, approveService, deactivate, delete, deleteEndpoint, edit, editEndpoint, get, getEndpointList, getLimitOverVerboseList, getLimitOverVerboseTotalCount, getList, getLogic, getOtherList, getStatisticsList, getStatisticsTotalCount, getVerboseList, getVerboseTotalCount, isActive, isExist, isExternalService, setScopeParametarclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, addEndpoint, approveService, deactivate, deleteEndpoint, editEndpoint, getEndpointList, getOtherList, isActive, isExternalServicedelete, edit, get, getList, isExist, setScopeParametarpublic CompositeServiceServiceImpl()
throws ServiceManagerException
ServiceManagerExceptionpublic final void add(CompositeServiceModel obj) throws ServiceManagerException
add in interface DataService<CompositeServiceModel>add in class LangridServiceServiceImpl<CompositeServiceModel>ServiceManagerExceptionprotected CompositeServiceModel createNewObject()
createNewObject in class LangridServiceServiceImpl<CompositeServiceModel>public void deleteById(String serviceId) throws ServiceManagerException
deleteById in interface LangridServiceService<CompositeServiceModel>deleteById in class LangridServiceServiceImpl<CompositeServiceModel>ServiceManagerExceptionpublic Invocation[] getInvocations(String serviceId) throws ServiceManagerException
getInvocations in interface CompositeServiceServiceServiceManagerExceptionpublic int getTotalCount(MatchingCondition[] conditions, Scope scope) throws ServiceManagerException
getTotalCount in interface DataService<CompositeServiceModel>getTotalCount in class LangridServiceServiceImpl<CompositeServiceModel>ServiceManagerExceptionpublic byte[] getBpel(String serviceId) throws ServiceManagerException
getBpel in interface CompositeServiceServiceServiceManagerExceptionpublic List<String> getWsdlNames(String serviceId) throws ServiceManagerException
getWsdlNames in interface CompositeServiceServiceServiceManagerExceptionpublic File getDefinisionFileListZip(String serviceId) throws ServiceManagerException
getDefinisionFileListZip in interface CompositeServiceServiceServiceManagerExceptionpublic void deleteInvocation(String serviceId, List<Invocation> list) throws ServiceManagerException
deleteInvocation in interface CompositeServiceServiceServiceManagerExceptionprotected CompositeServiceModel makeServiceModel(Service service) throws ServiceManagerException
makeServiceModel in class LangridServiceServiceImpl<CompositeServiceModel>ServiceManagerExceptionprotected Service setProperty(CompositeServiceModel model, Service service) throws ServiceManagerException
setProperty in class LangridServiceServiceImpl<CompositeServiceModel>ServiceManagerException