|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRelationOperandType | |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| com.sapportals.wcm.service.relation.operands | Defines objects for which relationships can be specified. |
| Uses of IRelationOperandType in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that return IRelationOperandType | |
IRelationOperandType |
IRelationOperand.getType()
Get the relation operand's type. |
IRelationOperandType |
IRelationType.getSourceType()
Get the source operand's type. |
IRelationOperandType |
IRelationType.getTargetType()
Get the target operand's type. |
| Methods in com.sapportals.wcm.service.relation with parameters of type IRelationOperandType | |
IRelationTypeAttributes |
IRelationService.checkRelationTypeAttributes(IRelationTypeAttributes attributes,
IRelationOperandType sourceType,
IRelationOperandType targetType)
Get a checked set of attributes which are compatible with the given source and target operand types and can be use to created a IRelationType
. |
IRelationType |
IRelationService.createRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationOperandType sourceType,
IRelationOperandType targetType)
Create a new relation type for a given namespace and name if it does not already exist. |
IRelationType |
IRelationService.createRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationOperandType sourceType,
IRelationOperandType targetType,
IRelationTypeAttributes attributes)
Create a new relation type for a given namespace, name and set of attributes if it does not already exist. |
| Uses of IRelationOperandType in com.sapportals.wcm.service.relation.operands |
| Subinterfaces of IRelationOperandType in com.sapportals.wcm.service.relation.operands | |
interface |
IRelationOperandTypeExtended
The internal interface for a IRelation s operand for the
relation manager. |
| Classes in com.sapportals.wcm.service.relation.operands that implement IRelationOperandType | |
class |
ResourceOperandType
IRelationOperandType implementation for IResource
s. |
class |
StringOperandType
IRelationOperandType implementation for String s.
|
| Methods in com.sapportals.wcm.service.relation.operands that return IRelationOperandType | |
abstract IRelationOperandType |
AbstractRelationOperand.getType()
|
IRelationOperandType |
ResourceOperand.getType()
|
IRelationOperandType |
StringOperand.getType()
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||