|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_WF_Responsible
org.compiere.wf.MWFResponsible
public class MWFResponsible
Workflow Responsible
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_WF_Responsible |
|---|
accessLevel, AD_USER_ID_AD_Reference_ID, ENTITYTYPE_AD_Reference_ID, Model, RESPONSIBLETYPE_AD_Reference_ID, RESPONSIBLETYPE_Human, RESPONSIBLETYPE_Organization, RESPONSIBLETYPE_Role, RESPONSIBLETYPE_SystemResource, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MWFResponsible(Ctx ctx,
int AD_WF_Responsible_ID,
String trxName)
Standard Constructor |
|
MWFResponsible(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MWFResponsible |
get(Ctx ctx,
int AD_WF_Responsible_ID)
Get WF Responsible from Cache |
MRole |
getRole()
Is Role Responsible |
boolean |
isHuman()
Is Human Responsible |
boolean |
isInvoker()
Invoker - return true if no user and no role |
boolean |
isOrganization()
Is Org Responsible |
boolean |
isRole()
Is Role Responsible |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_WF_Responsible |
|---|
get_AccessLevel, getAD_Role_ID, getAD_User_ID, getAD_WF_Responsible_ID, getDescription, getEntityType, getKeyNamePair, getName, getResponsibleType, initPO, isResponsibleTypeValid, setAD_Role_ID, setAD_User_ID, setAD_WF_Responsible_ID, setDescription, setEntityType, setName, setResponsibleType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MWFResponsible(Ctx ctx,
int AD_WF_Responsible_ID,
String trxName)
ctx - contextAD_WF_Responsible_ID - idtrxName - transaction
public MWFResponsible(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MWFResponsible get(Ctx ctx,
int AD_WF_Responsible_ID)
ctx - contextAD_WF_Responsible_ID - id
public boolean isInvoker()
public boolean isRole()
public MRole getRole()
public boolean isHuman()
public boolean isOrganization()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
public String toString()
toString in class X_AD_WF_Responsible
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||