|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationDataConfiguration
Describes the Location Configuration in the form of a Hierarchy and SecondarySpec. Multiple instances can exist per Catalog. With the exception of delete, no authorization checks occur on this object as these will have been made at the parent level
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
delete()
delete the relationship from the catalog |
java.util.List<AttributeCollection> |
getAttributeCollections()
Retrieves inheritance Attribute Collections for this particular Configuration. |
Catalog |
getCatalog()
Retrives the Parent Catalog |
Hierarchy |
getHierarchy()
Retrieves the Hierarchy for this particular Configuration |
SecondarySpec |
getSpec()
Retrieves the Spec for this particular Configuration |
void |
setAttributeCollections(java.util.List<AttributeCollection> attributes)
Sets inheritance Attribute Collections for this particular Configuration. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void delete()
PIMInternalException
- If an internal error occurs
java.lang.IllegalStateException
- If the object is in an invalid state
PIMAuthorizationException
- If the user lacks the equivalent of:
com.ibm.pim.organization.Permission#CATALOG_ATTRIBUTES}Catalog getCatalog()
java.lang.IllegalStateException
- If the object is in an invalid state
PIMInternalException
- If an internal error occursHierarchy getHierarchy()
java.lang.IllegalStateException
- If the object is in an invalid state
PIMInternalException
- If an internal error occursSecondarySpec getSpec()
java.lang.IllegalStateException
- If the object is in an invalid state
PIMInternalException
- If an internal error occursjava.util.List<AttributeCollection> getAttributeCollections()
java.lang.IllegalStateException
- If the object is in an invalid state
PIMInternalException
- If an internal error occursvoid setAttributeCollections(java.util.List<AttributeCollection> attributes)
attributes
- A List of attribute collections
PIMInternalException
- If an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |