|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_WF_Responsible
org.compiere.wf.MWFResponsible
public class MWFResponsible
Workflow Resoinsible
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_WF_Responsible |
|---|
AD_USER_ID_AD_Reference_ID, ENTITYTYPE_AD_Reference_ID, RESPONSIBLETYPE_AD_Reference_ID, RESPONSIBLETYPE_Human, RESPONSIBLETYPE_Organization, RESPONSIBLETYPE_Role, RESPONSIBLETYPE_SystemResource |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_WF_Responsible |
|---|
accessLevel, COLUMNNAME_AD_Role_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_WF_Responsible_ID, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Name, COLUMNNAME_ResponsibleType, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MWFResponsible(Properties ctx,
int AD_WF_Responsible_ID,
String trxName)
Standard Constructor |
|
MWFResponsible(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MWFResponsible |
get(Properties 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_Role, getAD_User_ID, getAD_WF_Responsible_ID, getDescription, getEntityType, getKeyNamePair, getName, getResponsibleType, initPO, setAD_Role_ID, setAD_User_ID, setAD_WF_Responsible_ID, setDescription, setEntityType, setName, setResponsibleType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MWFResponsible(Properties ctx,
int AD_WF_Responsible_ID,
String trxName)
ctx - contextAD_WF_Responsible_ID - idtrxName - transaction
public MWFResponsible(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MWFResponsible get(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||