public static interface IGovernanceServicePublisher.IUpdateServiceContext
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getPolicyURLs()
Returns a list of Policy URLs applied to this service.
|
java.lang.Object |
getService()
Returns the service to be updated.
|
void |
setIsUpdated(boolean val)
Sets flag indicating if service is updated.
|
java.util.List<java.lang.String> getPolicyURLs()
java.lang.Object getService()
void setIsUpdated(boolean val)
val
- Flag indicating if service is updated.