public interface IServiceIdentifier
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getNetworkNames()
Get the (security) network names.
|
IComponentIdentifier |
getProviderId()
Get the service provider identifier.
|
IResourceIdentifier |
getResourceIdentifier()
Get the resource identifier.
|
ServiceScope |
getScope()
Get the visibility scope.
|
java.lang.String |
getServiceName()
Get the service name.
|
ClassInfo[] |
getServiceSuperTypes()
Get the service super types.
|
ClassInfo |
getServiceType()
Get the service type name.
|
java.util.Set<java.lang.String> |
getTags()
Get the service tags.
|
boolean |
isUnrestricted()
Check if the service has unrestricted access.
|
IComponentIdentifier getProviderId()
java.lang.String getServiceName()
ClassInfo getServiceType()
ClassInfo[] getServiceSuperTypes()
IResourceIdentifier getResourceIdentifier()
ServiceScope getScope()
java.util.Set<java.lang.String> getNetworkNames()
boolean isUnrestricted()
java.util.Set<java.lang.String> getTags()