com.atlassian.crowd.integration.rest.entity
Class SearchRestrictionEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.SearchRestrictionEntity
Direct Known Subclasses:
BooleanRestrictionEntity, NullRestrictionEntity, PropertyRestrictionEntity

public abstract class SearchRestrictionEntity
extends Object

Search restriction entity classes should extend this abstract class. SearchRestrictionEntity is an abstract class instead of an interface because JAXB doesn't play nice with interfaces.


Constructor Summary
SearchRestrictionEntity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRestrictionEntity

public SearchRestrictionEntity()


Copyright © 2013 Atlassian. All Rights Reserved.