|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionType | |
net.ezcontent.dao | Este paquete contiene las interfaces que deben implementar los DAO para documentos, autentificacion y workflow. |
net.ezcontent.flow | Este paquete define interfaces para manejar workflow. |
net.ezcontent.impl.dao | Una implementacion del paquete net.ezcontent.dao utilizando Hibernate 2.1 y Spring 1.0 |
net.ezcontent.impl.eos | Una implementacion de los EO's de documentos, autentificacion y workflow que define ezContent, utilizando Hibernate 2.1; fueron creados con un plugin de Eclipse que permite tener dos clases por cada entidad. |
Uses of ActionType in net.ezcontent.dao |
Methods in net.ezcontent.dao that return ActionType | |
ActionType |
FlowDAO.getActionType(String name)
Devuelve el tipo de accion con el nombre especificado. |
ActionType |
FlowDAO.getActionType(int typeID)
Devuelve el tipo de accion con la clave especificada. |
ActionType |
FlowDAO.createActionType()
Crea un nuevo tipo de accion. |
Methods in net.ezcontent.dao with parameters of type ActionType | |
List |
FlowDAO.getNextActionTypes(ActionType type)
Devuelve los tipos de accion que se pueden realizar despues del especificado. |
Action |
FlowDAO.createAction(ActionType type,
User assignee,
Record rec)
Crea una accion de un cierto tipo, asignada a un cierto usuario, sobre un objeto determinado. |
Action |
FlowDAO.createAction(ActionType type,
Record rec)
Crea una accion de un cierto tipo, sobre un cierto objeto, asignandola al usuario que tenga menos pendientes en el grupo asignado al tipo de accion. |
Uses of ActionType in net.ezcontent.flow |
Methods in net.ezcontent.flow that return ActionType | |
ActionType |
Action.getActionType()
|
Methods in net.ezcontent.flow with parameters of type ActionType | |
void |
ActionType.addNextActionType(ActionType type)
|
void |
ActionType.removeNextActionType(ActionType type)
|
void |
Action.setActionType(ActionType type)
El tipo de accion a ejecutar. |
Uses of ActionType in net.ezcontent.impl.dao |
Methods in net.ezcontent.impl.dao that return ActionType | |
ActionType |
FlujoDAO.getActionType(String name)
Busca y devuelve el tipo de accion con el nombre especificado. |
ActionType |
FlujoDAO.getActionType(int typeID)
Busca y devuelve el tipo de accion con la clave especificada. |
ActionType |
FlujoDAO.createActionType()
Crea un nuevo tipo de accion. |
Methods in net.ezcontent.impl.dao with parameters of type ActionType | |
List |
FlujoDAO.getNextActionTypes(ActionType type)
Devuelve los tipos de accion que siguen a un tipo especificado. |
Action |
FlujoDAO.createAction(ActionType type,
User assignee,
Record rec)
Crea una nueva accion del tipo determinado, asignandola al usuario especificado, sobre el registro especificado. |
Action |
FlujoDAO.createAction(ActionType type,
Record rec)
Crea una nueva accion del tipo especificado, sobre el registro especificado. |
Uses of ActionType in net.ezcontent.impl.eos |
Classes in net.ezcontent.impl.eos that implement ActionType | |
class |
TipoAccion
This is the object class that relates to the ${class.TableName} table. |
Methods in net.ezcontent.impl.eos that return ActionType | |
ActionType |
Accion.getActionType()
|
Methods in net.ezcontent.impl.eos with parameters of type ActionType | |
void |
TipoAccion.addNextActionType(ActionType tipo)
|
void |
TipoAccion.removeNextActionType(ActionType tipo)
|
void |
Accion.setActionType(ActionType tipo)
Fija el tipo de accion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |