@Portable public class ContainmentRuleImpl extends Object implements ContainmentRule
| Constructor and Description |
|---|
ContainmentRuleImpl(String name,
String id,
Set<Role> permittedRoles) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The identifier for which the Rule applies.
|
String |
getName() |
Set<Role> |
getPermittedRoles()
The Roles of Elements permitted to be held within another Element.
|
public String getId()
RuleByIdpublic Set<Role> getPermittedRoles()
ContainmentRulegetPermittedRoles in interface ContainmentRuleCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.