|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for the generic Spec object
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
FILE_SPEC
|
static int |
LKP_SPEC
|
static int |
MKT_SPEC
|
static int |
PRIMARY_SPEC
|
static int |
SCRIPT_INPUT_SPEC
|
static int |
SECONDARY_SPEC
|
static int |
SUB_SPEC
|
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the Spec Name |
java.util.Collection |
getLocales()
Returns all associated Locales if this Spec is localized |
SpecNode |
getSpecNodeByPath(java.lang.String path)
Return a specific SpecNode for this Spec, by path |
java.util.Collection |
getSpecNodes()
Returns all SpecNodes for this Spec |
boolean |
isLocalized()
Identify whether this Spec is localized |
Field Detail |
public static final java.lang.String copyright
public static final int FILE_SPEC
public static final int PRIMARY_SPEC
public static final int SECONDARY_SPEC
public static final int MKT_SPEC
public static final int LKP_SPEC
public static final int SCRIPT_INPUT_SPEC
public static final int SUB_SPEC
Method Detail |
public java.lang.String getDisplayName() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic java.util.Collection getSpecNodes() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic SpecNode getSpecNodeByPath(java.lang.String path) throws PIMInternalException, PIMAuthorizationException
path
- Complete node path in the format PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic boolean isLocalized() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic java.util.Collection getLocales() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operation
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |