Package com.emc.d2fs.interfaces
Interface IDelegationService
- All Superinterfaces:
ID2fsService
Delegation services.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
applyDelegation
(Context context, String id, List<Attribute> attributes) Apply a delegation.boolean
deleteDelegation
(Context context, String id, List<Attribute> attributes) Delete a delegation.boolean
undoDelegation
(Context context, String id, List<Attribute> attributes) Undo a delegation.Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
applyDelegation
Apply a delegation. -
undoDelegation
Undo a delegation. -
deleteDelegation
Delete a delegation.
-