| Constructors in com.sapportals.wcm.service.actioninbox with parameters of type Descriptions |
AbstractActionInboxAction(java.lang.String namespace,
java.lang.String type,
java.lang.String name,
Descriptions descriptions,
java.util.Properties properties)
|
AbstractActionInboxNotification(java.lang.String categoryID,
Descriptions descriptions,
com.sapportals.portal.security.usermanagement.IUMPrincipal originator,
java.util.Date notificationDate,
java.util.Properties properties,
java.lang.String assignedRef,
RID assignedRID)
|
AbstractActionInboxCategory(IActionInboxService manager,
java.lang.String name,
IActionInboxCategory parent,
Descriptions descriptions,
java.util.Properties requiredItemProperties,
java.lang.String resourceType,
java.util.HashMap actions,
int creationType,
int deletionType,
int doneHandlingType,
boolean isUsersOnly)
|
| Methods in com.sapportals.wcm.service.relation with parameters of type Descriptions |
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)
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. |