|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOperation
The interface that represents an operation semantic object in the PCD.
All operations are persisted in the PCD under its business object.
Use IBusinessObject to create and delete operations.
| Method Summary | |
|---|---|
IBusinessObject |
getBusinessObject()
Gets the business object of this operation. |
List |
getExpressionParameterNames()
Gets a list of parameter names that are used for Navigation by Attributes for this operation. |
List |
getExpressionVariableNames()
Gets a list of variable names that represents the parameters that are used for Navigation by Attributes for this operation. |
int |
getMaxImplementationPriority()
Gets highest priority so far of any operation implementation that refers to this operation. |
int |
getPriority()
Gets the operation priority. |
void |
setExpressionParameterNames(List paramsNames)
For internal use only. |
void |
setExpressionVariableNames(List variablesNames)
For internal use only. |
void |
setMaxImplementationPriority(int priority)
For internal use only. |
void |
setPriority(int priority)
For internal use only. |
| Methods inherited from interface com.sap.portal.obn.semanticlayer.IOBNObject |
|---|
getDescription, getObjectUrl, getPathName, getTechnicalName, getTitle, remove, save, setDescription, setTitle |
| Method Detail |
|---|
int getPriority()
void setPriority(int priority)
priority - the new operation priorityint getMaxImplementationPriority()
void setMaxImplementationPriority(int priority)
priority - The new highest priority
List getExpressionParameterNames()
throws OBNException
OBNException - if an error occurs
void setExpressionParameterNames(List paramsNames)
throws OBNException
paramsNames - a list of parameters names
OBNException - if an error occurs
List getExpressionVariableNames()
throws OBNException
OBNException - if an error occurs
void setExpressionVariableNames(List variablesNames)
throws OBNException
variablesNames - a list of variables names
OBNException - if an error occurs
IBusinessObject getBusinessObject()
throws OBNException
OBNException - if an error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||