|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwObjectLink
OwObjectLink representation of association/relationship.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static String |
OW_LINK_RELATION
Virtual property name which is used to query Link relation/direction |
static String |
OW_LINK_SOURCE
Abstraction of property name for the source object |
static String |
OW_LINK_TARGET
Abstraction of property name for target object |
static String |
OW_LINK_TYPE_FILTER
Virtual property name which is used to query specific Link types |
Fields inherited from interface com.wewebu.ow.server.ecm.OwObject |
---|
STANDARD_PATH_DELIMITER |
Fields inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL |
Method Summary | |
---|---|
OwObjectLinkRelation |
getRelation(OwObject obj)
Get information about the provided OwObject, if it is part of the OwObjectLink relation. |
OwObjectReference |
getSource()
Get object which is the source. |
OwObjectReference |
getTarget()
Get object which is the target. |
Methods inherited from interface com.wewebu.ow.server.ecm.OwObjectReference |
---|
getDMSID, getID, getInstance, getMIMEParameter, getMIMEType, getName, getPageCount, getResourceID, getType, hasContent |
Methods inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getSafeFieldValue, setField |
Field Detail |
---|
static final String OW_LINK_TARGET
static final String OW_LINK_SOURCE
static final String OW_LINK_RELATION
static final String OW_LINK_TYPE_FILTER
Method Detail |
---|
OwObjectReference getTarget()
OwObjectReference getSource()
OwObjectLinkRelation getRelation(OwObject obj)
obj
- OwObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |