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: 8396e0bbb03e5b2c4af9e6d257e79a0c12b58b23 $
| 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–2014 XWiki. All rights reserved.