Package 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: 23cd67d82e90fae2a8809bdaf0ebc9c3672555d1 $
-
-
Constructor Summary
Constructors Constructor Description EntityReferenceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityReferenceSet
excludes(EntityReference reference)
EntityReferenceSet
includes(EntityReference reference)
boolean
matches(EntityReference reference)
-
-
-
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
-
-