|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Link is a pointer to any other service "including" another Link. The Link is used to "customize" master services or to create private tree structures of accessible master services. It can override any accessible parameter kept by the service "chain" down to the final master service.
Field Summary | |
static int |
TYPEID The type id of this class. |
static java.lang.String |
TYPENAME The constant class type identifier |
Fields inherited from interface oracle.panama.model.Service |
CATEGORY_MASTER, CATEGORY_SERVICE, CATEGORY_USER_HOME |
Method Summary | |
Arguments |
getInputArguments() Get arguments for the Service |
java.lang.String |
getLanguage() Gets the Language property. |
Service |
getLastService() Get the last Service in the Services chain. |
Arguments |
getMergedInputArguments() Get merged arguments from all associated services in the alias link list |
OutputArguments |
getMergedOutputArguments() Get merged arguments from all associated services in the alias link list |
Service |
getNextService() |
OutputArguments |
getOutputArguments() Get OutputArguments for the Alias |
void |
setInputArguments(Arguments args) Set arguments for the Service |
void |
setOutputArguments(OutputArguments outputArguments) Set OutputArguments for the Alias |
Methods inherited from interface oracle.panama.model.AsyncService |
addAsyncAddress, addAsyncName, getAsyncAddress, getAsyncAddresses, getAsyncArguments, getAsyncName, getAsyncNames, getParameterDelimiter, getServiceHelpText, isAsyncEnabled, isSilent, isSupportsVariableAsyncArgs, removeAsyncAddress, removeAsyncName, setAsyncAddress, setAsyncAddresses, setAsyncArguments, setAsyncName, setAsyncNames, setParameterDelimiter, setServiceHelpText |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Methods inherited from interface oracle.panama.model.DeliveryServiceLink |
getDRMPolicy, setDRMPolicy |
Field Detail |
public static final int TYPEID
public static final java.lang.String TYPENAME
Method Detail |
public Arguments getInputArguments()
public java.lang.String getLanguage()
public Service getLastService()
public Arguments getMergedInputArguments()
public OutputArguments getMergedOutputArguments()
public Service getNextService()
public OutputArguments getOutputArguments()
public void setInputArguments(Arguments args)
args
- the argumentspublic void setOutputArguments(OutputArguments outputArguments)
outputArguments
- the OutputArguments
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |