com.trackstudio.secured
Class SecuredWorkflowUDFBean

java.lang.Object
  extended by com.trackstudio.secured.Secured
      extended by com.trackstudio.secured.SecuredUDFBean
          extended by com.trackstudio.secured.SecuredWorkflowUDFBean
All Implemented Interfaces:
java.lang.Comparable

public class SecuredWorkflowUDFBean
extends SecuredUDFBean

Bean which represents workflow custom field


Field Summary
protected  java.lang.String taskId
           
protected  java.lang.String workflowId
           
 
Fields inherited from class com.trackstudio.secured.SecuredUDFBean
cachevalues, caption, captionEx, def, htmlview, initial, lookuponly, lookupscriptId, order, required, scriptId, type, udfId, udfSourceId
 
Fields inherited from class com.trackstudio.secured.Secured
sc
 
Constructor Summary
SecuredWorkflowUDFBean(UDFCacheItem u, SessionContext sc)
           
 
Method Summary
 boolean canUpdate()
           
 boolean canView()
           
 java.lang.String getTaskId()
           
 SecuredWorkflowBean getWorkflow()
           
 java.lang.String getWorkflowId()
           
 
Methods inherited from class com.trackstudio.secured.SecuredUDFBean
compareTo, getCanUpdate, getCaption, getCaptionEx, getDefault, getId, getInitial, getLookupscript, getLookupscriptCalc, getLookupscriptId, getOrder, getScript, getScriptId, getSOAP, getType, getUdfId, getUdflist, getUdfSourceId, getUL, getULString, init, isCachevalues, isHtmlview, isLookuponly, isRequired, setCachevalues, setInitial, setLookuponly
 
Methods inherited from class com.trackstudio.secured.Secured
compare, equals, getSecure, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowId

protected java.lang.String workflowId

taskId

protected java.lang.String taskId
Constructor Detail

SecuredWorkflowUDFBean

public SecuredWorkflowUDFBean(UDFCacheItem u,
                              SessionContext sc)
                       throws GranException
Throws:
GranException
Method Detail

canUpdate

public boolean canUpdate()
                  throws GranException
Specified by:
canUpdate in class SecuredUDFBean
Throws:
GranException

canView

public boolean canView()
                throws GranException
Specified by:
canView in class Secured
Throws:
GranException

getWorkflow

public SecuredWorkflowBean getWorkflow()
                                throws GranException
Throws:
GranException

getWorkflowId

public java.lang.String getWorkflowId()

getTaskId

public java.lang.String getTaskId()


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.