public interface CompositeServiceService extends LangridServiceService<CompositeServiceModel>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteInvocation(String serviceId,
List<Invocation> list) |
byte[] |
getBpel(String serviceId) |
File |
getDefinisionFileListZip(String serviceId) |
Invocation[] |
getInvocations(String serviceId) |
List<String> |
getWsdlNames(String serviceId) |
activate, addEndpoint, approveService, deactivate, deleteById, deleteEndpoint, editEndpoint, getEndpointList, getOtherList, isActive, isExternalServiceadd, delete, edit, get, getList, getTotalCount, isExist, setScopeParametarInvocation[] getInvocations(String serviceId) throws ServiceManagerException
ServiceManagerExceptionbyte[] getBpel(String serviceId) throws ServiceManagerException
ServiceManagerExceptionList<String> getWsdlNames(String serviceId) throws ServiceManagerException
ServiceManagerExceptionFile getDefinisionFileListZip(String serviceId) throws ServiceManagerException
ServiceManagerExceptionvoid deleteInvocation(String serviceId, List<Invocation> list) throws ServiceManagerException
ServiceManagerException