Interface WorkmanagerSecurityMappingsUsersType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
WorkmanagerSecurityMappingsUsersTypeImpl
public interface WorkmanagerSecurityMappingsUsersType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for theworkmanagerSecurityMappingsUsersTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsUsersType<T>>createMap()Creates a newmapelementList<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsUsersType<T>>>getAllMap()Returns allmapelementsWorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsUsersType<T>>getOrCreateMap()If not already created, a newmapelement will be created and returned.WorkmanagerSecurityMappingsUsersType<T>removeAllMap()Removes allmapelements
-
-
-
Method Detail
-
getOrCreateMap
WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsUsersType<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<WorkmanagerSecurityMappingsUsersType<T>> createMap()
Creates a newmapelement- Returns:
- the new created instance of
WorkmanagerSecurityMappingType>
-
getAllMap
List<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsUsersType<T>>> getAllMap()
Returns allmapelements- Returns:
- list of
map
-
removeAllMap
WorkmanagerSecurityMappingsUsersType<T> removeAllMap()
Removes allmapelements- Returns:
- the current instance of
WorkmanagerSecurityMappingType>
-
-