Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.relations
Interface Relation

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

public interface Relation


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

Method Detail

getRelationTypeFamily

RelationTypeFamily getRelationTypeFamily()

hash

String hash()

getRelates

List<Relate> getRelates()

getRelate

Relate getRelate(Integer position)

hasPredicate

boolean hasPredicate(Predicate predicate)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.