public class LibraryScriptFunction extends Object implements ResourceLibrary
This class represents call to function in external library.
Constructor and Description |
---|
LibraryScriptFunction(LibraryFunction libraryScript,
Message message,
Map<String,? extends Object> parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Message |
getMessage()
|
String |
getName() |
Map<String,? extends Object> |
getParameters()
|
Iterable<ResourceKey> |
getResources()
Returns a list of resources contained in this resource library
|
int |
hashCode() |
public LibraryScriptFunction(LibraryFunction libraryScript, Message message, Map<String,? extends Object> parameters)
public String getName()
public Iterable<ResourceKey> getResources()
ResourceLibrary
Returns a list of resources contained in this resource library
The result does not have to be stable; i.e. the returned list of resources may differ for each execution based on context, configuration, time, etc.
getResources
in interface ResourceLibrary
public Message getMessage()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.