|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUCPMAPI
Locator for the various API objects in the UCPM API.
| Field Summary | |
|---|---|
static java.lang.String |
BEAN_ID
|
| Method Summary | |
|---|---|
java.lang.Object |
createObject(java.lang.Class type)
Create an object in the system of the given type. |
ICISTransferStream |
createTransferStream()
Create the transfer stream object. |
SCSActiveAPI |
getActiveAPI()
|
SCSCommonAPI |
getCommonAPI()
|
SCSFixedAPI |
getFixedAPI()
|
ICISAPIObjectFactory |
getObjectFactory()
|
| Field Detail |
|---|
static final java.lang.String BEAN_ID
| Method Detail |
|---|
SCSActiveAPI getActiveAPI()
SCSActiveAPI objectSCSCommonAPI getCommonAPI()
SCSCommonAPI objectSCSFixedAPI getFixedAPI()
SCSFixedAPI objectICISAPIObjectFactory getObjectFactory()
ICISTransferStream createTransferStream()
java.lang.Object createObject(java.lang.Class type)
ISCSContent content = (ISCSContent)createObject (ISCSContent.class);
content.set (...)
type - the type of object to create
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||