Class PoolTask_
- java.lang.Object
-
- org.dspace.xmlworkflow.storedcomponents.PoolTask_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class PoolTask_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_IDstatic javax.persistence.metamodel.SingularAttribute<PoolTask,String>actionIdstatic StringE_PERSONstatic javax.persistence.metamodel.SingularAttribute<PoolTask,EPerson>ePersonstatic javax.persistence.metamodel.SingularAttribute<PoolTask,Group>groupstatic StringGROUPstatic javax.persistence.metamodel.SingularAttribute<PoolTask,Integer>idstatic StringIDstatic StringSTEP_IDstatic javax.persistence.metamodel.SingularAttribute<PoolTask,String>stepIdstatic StringWORKFLOW_IDstatic StringWORKFLOW_ITEMstatic javax.persistence.metamodel.SingularAttribute<PoolTask,String>workflowIdstatic javax.persistence.metamodel.SingularAttribute<PoolTask,XmlWorkflowItem>workflowItem
-
Constructor Summary
Constructors Constructor Description PoolTask_()
-
-
-
Field Detail
-
ePerson
public static volatile javax.persistence.metamodel.SingularAttribute<PoolTask,EPerson> ePerson
-
stepId
public static volatile javax.persistence.metamodel.SingularAttribute<PoolTask,String> stepId
-
actionId
public static volatile javax.persistence.metamodel.SingularAttribute<PoolTask,String> actionId
-
workflowItem
public static volatile javax.persistence.metamodel.SingularAttribute<PoolTask,XmlWorkflowItem> workflowItem
-
workflowId
public static volatile javax.persistence.metamodel.SingularAttribute<PoolTask,String> workflowId
-
E_PERSON
public static final String E_PERSON
- See Also:
- Constant Field Values
-
STEP_ID
public static final String STEP_ID
- See Also:
- Constant Field Values
-
ACTION_ID
public static final String ACTION_ID
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
WORKFLOW_ITEM
public static final String WORKFLOW_ITEM
- See Also:
- Constant Field Values
-
WORKFLOW_ID
public static final String WORKFLOW_ID
- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
- See Also:
- Constant Field Values
-
-