Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.WorkmanagerSecurityGroupsType
-
Packages that use WorkmanagerSecurityGroupsType Package Description org.jboss.jca.embedded.dsl.ironjacamar13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar13.impl Provides the implementation classes as defined in the schema -
-
Uses of WorkmanagerSecurityGroupsType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return WorkmanagerSecurityGroupsType Modifier and Type Method Description WorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityType. getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityGroupsType<T>WorkmanagerSecurityGroupsType. group(String... values)Creates for all String objects representinggroupelements, a newgroupelementWorkmanagerSecurityGroupsType<T>WorkmanagerSecurityGroupsType. removeAllGroup()Removes thegroupelement -
Uses of WorkmanagerSecurityGroupsType in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement WorkmanagerSecurityGroupsType Modifier and Type Class Description classWorkmanagerSecurityGroupsTypeImpl<T>This class implements theworkmanagerSecurityGroupsTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return WorkmanagerSecurityGroupsType Modifier and Type Method Description WorkmanagerSecurityGroupsType<WorkmanagerSecurityType<T>>WorkmanagerSecurityTypeImpl. getOrCreateDefaultGroups()If not already created, a newdefault-groupselement with the given value will be created.WorkmanagerSecurityGroupsType<T>WorkmanagerSecurityGroupsTypeImpl. group(String... values)Creates for all String objects representinggroupelements, a newgroupelementWorkmanagerSecurityGroupsType<T>WorkmanagerSecurityGroupsTypeImpl. removeAllGroup()Removes thegroupelement
-