|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpecManager
Read-only interface for the Manager of Spec objects
Field Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. |
Method Summary | |
---|---|
Spec |
getSpecByName(java.lang.String specName)
Deprecated. Retrieves a specific Spec by name |
PIMCollection |
getSpecs()
Deprecated. Retrieves all Specs available in the current context |
PIMCollection |
getSpecsByType(int type)
Deprecated. 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 |
---|
static final java.lang.String copyright
Method Detail |
---|
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
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
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 |