Uses of Interface
org.jboss.jca.embedded.dsl.resourceadapters11.api.WorkmanagerSecurityMappingsGroupsType
-
Packages that use WorkmanagerSecurityMappingsGroupsType Package Description org.jboss.jca.embedded.dsl.resourceadapters11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.resourceadapters11.impl Provides the implementation classes as defined in the schema -
-
Uses of WorkmanagerSecurityMappingsGroupsType in org.jboss.jca.embedded.dsl.resourceadapters11.api
Methods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return WorkmanagerSecurityMappingsGroupsType Modifier and Type Method Description WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsType. getOrCreateGroups()If not already created, a newgroupselement with the given value will be created.WorkmanagerSecurityMappingsGroupsType<T>WorkmanagerSecurityMappingsGroupsType. removeAllMap()Removes allmapelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters11.api that return types with arguments of type WorkmanagerSecurityMappingsGroupsType Modifier and Type Method Description WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>WorkmanagerSecurityMappingsGroupsType. createMap()Creates a newmapelementList<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>>WorkmanagerSecurityMappingsGroupsType. getAllMap()Returns allmapelementsWorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>WorkmanagerSecurityMappingsGroupsType. getOrCreateMap()If not already created, a newmapelement will be created and returned. -
Uses of WorkmanagerSecurityMappingsGroupsType in org.jboss.jca.embedded.dsl.resourceadapters11.impl
Classes in org.jboss.jca.embedded.dsl.resourceadapters11.impl that implement WorkmanagerSecurityMappingsGroupsType Modifier and Type Class Description classWorkmanagerSecurityMappingsGroupsTypeImpl<T>This class implements theworkmanagerSecurityMappingsGroupsTypexsd typeMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return WorkmanagerSecurityMappingsGroupsType Modifier and Type Method Description WorkmanagerSecurityMappingsGroupsType<WorkmanagerSecurityMappingsType<T>>WorkmanagerSecurityMappingsTypeImpl. getOrCreateGroups()If not already created, a newgroupselement with the given value will be created.WorkmanagerSecurityMappingsGroupsType<T>WorkmanagerSecurityMappingsGroupsTypeImpl. removeAllMap()Removes allmapelementsMethods in org.jboss.jca.embedded.dsl.resourceadapters11.impl that return types with arguments of type WorkmanagerSecurityMappingsGroupsType Modifier and Type Method Description WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>WorkmanagerSecurityMappingsGroupsTypeImpl. createMap()Creates a newmapelementList<WorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>>WorkmanagerSecurityMappingsGroupsTypeImpl. getAllMap()Returns allmapelementsWorkmanagerSecurityMappingType<WorkmanagerSecurityMappingsGroupsType<T>>WorkmanagerSecurityMappingsGroupsTypeImpl. getOrCreateMap()If not already created, a newmapelement will be created and returned.
-