Uses of Class
com.orientechnologies.orient.core.metadata.function.OFunction
Packages that use OFunction
Package
Description
-
Uses of OFunction in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type OFunctionModifier and TypeMethodDescriptionbooleanOSecurityRemote.canExecute(ODatabaseSession session, OFunction function) -
Uses of OFunction in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script with parameters of type OFunctionModifier and TypeMethodDescriptionOScriptManager.getFunctionDefinition(OFunction iFunction) OScriptManager.getFunctionInvoke(OFunction iFunction, Object[] iArgs) -
Uses of OFunction in com.orientechnologies.orient.core.command.script.formatter
Methods in com.orientechnologies.orient.core.command.script.formatter with parameters of type OFunctionModifier and TypeMethodDescriptionOGroovyScriptFormatter.getFunctionDefinition(OFunction f) OJSScriptFormatter.getFunctionDefinition(OFunction f) ORubyScriptFormatter.getFunctionDefinition(OFunction f) OScriptFormatter.getFunctionDefinition(OFunction iFunction) OSQLScriptFormatter.getFunctionDefinition(OFunction f) OGroovyScriptFormatter.getFunctionInvoke(OFunction iFunction, Object[] iArgs) OJSScriptFormatter.getFunctionInvoke(OFunction iFunction, Object[] iArgs) ORubyScriptFormatter.getFunctionInvoke(OFunction iFunction, Object[] iArgs) OScriptFormatter.getFunctionInvoke(OFunction iFunction, Object[] iArgs) OSQLScriptFormatter.getFunctionInvoke(OFunction iFunction, Object[] iArgs) -
Uses of OFunction in com.orientechnologies.orient.core.metadata.function
Fields in com.orientechnologies.orient.core.metadata.function with type parameters of type OFunctionMethods in com.orientechnologies.orient.core.metadata.function that return OFunctionModifier and TypeMethodDescriptionOFunctionLibrary.createFunction(String iName) OFunctionLibraryImpl.createFunction(ODatabaseDocumentInternal database, String iName) OFunctionLibraryImpl.createFunction(String iName) OSessionFunctionLibrary.createFunction(String iName) OFunctionLibrary.getFunction(String iName) OFunctionLibraryImpl.getFunction(String iName) OSessionFunctionLibrary.getFunction(String iName) OFunction.setIdempotent(boolean iIdempotent) OFunction.setLanguage(String iLanguage) OFunction.setParameters(List<String> iParameters) Methods in com.orientechnologies.orient.core.metadata.function with parameters of type OFunctionModifier and TypeMethodDescriptionvoidOFunctionLibrary.dropFunction(OFunction function) voidOFunctionLibraryImpl.dropFunction(OFunction function) voidOSessionFunctionLibrary.dropFunction(OFunction function) Constructors in com.orientechnologies.orient.core.metadata.function with parameters of type OFunction -
Uses of OFunction in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security with parameters of type OFunctionModifier and TypeMethodDescriptionbooleanOSecurityInternal.canExecute(ODatabaseSession session, OFunction function) booleanOSecurityShared.canExecute(ODatabaseSession session, OFunction function) -
Uses of OFunction in com.orientechnologies.orient.core.schedule
Methods in com.orientechnologies.orient.core.schedule that return OFunctionMethods in com.orientechnologies.orient.core.schedule with parameters of type OFunction -
Uses of OFunction in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type OFunctionModifier and TypeMethodDescriptionbooleanOSymmetricKeySecurity.canExecute(ODatabaseSession session, OFunction function)