gran.secured
Class SecuredUDFBean
java.lang.Object
gran.secured.Secured
gran.secured.SecuredUDFBean
- All Implemented Interfaces:
- java.lang.Comparable
- Direct Known Subclasses:
- SecuredTaskUDFBean, SecuredUserUDFBean, SecuredWorkflowUDFBean
- public abstract class SecuredUDFBean
- extends Secured
|
Field Summary |
protected java.lang.String |
caption
|
protected java.lang.String |
def
|
protected boolean |
hasScript
|
protected java.lang.Integer |
order
|
protected boolean |
required
|
protected java.lang.String |
scriptId
|
protected java.lang.Integer |
type
|
protected java.lang.String |
udfId
|
protected java.lang.String |
udfSourceId
|
| Fields inherited from class gran.secured.Secured |
sc |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
udfId
protected java.lang.String udfId
caption
protected java.lang.String caption
order
protected java.lang.Integer order
def
protected java.lang.String def
hasScript
protected boolean hasScript
udfSourceId
protected java.lang.String udfSourceId
required
protected boolean required
type
protected java.lang.Integer type
scriptId
protected java.lang.String scriptId
SecuredUDFBean
public SecuredUDFBean()
SecuredUDFBean
public SecuredUDFBean(Udf u,
SessionContext sc)
init
protected void init(Udf u)
getId
public java.lang.String getId()
- Specified by:
getId in class Secured
getCaption
public java.lang.String getCaption()
getOrder
public java.lang.Integer getOrder()
getDefault
public java.lang.String getDefault()
throws GranException
- Throws:
GranException
required
public boolean required()
getType
public java.lang.Integer getType()
getUdfSourceId
public java.lang.String getUdfSourceId()
hasScript
public boolean hasScript()
throws GranException
- Throws:
GranException
getUdfId
public java.lang.String getUdfId()
getScript
public SecuredScriptBean getScript()
throws GranException
- Throws:
GranException
getScriptId
public java.lang.String getScriptId()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable- Specified by:
compareTo in class Secured
getUL
public java.util.HashMap getUL()
throws GranException
- Throws:
GranException
getUdflist
public java.util.ArrayList getUdflist()
throws GranException
- Throws:
GranException
getULString
public java.lang.String getULString()
throws GranException
- Throws:
GranException
getSOAP
public UdfBean getSOAP()
throws GranException
- Throws:
GranException
canUpdate
public abstract boolean canUpdate()
throws GranException
- Specified by:
canUpdate in class Secured
- Throws:
GranException
Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.