|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Spec
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 |
---|
static final java.lang.String copyright
static final int FILE_SPEC
static final int PRIMARY_SPEC
static final int SECONDARY_SPEC
static final int MKT_SPEC
static final int LKP_SPEC
static final int SCRIPT_INPUT_SPEC
static final int SUB_SPEC
Method Detail |
---|
java.lang.String getDisplayName() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationjava.util.Collection getSpecNodes() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationSpecNode 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 operationboolean isLocalized() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationjava.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 |