Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.relations
Interface Relation

All Known Implementing Classes:
AbstractRelation, DyadicRelation, MonadicRelation, TriadicRelation

public interface Relation


Method Summary
 Relate getRelate(java.lang.Integer position)
           
 java.util.List<Relate> getRelates()
           
 RelationTypeFamily getRelationTypeFamily()
           
 java.lang.String hash()
           
 boolean hasPredicate(Predicate predicate)
           
 

Method Detail

getRelationTypeFamily

RelationTypeFamily getRelationTypeFamily()

hash

java.lang.String hash()

getRelates

java.util.List<Relate> getRelates()

getRelate

Relate getRelate(java.lang.Integer position)

hasPredicate

boolean hasPredicate(Predicate predicate)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.