|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for the Manager of Spec objects
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Spec |
getSpecByName(java.lang.String specName)
Retrieves a specific Spec by name |
PIMCollection |
getSpecs()
Retrieves all Specs available in the current context |
PIMCollection |
getSpecsByType(int type)
Retrieves all Specs available of the specified type in the current context |
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager |
---|
getManagerName |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public PIMCollection getSpecs() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
Spec
public Spec getSpecByName(java.lang.String specName) throws PIMInternalException, PIMAuthorizationException
specName
- The name of the Spec to be retrieved
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationSpec
public PIMCollection getSpecsByType(int type) throws PIMInternalException, PIMAuthorizationException
type
- one of the spec type constants specified in
Spec
(Primary,Secondary,Lookup,File,Destination,Script input)
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |