Methods
Modifier and Type |
Method and Description |
void |
activateService(String serviceId) |
void |
addService(String serviceId,
ServiceProfile profile,
ServiceInstance instance,
Attribute[] attributes) |
void |
addServiceAs(String ownerUserId,
String serviceId,
ServiceProfile profile,
ServiceInstance instance,
Attribute[] attributes) |
void |
clear() |
void |
deactivateService(String serviceId) |
void |
deleteService(String serviceId) |
Invocation[] |
getExternalInvocations(String serviceId) |
Attribute[] |
getServiceAttributes(String serviceId,
String[] attributeNames) |
ServiceInstance |
getServiceInstance(String serviceId) |
ServiceProfile |
getServiceProfile(String serviceId) |
byte[] |
getServiceWsdl(String serviceId) |
boolean |
isServiceActive(String serviceId) |
CompositeServiceEntrySearchResult |
searchCompositeServices(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
ServiceEntrySearchResult |
searchServices(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
ServiceEntryWithCompactLanguageExpressionSearchResult |
searchServicesWithCompactLanguageExpression(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders,
Scope scope) |
void |
setServiceAttributes(String serviceId,
Attribute[] attributes) |
void |
setServiceInstance(String serviceId,
ServiceInstance instance) |
void |
setServiceProfile(String serviceId,
ServiceProfile profile) |