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

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.SearchRestrictionEntity
      extended by com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity

public class PropertyRestrictionEntity
extends SearchRestrictionEntity

Represents a property restriction entity.


Constructor Summary
PropertyRestrictionEntity(PropertyEntity property, java.lang.String matchMode, java.lang.String value)
          Creates a new instance of RestPropertyRestriction.
 
Method Summary
 java.lang.String getMatchMode()
           
 PropertyEntity getProperty()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyRestrictionEntity

public PropertyRestrictionEntity(PropertyEntity property,
                                 java.lang.String matchMode,
                                 java.lang.String value)
Creates a new instance of RestPropertyRestriction.

Parameters:
property - property to restrict on
matchMode - property match mode
value - value to match against
Method Detail

getProperty

public PropertyEntity getProperty()

getMatchMode

public java.lang.String getMatchMode()

getValue

public java.lang.String getValue()


Copyright © 2010 Atlassian. All Rights Reserved.