|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRelationTypeAttributes | |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| Uses of IRelationTypeAttributes in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that return IRelationTypeAttributes | |
IRelationTypeAttributes |
IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler,
IPropertyNameList requiredProperties,
boolean oneToOne,
boolean ordered,
boolean sourceDeleteTracking,
boolean targetDeleteTracking,
boolean sourceChangeTracking,
boolean targetChangeTracking)
Same as IRelationService.getRelationTypeAttributes(IRelationTypeHandler,
IPropertyNameList, boolean, boolean, boolean, boolean, boolean, boolean,
boolean, boolean) with sourceCopyTracking and
targetCopyTracking set to false |
IRelationTypeAttributes |
IRelationService.getRelationTypeAttributes(IRelationTypeHandler typeHandler,
IPropertyNameList requiredProperties,
boolean oneToOne,
boolean ordered,
boolean sourceDeleteTracking,
boolean targetDeleteTracking,
boolean sourceChangeTracking,
boolean targetChangeTracking,
boolean sourceCopyTracking,
boolean targetCopyTracking)
Get a set of unchecked attributes which can be use to created a
IRelationType . |
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
. |
IRelationTypeAttributes |
IRelationType.getAttributes()
Get the effective attributes of this relation type. |
IRelationTypeAttributes |
IRelationType.setAttributes(IRelationTypeAttributes attributes)
Change the effective attributes of this relation type. |
| Methods in com.sapportals.wcm.service.relation with parameters of type IRelationTypeAttributes | |
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.createResourceRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationTypeAttributes attributes)
Convenience method to create a relation type for resources as source and target. |
IRelationType |
IRelationService.createStringRelationType(IResourceContext context,
java.lang.String namespace,
java.lang.String name,
Descriptions descriptions,
IRelationTypeAttributes attributes)
Convenience method to create a relation type for resources as source and strings as target. |
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. |
IRelationTypeAttributes |
IRelationType.setAttributes(IRelationTypeAttributes attributes)
Change the effective attributes of this relation type. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||