Class GetRightsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation<IObjectId,RightsFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.rights.get.GetRightsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.rights.get.GetRightsOperation")
public class GetRightsOperation
extends GetObjectsOperation<IObjectId,RightsFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetRightsOperation(List<? extends IObjectId> ids, RightsFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation
getFetchOptions, getMessage, getObjectIds, toString
-
Constructor Details
-
GetRightsOperation
-