public final class UDFPropertiesImpl extends Object implements UDFProperties
Modifier and Type | Field and Description |
---|---|
int |
access |
FunctionArgument[] |
arguments |
Set<Collection.Key> |
argumentsSet |
Boolean |
bufferOutput |
Object |
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 and Description |
---|
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) |
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)
Deprecated.
only supported for 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,
Object 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)
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,
Object 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
|
Modifier and Type | Method and Description |
---|---|
int |
getAccess() |
void |
readExternal(ObjectInput in) |
long |
sizeOf()
return the size of the object
|
void |
writeExternal(ObjectOutput out) |
public String functionName
public int returnType
public String strReturnType
public boolean output
public Boolean bufferOutput
public String displayName
public PageSource pageSource
public int index
public FunctionArgument[] arguments
public String description
public Boolean secureJson
public Boolean verifyClient
public String strReturnFormat
public int returnFormat
public Set<Collection.Key> argumentsSet
public int access
public Object cachedWithin
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, Object cachedWithin, Integer localMode, StructImpl meta)
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, Object cachedWithin, Integer localMode, StructImpl meta)
public UDFPropertiesImpl(PageSource pageSource, FunctionArgument[] arguments, int index, String functionName, short returnType, String strReturnFormat, boolean output, int access)
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)
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)
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)
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)
public long sizeOf()
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
Copyright © 2015 Lucee