Interface WorkmanagerSecurityGroupsType<T>

  • All Superinterfaces:
    org.jboss.shrinkwrap.descriptor.api.Child<T>
    All Known Implementing Classes:
    WorkmanagerSecurityGroupsTypeImpl

    public interface WorkmanagerSecurityGroupsType<T>
    extends org.jboss.shrinkwrap.descriptor.api.Child<T>
    This interface defines the contract for the workmanagerSecurityGroupsType xsd type
    • Method Detail

      • group

        WorkmanagerSecurityGroupsType<T> group​(String... values)
        Creates for all String objects representing group elements, a new group element
        Parameters:
        values - list of group objects
        Returns:
        the current instance of WorkmanagerSecurityGroupsType
      • getAllGroup

        List<String> getAllGroup()
        Returns all group elements
        Returns:
        list of group
      • removeAllGroup

        WorkmanagerSecurityGroupsType<T> removeAllGroup()
        Removes the group element
        Returns:
        the current instance of WorkmanagerSecurityGroupsType