Modifier and Type | Method and Description |
---|---|
void |
GenericEMFPatternPQuery.setStatus(PQuery.PQueryStatus newStatus) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IQuerySpecification<?>> |
NameToSpecificationMap.getSpecificationsWithStatus(PQuery.PQueryStatus status)
Returns a collection of specifications with the selected status
|
IQuerySpecification<?> |
NameToSpecificationMap.getSpecificationWithStatus(PQuery.PQueryStatus status)
Returns a specification with the selected status
|
Modifier and Type | Method and Description |
---|---|
void |
PBody.setStatus(PQuery.PQueryStatus status)
Sets a specific status for the body.
|
void |
InitializablePQuery.setStatus(PQuery.PQueryStatus status)
Sets the query status.
|
Modifier and Type | Method and Description |
---|---|
PQuery.PQueryStatus |
PQuery.getStatus()
Returns the initialization status of the definition
|
PQuery.PQueryStatus |
BasePQuery.getStatus() |
static PQuery.PQueryStatus |
PQuery.PQueryStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PQuery.PQueryStatus[] |
PQuery.PQueryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<PQuery> |
PQueries.queryStatusPredicate(PQuery.PQueryStatus status)
Predicate checking for the status of selected queries
|