com.adobe.idp.dsc.registry.service
Class ServiceConfigurationFilter

java.lang.Object
  extended by com.adobe.idp.dsc.filter.DefaultPropertyFilter
      extended by com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
All Implemented Interfaces:
com.adobe.idp.dsc.filter.PagingFilter, com.adobe.idp.dsc.filter.PropertyFilter, java.io.Serializable

public class ServiceConfigurationFilter
extends com.adobe.idp.dsc.filter.DefaultPropertyFilter

Service configuration filter.

See Also:
Serialized Form

Field Summary
static java.lang.String CATEGORY_ID
          The service category.
static java.lang.String COMPONENT_ID
          The component identifier.
static java.lang.String COMPONENT_VERSION
          The component version.
static java.lang.String CREATE_TIME
          The creation time.
static java.lang.String DESCRIPTION
          The description.
static java.lang.String LOCKED_BY
          Who locked the service.
static java.lang.String MAJOR_VERSION
          The major version.
static java.lang.String MINOR_VERSION
          The minor version.
static java.lang.String MONITOR
          The service configuration monitor.
static java.lang.String ORCHESTRATEABLE
          Orchestrateable service.
static java.lang.String SERVICE_ID
          The service identifier.
static java.lang.String STATE
          The state of the service.
static java.lang.String TYPE
          The service type.
static java.lang.String UPDATE_TIME
          The update time.
 
Constructor Summary
ServiceConfigurationFilter()
           
 
Method Summary
 boolean getActiveOnly()
          Determines whether the service is active.
 boolean getHeadOnly()
          Determines whether this is the head version.
 boolean getInActiveOnly()
          Determines whether the service is inactive.
 boolean getIncludeSystem()
          Determines whether to include the system.
 void setActiveOnly(boolean aValue)
          Sets whether the service is active.
 void setHeadOnly(boolean aValue)
          Sets whether this is the head version.
 void setInActiveOnly(boolean aValue)
          Sets whether the service is inactive.
 void setIncludeSystem(boolean aValue)
          Sets whether to include the system.
 
Methods inherited from class com.adobe.idp.dsc.filter.DefaultPropertyFilter
addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addCondition, addSortAsc, addSortDesc, getConditionList, getConditions, getMaxObjects, getOffset, getPagingFilter, getReturnSizeOfValue, getSortList, setConditionList, setConditions, setMaxObjects, setOffset, setPagingFilter, setReturnSizeOfValue, setSortList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_ID

public static final java.lang.String SERVICE_ID
The service identifier.

See Also:
Constant Field Values

MAJOR_VERSION

public static final java.lang.String MAJOR_VERSION
The major version.

See Also:
Constant Field Values

MINOR_VERSION

public static final java.lang.String MINOR_VERSION
The minor version.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
The description.

See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
The state of the service.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
The service type.

See Also:
Constant Field Values

COMPONENT_ID

public static final java.lang.String COMPONENT_ID
The component identifier.

See Also:
Constant Field Values

COMPONENT_VERSION

public static final java.lang.String COMPONENT_VERSION
The component version.

See Also:
Constant Field Values

CREATE_TIME

public static final java.lang.String CREATE_TIME
The creation time.

See Also:
Constant Field Values

UPDATE_TIME

public static final java.lang.String UPDATE_TIME
The update time.

See Also:
Constant Field Values

LOCKED_BY

public static final java.lang.String LOCKED_BY
Who locked the service.

See Also:
Constant Field Values

CATEGORY_ID

public static final java.lang.String CATEGORY_ID
The service category.

See Also:
Constant Field Values

ORCHESTRATEABLE

public static final java.lang.String ORCHESTRATEABLE
Orchestrateable service.

See Also:
Constant Field Values

MONITOR

public static final java.lang.String MONITOR
The service configuration monitor.

See Also:
Constant Field Values
Constructor Detail

ServiceConfigurationFilter

public ServiceConfigurationFilter()
Method Detail

setHeadOnly

public void setHeadOnly(boolean aValue)
Sets whether this is the head version.

Parameters:
aValue - true if this is the head version, false otherwise.

getHeadOnly

public boolean getHeadOnly()
Determines whether this is the head version.

Returns:
true if this is the head version, false otherwise.

setActiveOnly

public void setActiveOnly(boolean aValue)
Sets whether the service is active.

Parameters:
aValue - true if the service is active, false otherwise.

getActiveOnly

public boolean getActiveOnly()
Determines whether the service is active.

Returns:
true if the service is active, false otherwise.

setInActiveOnly

public void setInActiveOnly(boolean aValue)
Sets whether the service is inactive.

Parameters:
aValue - true if the service is inactive, false otherwise.

getInActiveOnly

public boolean getInActiveOnly()
Determines whether the service is inactive.

Returns:
true if the service is inactive, false otherwise.

setIncludeSystem

public void setIncludeSystem(boolean aValue)
Sets whether to include the system.

Parameters:
aValue - true to include the system, false otherwise.

getIncludeSystem

public boolean getIncludeSystem()
Determines whether to include the system.

Returns:
true to include the system, false otherwise.


[an error occurred while processing this directive] [an error occurred while processing this directive]