|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
net.ezcontent.dao | Este paquete contiene las interfaces que deben implementar los DAO para documentos, autentificacion y workflow. |
net.ezcontent.document | Las clases de este paquete estan enfocadas al manejo de documentos semi-complejos, que contienen referencias a otros documentos, archivos anexos, imagenes, ligas al exterior, etc. |
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 Record in net.ezcontent.dao |
Methods in net.ezcontent.dao with parameters of type Record | |
List |
FlowDAO.getActionsForRecord(Record rec)
Devuelve las acciones que se van a realizar o se han realizado sobre un registro. |
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 Record in net.ezcontent.document |
Subinterfaces of Record in net.ezcontent.document | |
interface |
Document
Representa un documento, con sus atributos basicos. |
Methods in net.ezcontent.document that return Record | |
Record |
Reference.getDestination()
|
Methods in net.ezcontent.document with parameters of type Record | |
void |
Reference.setDestination(Record doc)
El objeto al cual apunta la referencia. |
Uses of Record in net.ezcontent.flow |
Subinterfaces of Record in net.ezcontent.flow | |
interface |
Action
Representa una accion que debe ejecutarse sobre algun objeto, por algun usuario. |
Methods in net.ezcontent.flow that return Record | |
Record |
Action.getRecord()
|
Methods in net.ezcontent.flow with parameters of type Record | |
void |
Action.setRecord(Record doc)
El objeto sobre el cual hay que ejecutar la accion. |
Uses of Record in net.ezcontent.impl.dao |
Methods in net.ezcontent.impl.dao with parameters of type Record | |
List |
FlujoDAO.getActionsForRecord(Record rec)
Busca y deuvelve las acciones cuyo destino es el registro 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 Record in net.ezcontent.impl.eos |
Classes in net.ezcontent.impl.eos that implement Record | |
class |
Accion
This is the object class that relates to the Accion table. |
class |
SimpleDocument
Este es un documento relativamente sencillo; simplemente cumple con la interfaz especificada. |
Methods in net.ezcontent.impl.eos that return Record | |
Record |
Accion.getRecord()
|
Record |
DocumentReference.getDestination()
|
Methods in net.ezcontent.impl.eos with parameters of type Record | |
void |
Accion.setRecord(Record rec)
Fija el registro destino de esta accion. |
void |
DocumentReference.setDestination(Record rec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |