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 theworkmanagerSecurityMappingsGroupsTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>createMap()Creates a newmapelementList<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>>getAllMap()Returns allmapelementsWorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>getOrCreateMap()If not already created, a newmapelement will be created and returned.WorkmanagerSecurityMappingsGroupsType<T>removeAllMap()Removes allmapelements
-
-
-
Method Detail
-
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
WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>> createMap()
Creates a newmapelement- Returns:
- the new created instance of
WorkmanagerSecurityMappingType>
-
getAllMap
List<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>> getAllMap()
Returns allmapelements- Returns:
- list of
map
-
removeAllMap
WorkmanagerSecurityMappingsGroupsType<T> removeAllMap()
Removes allmapelements- Returns:
- the current instance of
WorkmanagerSecurityMappingType>
-
-