|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.pcd.gl.spi.RelationDescriptor
public class RelationDescriptor
Relation descriptor.
This class is to be used by state factories in order to create relations.
In order to create a relation, the state factory has to return a RelationDescriptor
as object in javax.naming.spi.StateFactory.getStateToBind.
The relation source and target have to be passed to the constructor.
| Constructor Summary | |
|---|---|
RelationDescriptor(Name relationSource,
Name relationTarget)
Creates a delta link descriptor. |
|
RelationDescriptor(String relationSource,
String relationTarget)
Creates a delta link descriptor. |
|
| Method Summary | |
|---|---|
Name |
getRelationSource()
Returns the relation source |
Name |
getRelationTarget()
Returns the relation target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelationDescriptor(String relationSource,
String relationTarget)
throws NamingException
relationSource - relation sourcerelationTarget - relation target
NamingException
public RelationDescriptor(Name relationSource,
Name relationTarget)
throws NamingException
relationSource - relation sourcerelationTarget - relation target
NamingException| Method Detail |
|---|
public Name getRelationTarget()
public Name getRelationSource()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
-
|
EP-PIN
|
[sap.com] EP-BASIS
|
[sap.com]
|
api
|
BC-PIN-PCD
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||