|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgran.app.adapter.kernel.step.BaseStepAdapter
Constructor Summary | |
BaseStepAdapter()
|
Method Summary | |
java.util.Collection |
availableMstatusImpl(java.lang.String taskid,
java.lang.String userid,
java.util.Collection result)
get available mstatus for current state |
java.util.Collection |
getAllowedMsgRecepientImpl(java.lang.String taskid,
java.lang.String mstatus,
java.util.Collection result)
returns Collection of User (message recipient) that allowed by ACL and workflow |
java.lang.String |
getDescription()
Get description of adapter as plain text |
java.util.Collection |
getHandlerListForTaskImpl(java.lang.String taskId,
java.util.Collection result)
|
boolean |
init()
Initialize adapter. |
java.util.Collection |
listMessagesImpl(java.lang.String t,
java.lang.String u,
java.util.Collection result)
Returns a collection of messages for specified Task |
void |
sendNotificationImpl(java.lang.String messageid,
java.lang.String taskid,
java.lang.String userid,
boolean checkMessages)
|
void |
stepImpl(java.lang.String mstatus,
java.lang.String task,
java.lang.String userid,
java.lang.String handler,
java.lang.String resolution)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseStepAdapter()
Method Detail |
public boolean init()
Adapter
init
in interface Adapter
public java.lang.String getDescription()
Adapter
getDescription
in interface Adapter
public void stepImpl(java.lang.String mstatus, java.lang.String task, java.lang.String userid, java.lang.String handler, java.lang.String resolution) throws gran.exception.GranException
stepImpl
in interface StepAdapter
gran.exception.GranException
public java.util.Collection availableMstatusImpl(java.lang.String taskid, java.lang.String userid, java.util.Collection result) throws gran.exception.GranException
StepAdapter
availableMstatusImpl
in interface StepAdapter
gran.exception.GranException
public java.util.Collection getHandlerListForTaskImpl(java.lang.String taskId, java.util.Collection result) throws gran.exception.GranException
getHandlerListForTaskImpl
in interface StepAdapter
gran.exception.GranException
public java.util.Collection listMessagesImpl(java.lang.String t, java.lang.String u, java.util.Collection result) throws gran.exception.GranException
StepAdapter
listMessagesImpl
in interface StepAdapter
gran.exception.GranException
public java.util.Collection getAllowedMsgRecepientImpl(java.lang.String taskid, java.lang.String mstatus, java.util.Collection result) throws gran.exception.GranException
getAllowedMsgRecepientImpl
in interface StepAdapter
gran.exception.GranException
public void sendNotificationImpl(java.lang.String messageid, java.lang.String taskid, java.lang.String userid, boolean checkMessages) throws gran.exception.GranException
sendNotificationImpl
in interface StepAdapter
gran.exception.GranException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |