oracle.panama.model
Interface LocalModule
- All Superinterfaces:
- ModelObject, Module, Service, XMLObject
- public interface LocalModule
- extends Module
A LocalModule is a pointer to a "modulable" local MasterService. Local
MasterService means that it is in the same repository as the LocalModule.
- See Also:
Module
Type | Field |
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Methods inherited from interface oracle.panama.model.Module |
getAdminURL, getAsyncAddress, getAsyncArguments,
getAsyncName, getInputArguments, getLanguage,
getMergedInputArguments, getMergedOutputArguments, getOutputArguments,
getParameterDelimiter, getServiceHelpText, getVirtualURL,
isAsyncEnabled, setAdminURL, setAsyncAddress, setAsyncArguments, setAsyncName,
setInputArguments, setLanguage, setOutputArguments,
setParameterDelimiter, setServiceHelpText, setVirtualURL |
Methods inherited from interface oracle.panama.model.Service |
getAreaId, getCategory, getCost, getDescription,
getGroups, getParent, getPrimaryAudio, getPrimaryImage,
getSecondaryAudio, getSecondaryImage, getSequenceNo,
getShortName, getTransformer, getURL,
getURLPathParameter, getUserOwner, invoke,
isValid, isViewCustomizable, isVisible, removeAllGroups,
setAreaId, setCategory, setCost, setDescription,
setGroups, setParent, setPrimaryAudio,
setPrimaryImage, setSecondaryAudio, setSecondaryImage,
setSequenceNo, setShortName, setUserOwner,
setValid, setViewCustomizable, setVisible |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
TYPENAME
public static final java.lang.String TYPENAME
- The constant class type identifier
TYPEID
public static final int TYPEID
- The type id of this class.
getMasterService
public MasterService getMasterService()
- Gets the MasterService this LocalModule points to.
- Returns:
- the MasterService this LocalModule points to.
setMasterService
public void setMasterService(MasterService service)
- Gets the MasterService that this module points to.
- Returns:
- the MasterService