org.xwiki.model.reference
Class EntityReferenceSet
java.lang.Object
org.xwiki.model.reference.EntityReferenceSet
public class EntityReferenceSet
- extends Object
A set of entities references.
- Since:
- 5.2M2
- Version:
- $Id: d13642f05db5d2321078485845ed117dda753ea0 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityReferenceSet
public EntityReferenceSet()
includes
public EntityReferenceSet includes(EntityReference reference)
- Parameters:
reference - the reference
- Returns:
- the entity reference set
excludes
public EntityReferenceSet excludes(EntityReference reference)
- Parameters:
reference - the reference
- Returns:
- the entity reference set
matches
public boolean matches(EntityReference reference)
- Parameters:
reference - the reference
- Returns:
- the entity reference set
Copyright © 2004-2013 XWiki. All Rights Reserved.