Uses of Class
io.automatiko.addons.usertasks.index.fs.CQEngineUserTaskInfo
-
Uses of CQEngineUserTaskInfo in io.automatiko.addons.usertasks.index.fs
Fields in io.automatiko.addons.usertasks.index.fs with type parameters of type CQEngineUserTaskInfoModifier and TypeFieldDescriptionstatic final com.googlecode.cqengine.attribute.Attribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.EXCLUDED_USERSstatic final com.googlecode.cqengine.attribute.Attribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.POT_GROUPSstatic final com.googlecode.cqengine.attribute.Attribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.POT_OWNERSstatic final com.googlecode.cqengine.attribute.SimpleNullableAttribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.TASK_DESCRIPTIONstatic final com.googlecode.cqengine.attribute.SimpleAttribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.TASK_IDstatic final com.googlecode.cqengine.attribute.SimpleNullableAttribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.TASK_NAMEstatic final com.googlecode.cqengine.attribute.SimpleNullableAttribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.TASK_PRIORITYstatic final com.googlecode.cqengine.attribute.SimpleAttribute<CQEngineUserTaskInfo,Date> CQEngineUserTaskInfo.TASK_START_DATEstatic final com.googlecode.cqengine.attribute.SimpleAttribute<CQEngineUserTaskInfo,String> CQEngineUserTaskInfo.TASK_STATEMethods in io.automatiko.addons.usertasks.index.fs that return CQEngineUserTaskInfoMethods in io.automatiko.addons.usertasks.index.fs that return types with arguments of type CQEngineUserTaskInfoModifier and TypeMethodDescriptioncom.googlecode.cqengine.IndexedCollection<CQEngineUserTaskInfo>CQEngineBasedIndex.get()protected com.googlecode.cqengine.attribute.Attribute<CQEngineUserTaskInfo,? extends Comparable> CQEngineUserTaskIndexResource.sortAttribute(String name) Methods in io.automatiko.addons.usertasks.index.fs with parameters of type CQEngineUserTaskInfoModifier and TypeMethodDescriptionbyte[]JacksonSerializer.serialize(CQEngineUserTaskInfo object) Constructor parameters in io.automatiko.addons.usertasks.index.fs with type arguments of type CQEngineUserTaskInfoModifierConstructorDescriptionJacksonSerializer(Class<CQEngineUserTaskInfo> objectType, com.googlecode.cqengine.persistence.support.serialization.PersistenceConfig persistenceConfig)