|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.dsc.filter.DefaultPropertyFilter
com.adobe.idp.dsc.registry.service.ServiceConfigurationFilter
public class ServiceConfigurationFilter
Service configuration filter.
| 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 |
DEPRECATED
Whether the service is deprecated or not. |
static java.lang.String |
DEPRECATED_SINCE
When the service was deprecated. |
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. |
java.lang.String[] |
getExcludedTypes()
Determines whether to show applications as service configurations |
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 |
|---|
public static final java.lang.String SERVICE_ID
public static final java.lang.String MAJOR_VERSION
public static final java.lang.String MINOR_VERSION
public static final java.lang.String DESCRIPTION
public static final java.lang.String STATE
public static final java.lang.String TYPE
public static final java.lang.String DEPRECATED
public static final java.lang.String DEPRECATED_SINCE
public static final java.lang.String COMPONENT_ID
public static final java.lang.String COMPONENT_VERSION
public static final java.lang.String CREATE_TIME
public static final java.lang.String UPDATE_TIME
public static final java.lang.String LOCKED_BY
public static final java.lang.String CATEGORY_ID
public static final java.lang.String ORCHESTRATEABLE
public static final java.lang.String MONITOR
| Constructor Detail |
|---|
public ServiceConfigurationFilter()
| Method Detail |
|---|
public void setHeadOnly(boolean aValue)
aValue - true if this is the head version,
false otherwise.public boolean getHeadOnly()
true if this is the head version,
false otherwise.public void setActiveOnly(boolean aValue)
aValue - true if the service is active,
false otherwise.public boolean getActiveOnly()
true if the service is active,
false otherwise.public void setInActiveOnly(boolean aValue)
aValue - true if the service is inactive,
false otherwise.public boolean getInActiveOnly()
true if the service is inactive,
false otherwise.public void setIncludeSystem(boolean aValue)
aValue - true to include the system,
false otherwise.public boolean getIncludeSystem()
true to include the system,
false otherwise.public java.lang.String[] getExcludedTypes()
true to include applications
false to exclude
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||