public interface InstanceLevelPermissionSetUpdate
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOperation()
Returns the operation associated with the permission set update (ADD/REMOVE).
|
InstanceLevelPermissionEntry |
getPermissionEntry()
Returns the permission entry for the current permission set update.
|
java.lang.String getOperation() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the operation.InstanceLevelPermissionEntry getPermissionEntry()
InstanceLevelPermissionEntry
object.