Interface WorkmanagerSecurityMappingsGroupsType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
WorkmanagerSecurityMappingsGroupsTypeImpl
public interface WorkmanagerSecurityMappingsGroupsType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
workmanagerSecurityMappingsGroupsType xsd type-
Method Summary
Modifier and TypeMethodDescriptionCreates a newmapelementReturns allmapelementsIf not already created, a newmapelement will be created and returned.Removes allmapelementsMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
getOrCreateMap
WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>> getOrCreateMap()If not already created, a newmapelement will be created and returned. Otherwise, the first existingmapelement will be returned.- Returns:
- the instance defined for the element
map
-
createMap
Creates a newmapelement- Returns:
- the new created instance of
WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType>
-
getAllMap
List<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>> getAllMap()Returns allmapelements- Returns:
- list of
map
-
removeAllMap
WorkmanagerSecurityMappingsGroupsType<T> removeAllMap()Removes allmapelements- Returns:
- the current instance of
WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType>
-