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 theworkmanagerSecurityGroupsTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getAllGroup()Returns allgroupelementsWorkmanagerSecurityGroupsType<T>group(String... values)Creates for all String objects representinggroupelements, a newgroupelementWorkmanagerSecurityGroupsType<T>removeAllGroup()Removes thegroupelement
-
-
-
Method Detail
-
group
WorkmanagerSecurityGroupsType<T> group(String... values)
Creates for all String objects representinggroupelements, a newgroupelement- Parameters:
values- list ofgroupobjects- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-
removeAllGroup
WorkmanagerSecurityGroupsType<T> removeAllGroup()
Removes thegroupelement- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-
-