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 Summary
Modifier and TypeMethodDescriptionReturns allgroupelementsCreates for all String objects representinggroupelements, a newgroupelementRemoves thegroupelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
group
Creates for all String objects representinggroupelements, a newgroupelement- Parameters:
values- list ofgroupobjects- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-
getAllGroup
Returns allgroupelements- Returns:
- list of
group
-
removeAllGroup
WorkmanagerSecurityGroupsType<T> removeAllGroup()Removes thegroupelement- Returns:
- the current instance of
WorkmanagerSecurityGroupsType
-