| Package | Description |
|---|---|
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
RoleDefinition |
AssociationDefinition.getSourceRole()
Gets the sourceRole value for this AssociationDefinition.
|
RoleDefinition |
AssociationDefinition.getTargetRole()
Gets the targetRole value for this AssociationDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationDefinition.setSourceRole(RoleDefinition sourceRole)
Sets the sourceRole value for this AssociationDefinition.
|
void |
AssociationDefinition.setTargetRole(RoleDefinition targetRole)
Sets the targetRole value for this AssociationDefinition.
|
| Constructor and Description |
|---|
AssociationDefinition(String name,
String title,
String description,
boolean isChild,
RoleDefinition sourceRole,
RoleDefinition targetRole,
String targetClass) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.