|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.type.UDFPropertiesImpl
public final class UDFPropertiesImpl
Field Summary | |
---|---|
int |
access
|
FunctionArgument[] |
arguments
|
Set<Collection.Key> |
argumentsSet
|
Boolean |
bufferOutput
|
long |
cachedWithin
|
String |
description
|
String |
displayName
|
String |
functionName
|
String |
hint
|
int |
index
|
Integer |
localMode
|
Struct |
meta
|
boolean |
output
|
PageSource |
pageSource
|
int |
returnFormat
|
int |
returnType
|
Boolean |
secureJson
|
String |
strReturnFormat
|
String |
strReturnType
|
Boolean |
verifyClient
|
Constructor Summary | |
---|---|
UDFPropertiesImpl()
NEVER USE THIS CONSTRUCTOR, this constructor is only for deserialize this object from stream |
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access)
Deprecated. only supported for very old compile templates in .ra archives |
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
|
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
short returnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated. only supported for old compile templates in .ra archives |
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
Boolean bufferOutput,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
Integer localMode,
StructImpl meta)
|
|
UDFPropertiesImpl(PageSource pageSource,
FunctionArgument[] arguments,
int index,
String functionName,
String strReturnType,
String strReturnFormat,
boolean output,
int access,
String displayName,
String description,
String hint,
Boolean secureJson,
Boolean verifyClient,
long cachedWithin,
StructImpl meta)
Deprecated. only supported for old compile templates in .ra archives |
Method Summary | |
---|---|
int |
getAccess()
|
void |
readExternal(ObjectInput in)
|
long |
sizeOf()
return the size of the object |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String functionName
public int returnType
public String strReturnType
public boolean output
public Boolean bufferOutput
public String hint
public String displayName
public PageSource pageSource
public int index
public FunctionArgument[] arguments
public Struct meta
public String description
public Boolean secureJson
public Boolean verifyClient
public String strReturnFormat
public int returnFormat
public Set<Collection.Key> argumentsSet
public int access
public long cachedWithin
public Integer localMode
Constructor Detail |
---|
public UDFPropertiesImpl()
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, int access, Boolean bufferOutput, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, Integer localMode, StructImpl meta) throws ExpressionException
ExpressionException
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access, Boolean bufferOutput, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, Integer localMode, StructImpl meta) throws ExpressionException
ExpressionException
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, String strReturnType, String strReturnFormat, boolean output, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, StructImpl meta) throws ExpressionException
ExpressionException
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access, String displayName, String description, String hint, Boolean secureJson, Boolean verifyClient, long cachedWithin, StructImpl meta) throws ExpressionException
ExpressionException
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access) throws ExpressionException
ExpressionException
Method Detail |
---|
public long sizeOf()
Sizeable
sizeOf
in interface Sizeable
public int getAccess()
getAccess
in interface UDFProperties
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |