public interface GroupBean extends IdentifiableBean
Modifier and Type | Method and Description |
---|---|
CrossReferenceBean |
getAttachmentConstraintRef()
Returns a reference to an attachment constraint which defines the cube to which the metadata can be attached.
|
java.util.List<java.lang.String> |
getDimensionRefs()
Returns the list of dimensions that this group is referencing - the list is in the order that the dimensions appear in the
KeyFamilyBean . |
asReference, getAllTextTypes, getFullIdPath, getId, getUri, getUrn
getAnnotations, getAnnotationsByTitle, getAnnotationsByType, hasAnnotationType
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
java.util.List<java.lang.String> getDimensionRefs()
KeyFamilyBean
.
The list is mutually exclusive with getAttachmentConstraintRef()
, and will have a size of 1 or more only if getAttachmentConstraintRef()
is null. If getAttachmentConstraintRef()
is not null then this method will return an empty list.
NOTE: The list is a copy so modifying the returned set will not be reflected in the GroupBean instance.CrossReferenceBean getAttachmentConstraintRef()