org.xwiki.model.reference
Class EntityReferenceSet

java.lang.Object
  extended by org.xwiki.model.reference.EntityReferenceSet

public class EntityReferenceSet
extends Object

A set of entities references.

Since:
5.2M2
Version:
$Id: 8396e0bbb03e5b2c4af9e6d257e79a0c12b58b23 $

Constructor Summary
EntityReferenceSet()
           
 
Method Summary
 EntityReferenceSet excludes(EntityReference reference)
           
 EntityReferenceSet includes(EntityReference reference)
           
 boolean matches(EntityReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityReferenceSet

public EntityReferenceSet()
Method Detail

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.