Class GroupOperations


  • public final class GroupOperations
    extends java.lang.Object
    Immutable collection of group operation to be used between core and provider layers of group subsystem.
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupOperations​(java.util.List<GroupOperation> operations)
      Creates a immutable list of group operation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<GroupOperation> operations()
      Returns immutable list of group operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupOperations

        public GroupOperations​(java.util.List<GroupOperation> operations)
        Creates a immutable list of group operation.
        Parameters:
        operations - list of group operation
    • Method Detail

      • operations

        public java.util.List<GroupOperation> operations()
        Returns immutable list of group operation.
        Returns:
        list of group operation