public class PDTasksDefEvent extends PDTasksDef
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
fEVENORDER |
static java.lang.String |
fEVENTYPE |
static java.lang.String |
fMODEDEL |
static java.lang.String |
fMODEINS |
static java.lang.String |
fMODEUPD |
static int |
fTASKEVENT_CONVERT_DOC |
static int |
fTASKEVENT_COPY_DOC |
static int |
fTASKEVENT_COPY_FOLD |
static int |
fTASKEVENT_CUSTOM_DOC |
static int |
fTASKEVENT_CUSTOM_FOLD |
static int |
fTASKEVENT_EXPORT_DOC |
static int |
fTASKEVENT_EXPORT_FOLD |
static int |
fTASKEVENT_FTDEL_DOC |
static int |
fTASKEVENT_FTINDEX_DOC |
static int |
fTASKEVENT_FTUPDA_DOC |
static int |
fTASKEVENT_UPDATE_DOC |
static int |
fTASKEVENT_UPDATE_FOLD |
static int |
STARTNUM |
fACTIVE, fCATEGORY, fDESCRIPTION, fFILTER, fMODETIM, fNAME, fOBJTYPE, fPARAM, fPARAM2, fPARAM3, fPARAM4, fTASK_CUSTOMDOC, fTASK_CUSTOMFOLD, fTASK_DELETE_OLD_DOC, fTASK_DELETE_OLD_FOLD, fTASK_DOCSREPORT, fTASK_EXPORT, fTASK_FOLDSREPORT, fTASK_IMPORT, fTASK_LOCALSYNC, fTASK_MAXCRON, fTASK_PURGEDOC, fTRANSACT, fTYPE
AllowedChars, fPDAUTOR, fPDDATE, SYN_ADD, SYN_DEL, SYN_PARENT, SYN_SEP, SYN_THES, XML_Attr, XML_Field, XML_Group, XML_GroupMembers, XML_ListAttr, XML_Metadata, XML_OPDList, XML_OPDObject, XML_User, XML_UserMembers
Constructor and Description |
---|
PDTasksDefEvent(DriverGeneric Drv)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
assignValues(Record Rec)
Assign new values to the TaskDefEvent object
|
int |
getEvenOrder() |
java.lang.String |
getEvenType() |
static java.lang.String[] |
getListTypeEventTask()
Returns a list of tasks of type event
|
Record |
getRecord()
Returns a record with the current values
|
static java.lang.String |
getTableName()
Static method that returns the name of TaskDefEvent table in DDBB
|
java.lang.String |
getTabName()
Returns the name of TaskDefEvent table in DDBB
|
void |
setEvenOrder(int EvenOrder) |
void |
setEvenType(java.lang.String EvenType) |
getCategory, getDescription, getListAllTypeTask, getListTypeTask, getName, getObjFilter, getObjType, getParam, getParam2, getParam3, getParam4, getTaskUser, getType, isActive, isTransact, Search, setActive, setCategory, setDescription, setName, setObjFilter, setObjType, setParam, setParam2, setParam3, setParam4, setTaskUser, setTransact, setType, StartTaskGenerator, StopTaskGenerator
CheckName, Clear, delete, EndXML, getAll, getDrv, getPDAutor, getPDDate, insert, Install, Load, ProcesXMLNode, SearchLike, SearchLikeDesc, SearchQBE, SearchSelect, SearchSelectV, setDrv, StartXML, String2BD, toXML, unInstall, update
public static final java.lang.String fEVENTYPE
public static final java.lang.String fEVENORDER
public static final java.lang.String fMODEINS
public static final java.lang.String fMODEUPD
public static final java.lang.String fMODEDEL
public static final int STARTNUM
public static final int fTASKEVENT_UPDATE_DOC
public static final int fTASKEVENT_UPDATE_FOLD
public static final int fTASKEVENT_COPY_DOC
public static final int fTASKEVENT_COPY_FOLD
public static final int fTASKEVENT_EXPORT_DOC
public static final int fTASKEVENT_EXPORT_FOLD
public static final int fTASKEVENT_CONVERT_DOC
public static final int fTASKEVENT_FTINDEX_DOC
public static final int fTASKEVENT_FTUPDA_DOC
public static final int fTASKEVENT_FTDEL_DOC
public static final int fTASKEVENT_CUSTOM_DOC
public static final int fTASKEVENT_CUSTOM_FOLD
public PDTasksDefEvent(DriverGeneric Drv) throws PDException
Drv
- OpenProdoc driver-session for access to DDBBPDException
- in any errorpublic void assignValues(Record Rec) throws PDException
assignValues
in class PDTasksDef
Rec
- Record of TaskDefEvent type with new valuesPDException
- in any errorpublic Record getRecord() throws PDException
getRecord
in class PDTasksDef
PDException
- in any errorpublic java.lang.String getTabName()
getTabName
in class ObjPD
public static java.lang.String getTableName()
public java.lang.String getEvenType()
public void setEvenType(java.lang.String EvenType)
EvenType
- the EvenType to setpublic int getEvenOrder()
public void setEvenOrder(int EvenOrder)
EvenOrder
- the EvenOrder to setpublic static java.lang.String[] getListTypeEventTask()