|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.namespace.OrderPosition
Class describing an order position, that is used to position a child resource below a resource collection.
| Field Summary | |
protected String |
referencePointName
|
protected String |
resourceHandleName
|
protected OrderPositionType |
type
|
| Constructor Summary | |
protected |
OrderPosition(OrderPositionType type,
String resourceHandleName,
String referencePointName)
Private general constructor of an order position. |
| Method Summary | |
static OrderPosition |
createAfterPosition(String resourceHandleName,
String referencePointName)
Create order position to place the given resource after another resource in the set of children of the resource collection. |
static OrderPosition |
createBeforePosition(String resourceHandleName,
String referencePointName)
Create order position to place the given resource before another resource in the set of children of the resource collection. |
static OrderPosition |
createFirstPosition(String resourceHandleName)
Create order position to make the given resource the first resource of the resource collection. |
static OrderPosition |
createLastPosition(String resourceHandleName)
Create order position to make the given resource the last resource of the resource collection. |
String |
getReferencePointName()
Get reference point to which the resource should be aligned according to the order position. |
String |
getResourceHandleName()
Get resource handle of the resource to be reordered. |
OrderPositionType |
getType()
Get order position type of the resource to be reordered. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected OrderPositionType type
protected String resourceHandleName
protected String referencePointName
| Constructor Detail |
protected OrderPosition(OrderPositionType type,
String resourceHandleName,
String referencePointName)
type - order position type of the resource to be reorderedresourceHandleName - resource handle of the resource to be reorderedreferencePointName - reference point to which the resource should be
aligned according to the order position| Method Detail |
public static OrderPosition createFirstPosition(String resourceHandleName)
resourceHandleName - resource handle of the resource to be reordered
public static OrderPosition createLastPosition(String resourceHandleName)
resourceHandleName - resource handle of the resource to be reordered
public static OrderPosition createBeforePosition(String resourceHandleName,
String referencePointName)
resourceHandleName - resource handle of the resource to be reorderedreferencePointName - reference point to which the resource should be
aligned according to the order position
public static OrderPosition createAfterPosition(String resourceHandleName,
String referencePointName)
resourceHandleName - resource handle of the resource to be reorderedreferencePointName - reference point to which the resource should be
aligned according to the order position
public OrderPositionType getType()
public String getResourceHandleName()
public String getReferencePointName()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||