com.sap.portal.unification
Interface IOBNTarget


public interface IOBNTarget

The result type of the Object Based Navigation service operations. Represents a pair of the type <iView, Operation>
Used as a result type for the Object Based Navigation methods.
every returned IOBNTarget object (i.e. pair) means that the specific iView implements the specific Operation


Method Summary
 java.lang.String getIViewName()
          Returns the name of the iView in the pair.
 java.lang.String getJavaScript()
          Returns the JavaScript
 java.lang.String getOperationFriendlyName()
          Returns the name of the relation
 java.lang.String getOperationName()
          Returns the name of the Operation object in the pair.
 java.lang.String getRelationName()
          Returns the name of the relation
 boolean isDragAndRelate()
          Returns a boolean value indicating wether a DragAneRelate operation occured
 

Method Detail

getIViewName

public java.lang.String getIViewName()
Returns the name of the iView in the pair.
Returns:
String

getOperationName

public java.lang.String getOperationName()
Returns the name of the Operation object in the pair.
Returns:
String

getOperationFriendlyName

public java.lang.String getOperationFriendlyName()
Returns the name of the relation
Returns:
String

getRelationName

public java.lang.String getRelationName()
Returns the name of the relation
Returns:
String

getJavaScript

public java.lang.String getJavaScript()
Returns the JavaScript
Returns:
String

isDragAndRelate

public boolean isDragAndRelate()
Returns a boolean value indicating wether a DragAneRelate operation occured
Returns:
boolean