public class ModelQueryProperty extends Object implements QueryProperty
ModelQuery
.Modifier and Type | Field and Description |
---|---|
static ModelQueryProperty |
MODEL_CATEGORY |
static ModelQueryProperty |
MODEL_CREATE_TIME |
static ModelQueryProperty |
MODEL_ID |
static ModelQueryProperty |
MODEL_KEY |
static ModelQueryProperty |
MODEL_LAST_UPDATE_TIME |
static ModelQueryProperty |
MODEL_NAME |
static ModelQueryProperty |
MODEL_TENANT_ID |
static ModelQueryProperty |
MODEL_VERSION |
Constructor and Description |
---|
ModelQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static ModelQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final ModelQueryProperty MODEL_CATEGORY
public static final ModelQueryProperty MODEL_ID
public static final ModelQueryProperty MODEL_VERSION
public static final ModelQueryProperty MODEL_NAME
public static final ModelQueryProperty MODEL_CREATE_TIME
public static final ModelQueryProperty MODEL_LAST_UPDATE_TIME
public static final ModelQueryProperty MODEL_KEY
public static final ModelQueryProperty MODEL_TENANT_ID
public ModelQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static ModelQueryProperty findByName(String propertyName)
Copyright © 2016 Alfresco. All rights reserved.