Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abortTransaction(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Abort a transaction in the context of this session.
accept(T) - Method in interface io.toro.martini.util.Throwables.ThrowingConsumer
 
accept0(T) - Method in interface io.toro.martini.util.Throwables.ThrowingConsumer
 
addCejiConnector(String, ChatCommandProcessor) - Static method in class io.toro.martini.CejiMethods
 
addChatListener(ChatManagerListener) - Method in class io.toro.martini.jabber.model.JabberConnection
 
addChildDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
Adds a child document to an existing document
addDocument(String, String, String, String, String, String) - Static method in class io.toro.martini.TrackerMethods
addDocument(String, String, String, String, String, String, byte[]) - Static method in class io.toro.martini.TrackerMethods
Add Document to Tracker Database.
addDocument(String, String, String, String, String, String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document to Tracker Database.
addDocument(String, String, String, String, String, String, Map<String, String>) - Static method in class io.toro.martini.TrackerMethods
Add Document to Tracker Database.
addDocument(String, String, String, String, String, String, byte[], Map<String, String>) - Static method in class io.toro.martini.TrackerMethods
Add Document to Tracker Database.
addDocument(String, String, String, String, String, String, String, Map<String, String>) - Static method in class io.toro.martini.TrackerMethods
Add Document to Tracker Database.
addDocumentException(String, Exception) - Static method in class io.toro.martini.TrackerMethods
Deprecated.
Will be removed in 4.0
addDocumentLog(String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document Log to Tracker Database.
addDocumentLog(String, String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document Log to Tracker Database.
addDocumentProperty(Document, String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document Property to Tracker Database.
addDocumentProperty(String, String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document Property to Tracker Database.
addDocumentState(String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document State to Tracker Database.
addDocumentState(String, String, String) - Static method in class io.toro.martini.TrackerMethods
Add Document State to Tracker Database.
addDocumentState(String, String, byte[]) - Static method in class io.toro.martini.TrackerMethods
Add Document State to Tracker Database.
addDocumentState(String, String, byte[], boolean) - Static method in class io.toro.martini.TrackerMethods
Add Document State to Tracker Database.
addErrorMessage(String) - Method in exception io.toro.martini.api.APIException
 
addFieldError(String, String) - Method in exception io.toro.martini.api.APIException
 
addPackage(String, String, String, String, boolean) - Static method in class io.toro.martini.MartiniMethods
addPackage(GloopModel, String, boolean) - Static method in class io.toro.martini.MartiniMethods
Returns the package with the given name, if it exists
addParentDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
Adds a parent document to an existing document
addToList(Object, Object) - Static method in class io.toro.martini.ArrayMethods
Add a non-null object to a list, if the value is null, it will not be added
addToMultiValueMap(K, V, Map<K, List<V>>) - Static method in class io.toro.martini.util.MapUtils
 
addUserToGroup(String, String) - Static method in class io.toro.martini.UserGroupMethods
 
aggregate(String, String, String, List<? extends Bson>, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Aggregates documents according to the specified aggregation pipeline.
aggregateWithQuery(String, String, String, List<String>, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Aggregates documents according to the specified aggregation pipeline.
AlertJMSMessage - Class in io.toro.martini.jms.model
 
AlertJMSMessage() - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
AlertJMSMessage(String) - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
AlertJMSMessage(String, int) - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
AlertJMSMessage(String, String) - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
AlertJMSMessage(String, String, int) - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
AlertJMSMessage(String, String, int, Map<Serializable, Serializable>) - Constructor for class io.toro.martini.jms.model.AlertJMSMessage
 
anyWildcardMatch(String[], String, IOCase) - Static method in class io.toro.martini.util.FilenameUtils
Checks if any of the entries in filenames matches wildcardMatcher.
APIException - Exception in io.toro.martini.api
 
APIException() - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, Object...) - Constructor for exception io.toro.martini.api.APIException
 
APIException(Throwable) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, HttpStatus) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int, Object) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int, Throwable) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int, int) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int, int, List<APILogMessage>) - Constructor for exception io.toro.martini.api.APIException
 
APIException(String, int, int, List<APILogMessage>, Map<String, LinkedList<String>>) - Constructor for exception io.toro.martini.api.APIException
 
ApiIgnore - Annotation Type in io.toro.martini.service.annotation
Created by darenklamer on 14/09/15.
APILogMessage - Class in io.toro.martini.api
 
APILogMessage() - Constructor for class io.toro.martini.api.APILogMessage
 
APILogMessage(APILogMessageType, String) - Constructor for class io.toro.martini.api.APILogMessage
 
APILogMessageType - Enum in io.toro.martini.api
 
APIResponse - Class in io.toro.martini.api
A simple wrapper class for REST API Responses.
APIResponse() - Constructor for class io.toro.martini.api.APIResponse
 
APIResponse(APILogMessageType) - Constructor for class io.toro.martini.api.APIResponse
 
APIResponse(String) - Constructor for class io.toro.martini.api.APIResponse
 
APIResponse(String, String) - Constructor for class io.toro.martini.api.APIResponse
 
APIResponse(Object) - Constructor for class io.toro.martini.api.APIResponse
 
appendPrefix(String, String, String) - Static method in class io.toro.martini.StringMethods
 
appendPrefix(String, Character, String) - Static method in class io.toro.martini.StringMethods
 
ApplicationLogger - Class in io.toro.martini.util
 
ApplicationLogger(Logger) - Constructor for class io.toro.martini.util.ApplicationLogger
 
ApplicationLogger(Class) - Constructor for class io.toro.martini.util.ApplicationLogger
 
ApplicationUtils - Class in io.toro.martini.util
 
ArrayMethods - Class in io.toro.martini
Created by darenklamer on 28/6/18.
ArrayMethods() - Constructor for class io.toro.martini.ArrayMethods
 
asJSON(Object) - Static method in class io.toro.martini.MarshallerMethods
Use the ESB pre-configured Jackson/JAXB marshaller to convert an object to a json string
associatedTrackerId(String) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
asUrlPathSegment(String) - Static method in class io.toro.martini.UrlMethods
Escapes the provided string such that they can be safely included in URL path segments.
asXML(Object) - Static method in class io.toro.martini.MarshallerMethods
Use the ESB pre-configured Jackson/JAXB marshaller to convert an object to a json string
asYaml(GloopObject, boolean, boolean) - Static method in class io.toro.martini.YamlMethods
 

B

bean(String) - Static method in class io.toro.martini.CoreMethods
Gets a bean from the spring context of the TORO Martini package that the script is in.
BeanUtils - Class in io.toro.martini.util
 
BeanUtils() - Constructor for class io.toro.martini.util.BeanUtils
 
BeanUtils2 - Class in io.toro.martini.util
 
bindJNDIObject(String, Object) - Static method in class io.toro.martini.util.ApplicationUtils
 
BooleanMethods - Class in io.toro.martini
 
build() - Method in class io.toro.martini.invocation.ServiceGroup.Builder
 
build() - Method in class io.toro.martini.monitor.EndpointInvokeDocument.Builder
 
build() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
build() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
build() - Method in class io.toro.martini.tracker.Document.Builder
 
build() - Method in class io.toro.martini.tracker.Document.State.Builder
 
buildConfiguration(Map) - Static method in class io.toro.martini.jabber.model.JabberConnection
Creates a jabber based on the configuration map provided Properties for configuring jabber connection NOTE THIS IS FOR ENDPOINT ONLY { Key: replyServiceResponse, Type: Boolean } - Set to true if service response will return its object to the sender.
builder() - Static method in class io.toro.martini.gloop.http.MultipartFile
 
Builder() - Constructor for class io.toro.martini.gloop.http.MultipartFile.Builder
 
builder() - Static method in class io.toro.martini.invocation.ServiceGroup
 
Builder() - Constructor for class io.toro.martini.invocation.ServiceGroup.Builder
 
Builder(String, String, String, String) - Constructor for class io.toro.martini.monitor.EndpointInvokeDocument.Builder
 
Builder(EndpointInvokeDocument) - Constructor for class io.toro.martini.monitor.EndpointInvokeDocument.Builder
 
Builder(String, String, URL) - Constructor for class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
Builder(HttpInvokeDocument) - Constructor for class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
builder() - Static method in class io.toro.martini.tracker.Document
 
Builder() - Constructor for class io.toro.martini.tracker.Document.Builder
 
builder() - Static method in class io.toro.martini.tracker.Document.State
 
Builder() - Constructor for class io.toro.martini.tracker.Document.State.Builder
 
buildModel() - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
bulkWrite(String, String, String, ClientSession, int, boolean, boolean, Boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Executes a mix of inserts, updates, replaces, and deletes.

C

cacheGet(String, Object) - Static method in class io.toro.martini.CacheMethods
 
cacheGet(String, Collection<?>) - Static method in class io.toro.martini.CacheMethods
 
cacheGet(String, Object, Closure) - Static method in class io.toro.martini.CacheMethods
 
cacheGet(String, Object, T) - Static method in class io.toro.martini.CacheMethods
 
cacheInvalidate(String, Object) - Static method in class io.toro.martini.CacheMethods
 
cacheInvalidateAll(String, Collection<?>) - Static method in class io.toro.martini.CacheMethods
 
CacheMethods - Class in io.toro.martini
Extensions methods for using caches with Martini.
CacheMethods() - Constructor for class io.toro.martini.CacheMethods
 
cachePut(String, Object, Object) - Static method in class io.toro.martini.CacheMethods
 
cachePutAll(String, Map<?, ?>) - Static method in class io.toro.martini.CacheMethods
 
calculate(long) - Method in enum io.toro.martini.util.FileUtils.UNITS
 
canBeResubmitted(boolean) - Method in class io.toro.martini.tracker.Document.State.Builder
 
canBeResubmitted() - Method in class io.toro.martini.tracker.Document.State
 
cejiConfirmationResponse() - Static method in class io.toro.martini.CejiMethods
 
cejiFailureResponse(String) - Static method in class io.toro.martini.CejiMethods
 
CejiMethods - Class in io.toro.martini
Utility class for reading responses from predefined text files.
cejiSuccessResponse(String) - Static method in class io.toro.martini.CejiMethods
 
cejiWaitingResponse() - Static method in class io.toro.martini.CejiMethods
 
changeExtension(File, String) - Static method in class io.toro.martini.util.FileUtils
 
ChatCommandProcessor - Interface in io.toro.ceji
Interface for clients that intend to process commands dispatched by ChatCommandDispatcher.
checkPort(int) - Static method in class io.toro.martini.util.Preconditions2
 
checkPort(int, String, Object...) - Static method in class io.toro.martini.util.Preconditions2
 
checkValidAlias(String) - Static method in class io.toro.martini.util.Preconditions2
Validates characters present in the provided parameter for UrlAliasEndpoint.
childIds(Collection<String>) - Method in class io.toro.martini.tracker.Document.Builder
 
childIds() - Method in class io.toro.martini.tracker.Document
 
classServiceGroup(String) - Static method in class io.toro.martini.util.ServiceNameUtils
 
cleanUpCloseable(Map<?, Object>) - Static method in class io.toro.martini.util.IOUtils
 
close() - Method in class io.toro.martini.jabber.model.JabberConnection
 
close(FileObject) - Static method in class io.toro.martini.VfsMethods
 
closeConnection(Connection) - Static method in class io.toro.martini.SqlMethods
 
commitTransaction(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Commit a transaction in the context of this session.
commitTransaction() - Static method in class io.toro.martini.SqlMethods
 
commitTransaction(Connection) - Static method in class io.toro.martini.SqlMethods
 
CompoundEnumeration - Class in io.toro.martini.util
A compound URL enumeration.
CompoundEnumeration(List<Enumeration<URL>>) - Constructor for class io.toro.martini.util.CompoundEnumeration
Creates a compound enumeration.
connect() - Method in class io.toro.martini.jabber.model.JabberConnection
 
connectionToString(String) - Method in class io.toro.martini.MongoDbMethods
Returns a string representation of the mongo client object.
constructUrl(HttpServletRequest) - Static method in class io.toro.martini.UrlMethods
 
constructUrl(HttpServletRequest, boolean) - Static method in class io.toro.martini.UrlMethods
 
containsAny(CharSequence, Collection<? extends CharSequence>) - Static method in class io.toro.martini.StringMethods
 
containsAny(CharSequence, Collection<? extends CharSequence>, boolean) - Static method in class io.toro.martini.StringMethods
 
containsConnectionWithName(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
contentFileName(String) - Method in class io.toro.martini.tracker.Document.State.Builder
 
contentFileName() - Method in class io.toro.martini.tracker.Document.State
 
contentSize(long) - Method in class io.toro.martini.tracker.Document.State.Builder
 
contentSize() - Method in class io.toro.martini.tracker.Document.State
 
contentType(String) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
contextToJsonString(GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
Outputs a JSON representation of the current gloop variable context
copy(InputStream, OutputStream, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
Copies bytes from an InputStream to an OutputStream.
copyLarge(InputStream, OutputStream, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
Copies bytes from a large (over 2GB) InputStream to an OutputStream.
copyTo(String, String) - Static method in class io.toro.martini.VfsMethods
Copy the item found in the source url to the target url.
CoreMethods - Class in io.toro.martini
This class provides one-liner methods for core utility functions.
count(Stream) - Static method in class io.toro.martini.StreamMethods
 
countDocuments(String, String, String, ClientSession, Bson) - Static method in class io.toro.martini.MongoDbMethods
Counts the number of documents in the collection according to the given options.
countDocuments(String, String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Counts the number of documents in the collection according to the given options.
countFinds(Collection<String>, String) - Static method in class io.toro.martini.StringMethods
Counts the total number of occurrences of the given regular expression in the entries.
countMatches(Collection<String>, String) - Static method in class io.toro.martini.StringMethods
Counts the number of entries in strings matching the regular expression regularExpression.
create(int, long, String, String) - Static method in class io.toro.martini.tracker.Document.Log
 
create(Long, long, String, String) - Static method in class io.toro.martini.tracker.Document.Log
 
create(String, String) - Static method in class io.toro.martini.tracker.Document.Property
 
create(String) - Static method in class io.toro.martini.tracker.Document.State
 
create(String, boolean) - Static method in class io.toro.martini.tracker.Document.State
 
create(String, String) - Static method in class io.toro.martini.tracker.Document.Type
 
create() - Static method in class io.toro.martini.transaction.Transactions
Creates an unstarted TransactionFacade.
create(String) - Static method in class io.toro.martini.transaction.Transactions
 
create(int) - Static method in class io.toro.martini.transaction.Transactions
 
create(String, String) - Static method in class io.toro.martini.transaction.Transactions
 
create(String, String, int) - Static method in class io.toro.martini.transaction.Transactions
 
create(TransactionDefinition) - Static method in class io.toro.martini.transaction.Transactions
Creates an unstarted TransactionFacade.
createDatabaseAndCollection(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Create a new collection with the given name.
createFile(FileObject) - Static method in class io.toro.martini.VfsMethods
 
createFolder(FileObject) - Static method in class io.toro.martini.VfsMethods
 
createIndex(String, String, String, ClientSession, Bson, IndexOptions) - Static method in class io.toro.martini.MongoDbMethods
Create an index with the given keys and options.
createIndex(String, String, String, ClientSession, String, IndexOptions) - Static method in class io.toro.martini.MongoDbMethods
Create an index with the given keys and options.
createIndexes(String, String, String, ClientSession, List<IndexModel>, CreateIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
Create multiple indexes.
createJabberConnection(String, Map, Closure) - Static method in class io.toro.martini.JabberMethods
Creates a jabber connection based on the map configuration
createJabberConnection(String, Map) - Static method in class io.toro.martini.JabberMethods
Creates a jabber connection based on the map configuration
createModel(String) - Static method in class io.toro.martini.gloop.http.MultipartFile
 
createModel() - Static method in class io.toro.martini.gloop.http.MultipartFile
 
createProducer(String, KafkaClientsMethods.SerializerClass, KafkaClientsMethods.SerializerClass, Properties) - Static method in class io.toro.martini.KafkaClientsMethods
Creates a producer using the provided configuration.
createProducer(String, KafkaClientsMethods.SerializerClass, KafkaClientsMethods.SerializerClass) - Static method in class io.toro.martini.KafkaClientsMethods
Creates a producer.
createProducer(String, Class<? extends Serializer>, Class<? extends Serializer>) - Static method in class io.toro.martini.KafkaClientsMethods
Creates a producer.
createProducer(String, Properties) - Static method in class io.toro.martini.KafkaClientsMethods
Creates a producer using the provided configuration.
createView(String, String, String, String, List<? extends Bson>, ClientSession, CreateViewOptions) - Static method in class io.toro.martini.MongoDbMethods
Creates a view with the given name, backing collection/view name, and aggregation pipeline that defines the view.
CsvMethods - Class in io.toro.martini
This class provides one-liners for CSV related operations.
cursorAppend(GloopCursor, Object) - Static method in class io.toro.martini.GloopMethods
Adds all the value to the cursor.
cursorClose(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Closes a cursor
cursorGetValue(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Gets the value of the current record from the cursor
cursorHasNext(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Checks whether the given gloop cursor has another record
cursorLast(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Automatically iterates through the cursor until the last record is reached
cursorNextRecord(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Moves the cursor to the next record
cursorSize(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Get the size of a cursor"
cursorSkip(GloopCursor, int) - Static method in class io.toro.martini.GloopMethods
Skips the next X records in a cursor
cursorToArray(GloopCursor) - Static method in class io.toro.martini.GloopMethods
Iterates through a cursor and creates an in-memory gloop model array

D

DatabaseConnectionPoolMethods - Class in io.toro.martini
This class provides methods for managing the lifecycle of database pools and connections.
DataWrapper - Class in io.toro.martini.web.spring.mvc
A utility class that REST API users can use to have Martini Runtime use the Groovy JSONSlurper/XMLSlurper to parse request data prior to their code being called.
DataWrapper() - Constructor for class io.toro.martini.web.spring.mvc.DataWrapper
 
DataWrapper(Object) - Constructor for class io.toro.martini.web.spring.mvc.DataWrapper
 
debug(String) - Method in class io.toro.martini.api.APIResponse
 
debug(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a debug message to it.
debug(String, String) - Static method in class io.toro.martini.LoggerMethods
 
debug(String) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
debug(String) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
debug(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
debugEnabled() - Static method in class io.toro.martini.util.ApplicationUtils
 
debugIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
 
debugIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a debug message to it (if debug is enabled).
debugIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
 
debugIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
debugIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
decrypt(String) - Static method in class io.toro.martini.StringMethods
Decrypts the password.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.toro.martini.jabber.model.JabberConnection
 
DEFAULT_MAX_PERIOD - Static variable in class io.toro.martini.util.Predicates2
 
DEFAULT_PACKET_REPLY_TIMEOUT - Static variable in class io.toro.martini.jabber.model.JabberConnection
 
DEFAULT_PERIOD - Static variable in class io.toro.martini.util.Predicates2
 
DEFAULT_PING_INTERVAL - Static variable in class io.toro.martini.jabber.model.JabberConnection
 
define() - Static method in class io.toro.martini.transaction.Transactions
Returns a builder instance for building TransactionDefinitions.
delete(FileObject) - Static method in class io.toro.martini.VfsMethods
 
deleteAll(FileObject) - Static method in class io.toro.martini.VfsMethods
 
deleteById(String, String, List<String>) - Static method in class io.toro.martini.SolrMethods
Delete a solr document by ID
deleteByQuery(String, String, String) - Static method in class io.toro.martini.SolrMethods
 
deleteByQueryString(String, String, String) - Static method in class io.toro.martini.SolrMethods
Delete a solr document by query
deleteDocument(String) - Static method in class io.toro.martini.TrackerMethods
 
deleteEmptyFolder(File, File) - Static method in class io.toro.martini.util.FileUtils
Recursively delete directory if found empty.
deleteEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
Deletes the endpoint
deleteGroup(String) - Static method in class io.toro.martini.UserGroupMethods
 
deleteMany(String, String, String, ClientSession, Bson, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Removes all documents from the collection that match the given query filter.
deleteMany(String, String, String, ClientSession, String, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Removes all documents from the collection that match the given query filter.
deleteMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
Deletes the Monitor Rule of a given name.
deleteOne(String, String, String, ClientSession, Bson, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Removes at most one document from the collection that matches the given filter.
deleteOne(String, String, String, ClientSession, String, DeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Removes at most one document from the collection that matches the given filter.
deletePackage(String) - Static method in class io.toro.martini.MartiniMethods
Deletes the package with the given name
deletePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
deleteThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
Deletes the Throttling Rule with a given name.
deleteUser(String) - Static method in class io.toro.martini.UserGroupMethods
 
deployPackage(URI, String, GloopModel, boolean, boolean, boolean) - Static method in class io.toro.martini.RemoteDeploymentMethods
Deploys package to specified Martini instance
deployPackage(String, String, GloopModel, boolean, boolean, boolean) - Static method in class io.toro.martini.RemoteDeploymentMethods
Deploys package to specified Martini instance name
DESTINATION_NAME - Static variable in class io.toro.martini.jms.model.AlertJMSMessage
 
destroy() - Method in interface io.toro.martini.ipackage.PackageManager
 
disableEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
Disables the endpoint
disableMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
Disables the Monitor Rule of a given name.
disablePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
disableThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
Disables the Throttling Rule with a given name.
disconnect() - Method in class io.toro.martini.jabber.model.JabberConnection
 
distinct(String, String, String, String, Bson, ClientSession, Class<T>, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Gets the distinct values of the specified field name.
distinct(String, String, String, String, String, ClientSession, Class<T>, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Gets the distinct values of the specified field name.
distinct(Stream, Collection) - Static method in class io.toro.martini.StreamMethods
 
Document - Class in io.toro.martini.tracker
 
Document() - Constructor for class io.toro.martini.tracker.Document
 
Document.Builder - Class in io.toro.martini.tracker
 
Document.Log - Class in io.toro.martini.tracker
 
Document.Property - Class in io.toro.martini.tracker
 
Document.State - Class in io.toro.martini.tracker
 
Document.State.Builder - Class in io.toro.martini.tracker
 
Document.Type - Class in io.toro.martini.tracker
 
doProcess(String[]) - Method in interface io.toro.ceji.ChatCommandProcessor
 
drop(String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Drops this database.
drop(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Drops this collection from the Database.
dropCollection(String, String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Drop a collection with the given name.
dropDatabase(String, String) - Static method in class io.toro.martini.MongoDbMethods
Drops the database if it exists.
dropIndex(String, String, String, ClientSession, String, DropIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
Drops the index given its name.
dropIndexes(String, String, String, ClientSession, DropIndexOptions) - Static method in class io.toro.martini.MongoDbMethods
Drop all the indexes on this collection, except for the default on _id.
dynamicModelToMapModelArray(GloopModel) - Static method in class io.toro.martini.GloopMethods
 

E

eachRecord(File, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse CSV file.
eachRecord(File, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse CSV file.
eachRecord(File, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(File, int, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(File, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(File, int, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(File, int, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, int, char, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, int, CSVFormat, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(InputStream, String, int, int, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a flat file.
eachRecord(File, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a fixed-width file.
eachRecord(InputStream, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a fixed-width file.
eachRecord(Reader, int, List, Closure<T>) - Static method in class io.toro.martini.CsvMethods
Parse a fixed-width file.
EccException - Exception in io.toro.martini.exception
 
EccException(String) - Constructor for exception io.toro.martini.exception.EccException
 
ellipsize(String, int) - Static method in class io.toro.martini.StringMethods
 
EmailMethods - Class in io.toro.martini
This class provides one-liners for sending and reading emails.
empty(boolean) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
enableEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
Enables the endpoint
enableMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
Enables the Monitor Rule of a given name.
enablePool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
enableThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
Enables the Throttling Rule with a given name.
encloseString(String, String, String) - Static method in class io.toro.martini.StringMethods
 
encrypt(String) - Static method in class io.toro.martini.StringMethods
Encrypt the plain text password.
EndpointInvokeDocument - Class in io.toro.martini.monitor
 
EndpointInvokeDocument.Builder - Class in io.toro.martini.monitor
 
equals(Object) - Method in class io.toro.martini.monitor.EndpointInvokeDocument
 
equals(Object) - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
equals(Object) - Method in class io.toro.martini.monitor.InvokeDocument
 
error(String) - Method in class io.toro.martini.api.APIResponse
 
error(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a error message to it.
error(String, String) - Static method in class io.toro.martini.LoggerMethods
 
error(String, Throwable) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a error message and exception to it.
error(String, String, Throwable) - Static method in class io.toro.martini.LoggerMethods
 
error(String) - Method in class io.toro.martini.util.ApplicationLogger
 
error(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
error(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
error(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
error(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
error(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
error(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
error(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
error(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
error(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
error(String) - Method in class io.toro.martini.util.PrefixingLogger
 
error(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
error(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
error(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
error(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
error(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
 
error(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
error(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
error(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
error(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
errorIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
 
errorIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a error message to it (if error is enabled).
errorIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
 
errorIfEnabled(String, Throwable) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a error message and exception to it (if error is enabled).
errorIfEnabled(String, String, Throwable) - Static method in class io.toro.martini.LoggerMethods
 
errorIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
errorIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
ESBDefaultValueType - Enum in io.toro.martini.service.annotation
 
estimatedDocumentCount(String, String, String, long) - Static method in class io.toro.martini.MongoDbMethods
Gets an estimate of the count of documents in a collection using collection metadata.
executeSelect(String, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
executeSql(String, String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
exists(FileObject) - Static method in class io.toro.martini.VfsMethods
 
externalId(String) - Method in class io.toro.martini.tracker.Document.Builder
 
externalId() - Method in class io.toro.martini.tracker.Document
 
extractRemainder(String, String) - Static method in class io.toro.martini.UrlMethods
 
extractRootDomain(String) - Static method in class io.toro.martini.util.ApplicationUtils
 

F

file(String) - Static method in class io.toro.martini.VfsMethods
Gets the FileObject of a file that's on a virtual file system.
file(String, Map) - Static method in class io.toro.martini.VfsMethods
Gets the FileObject of a file that's on a virtual file system.
FileMethods - Class in io.toro.martini
 
filenameFromContentDisposition(String) - Static method in class io.toro.martini.UrlMethods
Attempts to extract the filename from a provided string.
filenameFromUrl(String) - Static method in class io.toro.martini.UrlMethods
Attempts to extract a filename based from the provided url.
FilenameUtils - Class in io.toro.martini.util
General filename and filepath manipulation utilities.
FileUtils - Class in io.toro.martini.util
 
FileUtils() - Constructor for class io.toro.martini.util.FileUtils
 
FileUtils.UNITS - Enum in io.toro.martini.util
 
filter(Stream, Collection, Closure<Boolean>) - Static method in class io.toro.martini.StreamMethods
 
filterMapKey(R, String...) - Static method in class io.toro.martini.util.MapUtils
Filter Map keys through regular expression(s).
filterMapKeyStartWithIgnoreCase(R, String...) - Static method in class io.toro.martini.util.MapUtils
Filter map keys such that each key starts with at least one of the items in the searchStrings array.
find(Iterable, Closure) - Static method in class io.toro.martini.ArrayMethods
Finds the first value matching the closure condition
find(String, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Open a Mongo Input cursor that will use the Gloop codec to convert records in MongoDB to Gloop Models
find(MongoClient, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Open a Mongo Input cursor that will use the Gloop codec to convert records in MongoDB to Gloop Models
find(String, int, int) - Method in class io.toro.martini.util.StringMatcher
Find the first occurrence of the pattern between startend(exclusive).
findAccessTokenByUserId(String) - Static method in class io.toro.martini.UserGroupMethods
 
findFirst(String, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Return a gloop model, which is the first result of the given query
findFirst(MongoClient, String, String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Return a gloop model, which is the first result of the given query
findGroups() - Static method in class io.toro.martini.UserGroupMethods
 
findOneAndDelete(String, String, String, ClientSession, Bson, FindOneAndDeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and remove it.
findOneAndDelete(String, String, String, ClientSession, String, FindOneAndDeleteOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and remove it.
findOneAndReplace(String, String, String, ClientSession, Bson, GloopModel, FindOneAndReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and replace it.
findOneAndReplace(String, String, String, ClientSession, String, GloopModel, FindOneAndReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and replace it.
findOneAndUpdate(String, String, String, ClientSession, Bson, Bson, FindOneAndUpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and update it.
findOneAndUpdate(String, String, String, ClientSession, String, String, FindOneAndUpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Atomically find a document and update it.
findUser(String) - Static method in class io.toro.martini.UserGroupMethods
 
findUser(String, String) - Static method in class io.toro.martini.UserGroupMethods
 
findUserByEmail(String) - Static method in class io.toro.martini.UserGroupMethods
 
findUsers(Closure) - Static method in class io.toro.martini.UserGroupMethods
 
FlatFileMethods - Class in io.toro.martini
 
FlatFileMethods() - Constructor for class io.toro.martini.FlatFileMethods
 
fluxAddTags(Long, String...) - Static method in class io.toro.martini.FluxMethods
Adds tags to a running flux service
fluxExecute(String, GloopModel, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
Executes a flux service of a certain package
fluxExecute(String, Map<String, Object>, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
fluxExecute(String) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, String, Set) except that tags and inputs are empty, startState is undefined
fluxExecute(String, String) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, String, Set) except that tags and inputs are empty
fluxExecute(String, GloopModel) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, String, Set) except that tags is empty and startState is undefined
fluxExecute(String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel) except that input is a Map
fluxExecute(String, String, GloopModel) - Static method in class io.toro.martini.FluxMethods
fluxExecute(String, String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
fluxExecute(String, Set<String>) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, String, Set) except that inputs is empty and startState is undefined
fluxExecute(String, String, Set<String>) - Static method in class io.toro.martini.FluxMethods
fluxExecute(String, GloopModel, Set<String>) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, String, Set) except that startState is undefined
fluxExecute(String, Map<String, Object>, Set<String>) - Static method in class io.toro.martini.FluxMethods
fluxExecute(String, Set<String>, Object...) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxExecute(String, GloopModel, Set) except that inputs are set in order they are defined on the flux definition
fluxGetContext(Long) - Static method in class io.toro.martini.FluxMethods
Retrieves a FluxContext based on its id
fluxGetContexts() - Static method in class io.toro.martini.FluxMethods
Retrieves all FluxContext from the repository
fluxGetContexts(String) - Static method in class io.toro.martini.FluxMethods
Retrieves all FluxContext with the specified name
fluxGetContexts(String, String...) - Static method in class io.toro.martini.FluxMethods
Retrieves all FluxContext with the specified name and that contains all the tags specified
fluxGetContexts(String...) - Static method in class io.toro.martini.FluxMethods
Retrieves all FluxContext that contains all the tags specified
fluxGetStateContext(Long, String) - Static method in class io.toro.martini.FluxMethods
Retrieves the FluxStateContext of a running flux service
FluxMethods - Class in io.toro.martini
This class provides one-liner methods for managing lifecycle of the Flux engine.
fluxRemoveTags(Long, String...) - Static method in class io.toro.martini.FluxMethods
Removes tags to a running flux service
fluxSendEvent(String, GloopModel, Set<String>) - Static method in class io.toro.martini.FluxMethods
Sends an external event to all flux services that can execute waiting and trigger flux services.
fluxSendEvent(String, Map<String, Object>, Set<String>) - Static method in class io.toro.martini.FluxMethods
fluxSendEvent(String, Set<String>) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxSendEvent(String, GloopModel, Set) except that inputs are empty
fluxSendEvent(Long, String, GloopModel) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxSendEvent(String, GloopModel, Set) except that only one flux is executed by specifying its id
fluxSendEvent(Long, String, Map<String, Object>) - Static method in class io.toro.martini.FluxMethods
fluxSendEvent(Long, String) - Static method in class io.toro.martini.FluxMethods
Same as FluxMethods.fluxSendEvent(Long, String, GloopModel) except that inputs are empty
fluxTerminate(Long) - Static method in class io.toro.martini.FluxMethods
Terminates the execution of a flux service
forEach(Stream, Closure) - Static method in class io.toro.martini.StreamMethods
 
format(Integer, String) - Static method in class io.toro.martini.NumberMethods
 
format(Long, String) - Static method in class io.toro.martini.NumberMethods
 
format(Short, String) - Static method in class io.toro.martini.NumberMethods
 
format(Float, String) - Static method in class io.toro.martini.NumberMethods
 
format(Double, String) - Static method in class io.toro.martini.NumberMethods
 
format(double, String) - Static method in class io.toro.martini.UtilMethods
Used to format a double to a string.
format(long, String) - Static method in class io.toro.martini.UtilMethods
Used to format a long to a string.
format(Number, String) - Static method in class io.toro.martini.UtilMethods
Used to format a number to a string.
fromJSON(String, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Convert a JSON String to the specified return type.
fromJSON(File, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts a JSON file to the specified return type.
fromJSON(InputStream, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts a JSON from an InputStream to a specified class.
fromJSON(Reader, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts a JSON from a reader to a specified class.
fromJSON(URL, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts a JSON data returned by the given URL to a class.
fromModel(GloopModel) - Static method in class io.toro.martini.gloop.http.MultipartFile
 
fromXML(String, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Convert an XML string to the specified return type.
fromXML(File, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts an XML file to the specified return type.
fromXML(InputStream, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts an XML from an InputStream to a specified class.
fromXML(Reader, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts an XML from a reader to a specified class.
fromXML(URL, Class<T>) - Static method in class io.toro.martini.MarshallerMethods
Converts an XML data returned by the given URL will be unmarshalled.
fsync(String, boolean) - Static method in class io.toro.martini.MongoDbMethods
Forces the master server to fsync the RAM data to disk.
fsyncAndLock(String) - Static method in class io.toro.martini.MongoDbMethods
Forces the master server to fsync the RAM data to disk, then lock all writes.
fuzzy(String) - Static method in class io.toro.martini.util.StringMatcher
 

G

generateToken(String) - Static method in class io.toro.martini.UserGroupMethods
 
getAdaptee() - Method in class io.toro.martini.GroovyMethods
 
getApiErrorCode() - Method in exception io.toro.martini.api.APIException
 
getApplicationProperty(String) - Static method in class io.toro.martini.GroovyMethods
Get a Martini Runtime property
getApplicationProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
Get a Martini Runtime property
getArguments() - Method in exception io.toro.martini.exception.ToroException
 
getArguments() - Method in exception io.toro.martini.exception.ToroRuntimeException
 
getArguments() - Method in class io.toro.martini.util.SpringMessage
getAssociatedTrackerId() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getAssociatedTrackerId() - Method in class io.toro.martini.monitor.InvokeDocument
 
getAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
 
getAttributeNames(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getBaseUrl(HttpServletRequest) - Static method in class io.toro.martini.UrlMethods
 
getBaseUrl(HttpServletRequest, boolean) - Static method in class io.toro.martini.UrlMethods
 
getBean(String) - Static method in class io.toro.martini.util.ApplicationUtils
 
getBean(String, MartiniPackage) - Static method in class io.toro.martini.util.BeanUtils
 
getBean(String) - Static method in class io.toro.martini.util.BeanUtils
 
getBean(Class<T>) - Static method in class io.toro.martini.util.BeanUtils
 
getBean(String, Class<T>) - Static method in class io.toro.martini.util.BeanUtils2
 
getBean(Class<T>) - Static method in class io.toro.martini.util.BeanUtils2
 
getBean(String) - Static method in class io.toro.martini.util.BeanUtils2
 
getCause() - Method in exception io.toro.martini.api.APIException
 
getChild(FileObject, String) - Static method in class io.toro.martini.VfsMethods
 
getChildPackages(String) - Static method in class io.toro.martini.MartiniMethods
Gets the child packages of the package with the given name
getChildren(FileObject) - Static method in class io.toro.martini.VfsMethods
 
getClassLoader() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getCodes() - Method in exception io.toro.martini.exception.ToroException
 
getCodes() - Method in exception io.toro.martini.exception.ToroRuntimeException
 
getCodes() - Method in class io.toro.martini.util.SpringMessage
getCommandPrefix() - Method in interface io.toro.ceji.ChatCommandProcessor
Prefix used to be used when determining whether this processor should respond to a command.
getConnectionPoolInfo(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
getConnectionPoolInfos() - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
getConnectPoint(String) - Static method in class io.toro.martini.MongoDbMethods
Gets a String representation of current connection point, i.e.
getContent(FileObject) - Static method in class io.toro.martini.VfsMethods
 
getContentType() - Method in class io.toro.martini.gloop.http.MultipartFile
 
getContext(Long) - Static method in class io.toro.martini.FluxMethods
 
getContexts() - Static method in class io.toro.martini.FluxMethods
 
getContexts(String) - Static method in class io.toro.martini.FluxMethods
 
getContexts(String, String...) - Static method in class io.toro.martini.FluxMethods
 
getContexts(String...) - Static method in class io.toro.martini.FluxMethods
 
getCredentialsList(String) - Static method in class io.toro.martini.MongoDbMethods
Gets the list of credentials that this client authenticates all connections with
getCurrentDriveFreeSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveFreeSpace() - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveTotalSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveTotalSpace() - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveUsableSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveUsableSpace() - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveUsedSpace(FileUtils.UNITS) - Static method in class io.toro.martini.util.FileUtils
 
getCurrentDriveUsedSpace() - Static method in class io.toro.martini.util.FileUtils
 
getCursorForInsertUpdateStatement(String, String, GloopModel, int, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
getCursorForSelectStatement(String, String, GloopModel, String, GloopModel, boolean, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
getData() - Method in class io.toro.martini.web.spring.mvc.DataWrapper
 
getDatabase(String, String) - Method in class io.toro.martini.MongoDbMethods
 
getDatabaseConnection(String, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
getDatabaseConnection(GloopModel, boolean, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
getDefaultCodecRegistry() - Static method in class io.toro.martini.MongoDbMethods
Gets the default codec registry.
getDefaultMessage() - Method in exception io.toro.martini.exception.ToroException
 
getDefaultMessage() - Method in exception io.toro.martini.exception.ToroRuntimeException
 
getDefaultMessage() - Method in class io.toro.martini.util.SpringMessage
getDelimitedFileInputCursor(InputStream, String, char, Character, Character, Character, int, boolean, boolean, boolean, String, String, GloopModel, String[], String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a gloop cursor that's used to read in a delimited flat file
getDelimitedFileOutputCursor(OutputStream, String, char, Character, String, Character, String, String, GloopModel, String[], String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a GloopCursor that's used to write to a delimited flat file.
getDescription() - Method in interface io.toro.ceji.ChatCommandProcessor
Description to be used when the ChatCommandDispatcher describes this processor.
getDocument(String) - Static method in class io.toro.martini.TrackerMethods
Get a tracker document from the database.
getDocumentsFromDocType(String) - Static method in class io.toro.martini.TrackerMethods
Get a list of tracker documents under a documentType from the database.
getDocumentState(Long) - Static method in class io.toro.martini.TrackerMethods
Get a tracker document state from the database.
getDocumentType(String) - Static method in class io.toro.martini.TrackerMethods
Get a tracker document type from the database.
getEnclosedString(String, String, String, boolean) - Static method in class io.toro.martini.StringMethods
 
getEnd() - Method in class io.toro.martini.util.StringMatcher.Position
 
getEndpointName() - Method in class io.toro.martini.monitor.EndpointInvokeDocument.Builder
 
getEndpointName() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
 
getEndpointType() - Method in class io.toro.martini.monitor.EndpointInvokeDocument.Builder
 
getEndpointType() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
 
getErrorMessages() - Method in exception io.toro.martini.api.APIException
 
getExcelFileInputCursor(InputStream, int, int, String, GloopModel, String[], GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
 
getExcelFileOutputCursor(OutputStream, String, GloopModel, String[], boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a gloop cursor that's used to read in a fixed width flat file
getFacet(String) - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetFields() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetPivot() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetQuery() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetQueryCount(String) - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetRange(String) - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFacetRanges() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getFeature(Class<R>) - Method in class io.toro.martini.ipackage.MartiniPackage
 
getFeature(String) - Method in class io.toro.martini.ipackage.MartiniPackage
 
getFeatures() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getFieldErrors() - Method in exception io.toro.martini.api.APIException
 
getFile(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getFirstEntry(Map<K, V>) - Static method in class io.toro.martini.util.MapUtils
 
getFirstKey(Map<K, ?>) - Static method in class io.toro.martini.util.MapUtils
 
getFirstValue(Map<?, V>) - Static method in class io.toro.martini.util.MapUtils
 
getFixedWidthFileInputCursor(InputStream, String, String, char, boolean, int[], int, String, GloopModel, String[], GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a gloop cursor that's used to read in a fixed width flat file
getFixedWidthOutputCursor(OutputStream, String, int[], String, char, String, GloopModel, String[], boolean, boolean, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a gloop cursor that's used to read in a fixed width flat file
getFlatFileInputCursor(InputStream, String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a GloopCursor that's used to read in a flat file.
getFlatFileInputCursor(InputStream, FlatFileDescriptor, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
 
getFlatFileOutputCursor(OutputStream, String, GloopExecutionContext) - Static method in class io.toro.martini.FlatFileMethods
Returns a GloopCursor that's used to write to a flat file.
getFluxStateContext(Long, String) - Static method in class io.toro.martini.FluxMethods
 
getGloopCodecRegistry() - Static method in class io.toro.martini.MongoDbMethods
Returns a codec registry which contains the Codec for Gloop Models.
getHome() - Static method in class io.toro.martini.util.ApplicationUtils
 
getHome(String) - Static method in class io.toro.martini.util.ApplicationUtils
 
getHomeFile() - Static method in class io.toro.martini.util.ApplicationUtils
 
getHomeFile(String) - Static method in class io.toro.martini.util.ApplicationUtils
 
getHomePath() - Static method in class io.toro.martini.util.ApplicationUtils
 
getHttpErrorCode() - Method in exception io.toro.martini.api.APIException
 
getId() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getId() - Method in class io.toro.martini.monitor.InvokeDocument
 
getInfo() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getInputCursorFromFile(String, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.JsonMethods
Parses a large JSON file.
getInputCursorFromFile(String, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.XmlMethods
Opens an input cursor used to read from large XML files
getInputCursorFromFile(String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.YamlMethods
 
getInputCursorFromInputStream(InputStream, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.JsonMethods
Parses a large JSON input stream.
getInputCursorFromInputStream(InputStream, String, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.XmlMethods
Opens an input cursor used to read from large XML files
getInputCursorFromInputStream(InputStream, List<String>, GloopExecutionContext) - Static method in class io.toro.martini.YamlMethods
 
getInputStream() - Method in class io.toro.martini.gloop.http.MultipartFile
 
getInputStream(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getInsertedKeysCursor(GloopCursor, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
getInvokeCost() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getInvokeCost() - Method in class io.toro.martini.monitor.InvokeDocument
 
getJNDIObject(String) - Static method in class io.toro.martini.util.ApplicationUtils
 
getLastModifiedTime(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getLocale() - Method in exception io.toro.martini.api.APIException
 
getMatchingPathPart(HttpServletRequest) - Static method in class io.toro.martini.ProxyRequestMethods
Returns the part of the request URL that was not used to match the URL to the RequestMapping annotations on your code.
getMessage() - Method in exception io.toro.martini.api.APIException
 
getMessage() - Method in class io.toro.martini.api.APILogMessage
 
getMessage() - Method in class io.toro.martini.api.APIResponse
 
getMessage() - Method in exception io.toro.martini.exception.ToroException
 
getMessage() - Method in exception io.toro.martini.exception.ToroRuntimeException
 
getMessage() - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
getMonetizationBill(GloopModel) - Static method in class io.toro.martini.MonitorMethods
Gets the monetization bill for the specified query of the invoke documents.
getMongoClientOptions(String) - Static method in class io.toro.martini.MongoDbMethods
Gets the options that this client uses to connect to server.
getMonitorRule(String) - Static method in class io.toro.martini.MonitorMethods
Gets the Monitor Rule with a given name.
getMonitorRules() - Static method in class io.toro.martini.MonitorMethods
Gets the list of all the Monitor Rules.
getMonitorRules(boolean) - Static method in class io.toro.martini.MonitorMethods
Gets the list of all the Monitor Rules.
getMonitorRules(int, int, Boolean) - Static method in class io.toro.martini.MonitorMethods
Gets the list of matching Monitor Rules.
getName() - Method in class io.toro.martini.gloop.http.MultipartFile
 
getName() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getName() - Method in class io.toro.martini.jabber.model.JabberConnection
 
getName() - Method in interface io.toro.martini.rengine.RuleMetadata
 
getName() - Method in class io.toro.martini.util.ApplicationLogger
 
getName() - Method in class io.toro.martini.util.PrefixingLogger
 
getName(FileObject) - Static method in class io.toro.martini.VfsMethods
 
getNameWithoutExtension(File) - Static method in class io.toro.martini.util.FileUtils
 
getNameWithoutExtension(String) - Static method in class io.toro.martini.util.FileUtils
 
getOptions() - Method in interface io.toro.ceji.ChatCommandProcessor
 
getOriginalFilename() - Method in class io.toro.martini.gloop.http.MultipartFile
 
getOutputStream(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getPackage() - Static method in class io.toro.martini.GroovyMethods
Gets a MartiniPackage from the context
getPackage(String) - Static method in class io.toro.martini.MartiniMethods
Returns the package with the given name, if it exists
getPackageHomePath() - Static method in class io.toro.martini.util.ApplicationUtils
 
getPackageName() - Method in interface io.toro.ceji.ChatCommandProcessor
 
getPackageName() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getPackageName() - Method in class io.toro.martini.monitor.InvokeDocument
 
getPackageProperty(String) - Static method in class io.toro.martini.GroovyMethods
Get a Martini package property
getPackageProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
Get a Martini package property
getPackagePropertyArray(String, String[]) - Static method in class io.toro.martini.GroovyMethods
Get a Martini package property as Array.
getPackagePropertyArray(String) - Static method in class io.toro.martini.GroovyMethods
Get a Martini package property as Array.
getPackagePropertyComment(String) - Static method in class io.toro.martini.GroovyMethods
Used to get comment from an existing property.
getPackages() - Static method in class io.toro.martini.MartiniMethods
Returns all the packages currently installed on this instance of Martini
getPackageXml(String) - Static method in class io.toro.martini.MartiniMethods
Gets the xml as a string of the package with the given name
getPageCount() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getParent(FileObject) - Static method in class io.toro.martini.VfsMethods
 
getParentPackages() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getParentPackages(String) - Static method in class io.toro.martini.MartiniMethods
Gets the parent packages of the package with the given name
getPayload() - Method in exception io.toro.martini.api.APIException
 
getPayload() - Method in class io.toro.martini.api.APIResponse
 
getPingInterval() - Method in class io.toro.martini.jabber.model.JabberConnection
 
getPrefix() - Method in enum io.toro.martini.invocation.ServiceGroup.Type
 
getProperties() - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
getQueryResponse() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getRemoteAddress() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
getRemoteAddress() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
getResponseCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
getResponseCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
getResponseHeader() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getResponseTime() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getResponseTime() - Method in class io.toro.martini.monitor.InvokeDocument
 
getResult() - Method in exception io.toro.martini.api.APIException
 
getResult() - Method in class io.toro.martini.api.APIResponse
 
getResults() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getRootCause(Throwable) - Static method in class io.toro.martini.util.ApplicationUtils
 
getRootCause(Throwable) - Static method in class io.toro.martini.util.Throwables
Returns the innermost cause of throwable.
getServiceContainerRegistry() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getServiceName() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getServiceName() - Method in class io.toro.martini.monitor.InvokeDocument
 
getSeverity() - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
getSize() - Method in class io.toro.martini.gloop.http.MultipartFile
 
getSize(FileContent) - Static method in class io.toro.martini.VfsMethods
 
getSource() - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
getStackTrace() - Method in exception io.toro.martini.api.APIException
 
getStart() - Method in class io.toro.martini.util.StringMatcher.Position
 
getState() - Method in class io.toro.martini.ipackage.MartiniPackage
 
getStats() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getSystemConnectionPoolInfo(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
getSystemProperty(String, String) - Static method in class io.toro.martini.GloopMethods
Gets a Java System Property @see java.lang.System#getSystemProperty()
getSystemTime() - Static method in class io.toro.martini.GloopMethods
Gets the current system time in milliseconds @see java.lang.System#currentTimeMillis()
getTextFileInputCursor(InputStream, String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
 
getThrottlingRule(String) - Static method in class io.toro.martini.ThrottlingMethods
Gets the Throttling Rule with a given name.
getThrottlingRules() - Static method in class io.toro.martini.ThrottlingMethods
Gets the list of all the Throttling Rules.
getThrottlingRules(boolean) - Static method in class io.toro.martini.ThrottlingMethods
Gets the list of all the Throttling Rules.
getThrottlingRules(int, int, Boolean) - Static method in class io.toro.martini.ThrottlingMethods
Gets the list of matching Throttling Rules.
getTimeInvoked() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getTimeInvoked() - Method in class io.toro.martini.monitor.InvokeDocument
 
getTOROProperty(String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.getPackageProperty(String).
getTOROProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.getPackageProperty(String, String).
getTOROPropertyArray(String, String[]) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.getPackagePropertyArray(String, String[]).
getTOROPropertyArray(String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.getPackagePropertyArray(String).
getTOROPropertyComment(String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.getPackagePropertyComment(String).
getTotalHits() - Method in class io.toro.martini.solr.model.search.SearchResult
 
getTrackerDocument(String) - Static method in class io.toro.martini.TrackerMethods
 
getTrackerDocumentStateContent(Long) - Static method in class io.toro.martini.TrackerMethods
 
getTransactionOptions(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Gets the transaction options.
getType() - Method in class io.toro.martini.api.APILogMessage
 
getType() - Method in enum io.toro.martini.invocation.ServiceGroup.Type
getUrl() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
getUrl() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
getUsedDatabases(String) - Static method in class io.toro.martini.MongoDbMethods
Returns the list of databases used by the driver since this Mongo instance was created.
getUser() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getUser() - Method in class io.toro.martini.monitor.InvokeDocument
 
getUserAgent() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
getUserAgent() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
getUserGroups() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
getUserGroups() - Method in class io.toro.martini.monitor.InvokeDocument
 
getUserPlatform() - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
getUserPlatform() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
getUsers() - Method in class io.toro.martini.jabber.model.JabberConnection
 
getVfsFile(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.VfsMethods
 
getWarnings() - Method in class io.toro.martini.api.APIResponse
 
GloopMethods - Class in io.toro.martini
 
GloopMethods() - Constructor for class io.toro.martini.GloopMethods
 
gloopModelToSolrSchema(String, String, String) - Static method in class io.toro.martini.SolrMethods
Create a Solr schema in a specified directory based from a GloopModel
gloopModelToYamlString(GloopObject) - Static method in class io.toro.martini.YamlMethods
 
gloopObjectToJsonString(GloopObject) - Static method in class io.toro.martini.JsonMethods
Convert a gloop object to JSON
gloopObjectToJsonString(GloopObject, boolean, boolean) - Static method in class io.toro.martini.JsonMethods
Convert a gloop object to a json string
gloopObjectToXmlString(GloopObject, boolean, Map) - Static method in class io.toro.martini.XmlMethods
Marshalls a gloop object to an XML string
GroovyMethods - Class in io.toro.martini
This class provides the most commonly used Martini Runtime functions as well as useful utilities to the groovy engine.
GroovyMethods.MartiniPackageSetter - Class in io.toro.martini
An internal class used for setting the MartiniPackage of the ThreadLocal
groupBy(Stream<GloopModel>, Collection<GloopModel>, String) - Static method in class io.toro.martini.StreamMethods
 
groupExists(String) - Static method in class io.toro.martini.UserGroupMethods
 
groupsExist(List<String>) - Static method in class io.toro.martini.UserGroupMethods
 

H

hasActiveTransaction(ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Returns true if there is an active transaction on this session, and false otherwise
hasAMatch(String, Collection<String>) - Static method in class io.toro.martini.StringMethods
Check if the given string matches any of the given regular expressions.
hasAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
 
hashCode() - Method in class io.toro.martini.monitor.EndpointInvokeDocument
 
hashCode() - Method in class io.toro.martini.monitor.HttpInvokeDocument
 
hashCode() - Method in class io.toro.martini.monitor.InvokeDocument
 
hasMoreElements() - Method in class io.toro.martini.util.CompoundEnumeration
hideFile(File) - Static method in class io.toro.martini.util.FileUtils
 
HmacUtils - Class in io.toro.martini.util
 
http(String) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP GET Request
http(String, String) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP POST Request
http(String, Closure<String>) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP POST Request
http(String, Map) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP Request
http(String, Map, Map) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP Request
http(String, Map, Map, String) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP Request
http(String, Map, Map, Closure<String>) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP Request
http(String, Map, Map, byte[]) - Static method in class io.toro.martini.HttpClientMethods
Send a HTTP Request
http(GloopModel, GloopModel, String, String, boolean, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.HttpMethods
 
HttpClientMethods - Class in io.toro.martini
This utility class provides one-liner methods for HTTP related operations.
HttpInvokeDocument - Class in io.toro.martini.monitor
 
HttpInvokeDocument.Builder - Class in io.toro.martini.monitor
 
HttpMethods - Class in io.toro.martini
This class provides methods for mapping HTTP-based operations using Gloop.
HttpMethods(GloopHttpRequestFactory, GloopResponseHandlerFactory, GloopHttpContextFactory, Supplier<HttpClientBuilder>) - Constructor for class io.toro.martini.HttpMethods
 
humanReadableByteCount(long) - Static method in class io.toro.martini.StringMethods
 
humanReadableByteCount(long, boolean) - Static method in class io.toro.martini.StringMethods
 

I

id(String) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
id() - Method in class io.toro.martini.tracker.Document.Log
Deprecated.
in favor of Document.Log.uid()
id(int) - Method in class io.toro.martini.tracker.Document.State.Builder
Deprecated.
id() - Method in class io.toro.martini.tracker.Document.State
Deprecated.
id() - Method in class io.toro.martini.tracker.Document.Type
 
implode(Object, String) - Static method in class io.toro.martini.StringMethods
 
importPackage(Path, String, boolean, boolean) - Static method in class io.toro.martini.MartiniMethods
Imports the package that the path points to
importPackage(InputStream, String, boolean, boolean) - Static method in class io.toro.martini.MartiniMethods
Imports the package that the input stream is pointing to
indexed(boolean) - Method in class io.toro.martini.tracker.Document.State.Builder
 
indexed() - Method in class io.toro.martini.tracker.Document.State
 
info(String) - Method in class io.toro.martini.api.APIResponse
 
info(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends an info message to it.
info(String, String) - Static method in class io.toro.martini.LoggerMethods
 
info(String) - Method in class io.toro.martini.util.ApplicationLogger
 
info(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
info(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
info(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
info(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
info(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
info(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
info(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
info(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
info(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
info(String) - Method in class io.toro.martini.util.PrefixingLogger
 
info(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
info(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
info(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
info(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
info(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
 
info(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
info(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
info(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
info(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
infoIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
 
infoIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends an info message to it (if info is enabled).
infoIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
 
infoIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
infoIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
inputStream(InputStream) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
inputStreamToGloopObject(InputStream) - Static method in class io.toro.martini.JsonMethods
Convert an input stream containing json data to a gloop object
inputStreamToGloopObject(InputStream) - Static method in class io.toro.martini.YamlMethods
 
InputType - Annotation Type in io.toro.martini.service.annotation
A simple annotation that you can use to direct the ESB on what sort of input type field to use in the automatically generated invokeMethod form.
InputTypeField - Enum in io.toro.martini.service.annotation
List of valid field types that the ESB allows.
insertMany(String, String, String, int, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Open a Mongo Output cursor that will use the Gloop Codec to convert Gloop Models to Mongo DB documents, allowing Gloop to write records.
insertMany(String, String, String, ClientSession, List<GloopModel>, boolean, Boolean) - Static method in class io.toro.martini.MongoDbMethods
Inserts one or more documents.
insertMany(String, String, String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.SolrMethods
Open a GloopCursor which accepts a GloopModel that is converted to a SolrInputDocument, allowing Gloop to write records.
insertMany(String, String, String, boolean, int, GloopExecutionContext) - Static method in class io.toro.martini.SolrMethods
Open a GloopCursor which accepts a GloopModel that is converted to a SolrInputDocument, allowing Gloop to write records.
insertOne(String, String, String, ClientSession, GloopModel, Boolean) - Static method in class io.toro.martini.MongoDbMethods
Inserts the provided document.
instantShutdown() - Method in class io.toro.martini.jabber.model.JabberConnection
 
internalId(String) - Method in class io.toro.martini.tracker.Document.Builder
 
internalId() - Method in class io.toro.martini.tracker.Document
 
invoke(String, Map<String, Object>) - Static method in class io.toro.martini.CoreMethods
Invokes another Martini Runtime service using reflection.
invoke(String, String, Map<String, Object>) - Static method in class io.toro.martini.CoreMethods
Invokes another Martini Runtime service using reflection.
invoke(String, String) - Static method in class io.toro.martini.CoreMethods
Invokes another Martini Runtime service using reflection.
invoke(String) - Static method in class io.toro.martini.CoreMethods
Invokes another Martini Runtime service using reflection.
invokeCost(BigDecimal) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
InvokeDocument - Class in io.toro.martini.monitor
 
InvokeDocument.Builder<T extends InvokeDocument.Builder<T>> - Class in io.toro.martini.monitor
 
invokeMethod(String, Object) - Method in class io.toro.martini.GroovyMethods
 
io.toro.ceji - package io.toro.ceji
 
io.toro.martini - package io.toro.martini
 
io.toro.martini.api - package io.toro.martini.api
 
io.toro.martini.exception - package io.toro.martini.exception
 
io.toro.martini.gloop.http - package io.toro.martini.gloop.http
 
io.toro.martini.invocation - package io.toro.martini.invocation
 
io.toro.martini.ipackage - package io.toro.martini.ipackage
 
io.toro.martini.jabber.model - package io.toro.martini.jabber.model
 
io.toro.martini.jms.model - package io.toro.martini.jms.model
 
io.toro.martini.monitor - package io.toro.martini.monitor
 
io.toro.martini.rengine - package io.toro.martini.rengine
 
io.toro.martini.service.annotation - package io.toro.martini.service.annotation
 
io.toro.martini.solr.model.search - package io.toro.martini.solr.model.search
 
io.toro.martini.tracker - package io.toro.martini.tracker
 
io.toro.martini.transaction - package io.toro.martini.transaction
 
io.toro.martini.util - package io.toro.martini.util
 
io.toro.martini.web.spring.mvc - package io.toro.martini.web.spring.mvc
 
IOUtils - Class in io.toro.martini.util
 
isAllowReconnection() - Method in class io.toro.martini.jabber.model.JabberConnection
 
isAssignableFrom(Object) - Static method in class io.toro.martini.gloop.http.MultipartFile
 
isChildOf(String, String) - Static method in class io.toro.martini.util.FileUtils
Checks if the given child directory is a child of the given parent directory
isDebugEnabled() - Method in class io.toro.martini.util.ApplicationLogger
 
isDebugEnabled(Marker) - Method in class io.toro.martini.util.ApplicationLogger
 
isDebugEnabled() - Method in class io.toro.martini.util.PrefixingLogger
 
isDebugEnabled(Marker) - Method in class io.toro.martini.util.PrefixingLogger
 
isEmpty() - Method in class io.toro.martini.gloop.http.MultipartFile
 
isEmptyDirectory(File) - Static method in class io.toro.martini.util.FileUtils
 
isEmptyDirectory(File, FileFilter) - Static method in class io.toro.martini.util.FileUtils
 
isEnclosed(String, String, String) - Static method in class io.toro.martini.StringMethods
 
isErrorEnabled() - Method in class io.toro.martini.util.ApplicationLogger
 
isErrorEnabled(Marker) - Method in class io.toro.martini.util.ApplicationLogger
 
isErrorEnabled() - Method in class io.toro.martini.util.PrefixingLogger
 
isErrorEnabled(Marker) - Method in class io.toro.martini.util.PrefixingLogger
 
isInfoEnabled() - Method in class io.toro.martini.util.ApplicationLogger
 
isInfoEnabled(Marker) - Method in class io.toro.martini.util.ApplicationLogger
 
isInfoEnabled() - Method in class io.toro.martini.util.PrefixingLogger
 
isInfoEnabled(Marker) - Method in class io.toro.martini.util.PrefixingLogger
 
isLocked(String) - Static method in class io.toro.martini.MongoDbMethods
Returns true if the database is locked (read-only), false otherwise.
isOpen(FileContent) - Static method in class io.toro.martini.VfsMethods
 
isOSSpecificFile(String) - Static method in class io.toro.martini.util.FilenameUtils
Checks if given argument filename represents an OS-specific file/folder.
isSaas() - Static method in class io.toro.martini.util.ApplicationUtils
 
isSuccess() - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
isSuccess() - Method in class io.toro.martini.monitor.InvokeDocument
 
isSystemGeneratedFile() - Static method in class io.toro.martini.util.FileUtils
 
isTraceEnabled() - Method in class io.toro.martini.util.ApplicationLogger
 
isTraceEnabled(Marker) - Method in class io.toro.martini.util.ApplicationLogger
 
isTraceEnabled() - Method in class io.toro.martini.util.PrefixingLogger
 
isTraceEnabled(Marker) - Method in class io.toro.martini.util.PrefixingLogger
 
isWarnEnabled() - Method in class io.toro.martini.util.ApplicationLogger
 
isWarnEnabled(Marker) - Method in class io.toro.martini.util.ApplicationLogger
 
isWarnEnabled() - Method in class io.toro.martini.util.PrefixingLogger
 
isWarnEnabled(Marker) - Method in class io.toro.martini.util.PrefixingLogger
 
iterator() - Method in class io.toro.martini.GroovyMethods
 

J

jabber(String, Closure) - Static method in class io.toro.martini.JabberMethods
Invoke a closure passing a JabberConnection created from jabber connection.
jabberChat(String, String, Closure) - Static method in class io.toro.martini.JabberMethods
Invoke a closure passing a Chat created from jabber connection.
JabberConnection - Class in io.toro.martini.jabber.model
 
JabberConnection(String, Map) - Constructor for class io.toro.martini.jabber.model.JabberConnection
 
JabberConnection(String, CharSequence, String, String, boolean, Integer) - Constructor for class io.toro.martini.jabber.model.JabberConnection
 
JabberConnection(String, XMPPTCPConnectionConfiguration, boolean, long) - Constructor for class io.toro.martini.jabber.model.JabberConnection
 
JabberConnection(String, CharSequence, String, boolean, Integer) - Constructor for class io.toro.martini.jabber.model.JabberConnection
 
jabberGroupchat(String, String, Closure) - Static method in class io.toro.martini.JabberMethods
Invoke a closure passing a MultiUserChat created from jabber connection.
JabberMethods - Class in io.toro.martini
A TORO utility class for sending/receiving instant messages to Jabber endpoints.
JmsMethods - Class in io.toro.martini
This class provides methods for publishing, and responding to JMS Messages.
JMSUtils - Class in io.toro.martini.util
 
jndi(String) - Static method in class io.toro.martini.CoreMethods
Gets an object from the JNDI context of the Martini Runtime server.
join(Object[], String, boolean) - Static method in class io.toro.martini.StringMethods
 
join(String[], String, Function<String, String>) - Static method in class io.toro.martini.StringMethods
 
JSON - Annotation Type in io.toro.martini.service.annotation
Method parameter annotation that is used for telling the ESB what the default value is if the request has no value and the request was expected to be in XML format.
jsonDelete(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON DELETE requests.
jsonDelete(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON DELETE requests
jsonGet(String, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON GET requests, the second parameter of the closure parses the data
jsonGet(String, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON GET requests, the second parameter of the closure parses the data
jsonGet(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON GET requests
jsonGet(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON GET requests
jsonHead(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON HEAD requests
jsonHead(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON HEAD requests
JsonMethods - Class in io.toro.martini
 
JsonMethods() - Constructor for class io.toro.martini.JsonMethods
 
jsonOptions(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON OPTIONS requests
jsonOptions(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON OPTIONS requests
jsonPatch(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON PATCH requests
jsonPatch(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON PATCH requests
jsonPost(String, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON POST requests, the second parameter of the closure parses the data
jsonPost(String, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON POST requests, the second parameter of the closure parses the data
jsonPost(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON POST requests
jsonPost(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON POST requests
jsonPut(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON PUT requests
jsonPut(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make JSON PUT requests
jsonStringToGloopObject(String) - Static method in class io.toro.martini.JsonMethods
Convert a JSON String to a gloop object

K

KafkaClientsMethods - Class in io.toro.martini
 
KafkaClientsMethods() - Constructor for class io.toro.martini.KafkaClientsMethods
 
key() - Method in class io.toro.martini.tracker.Document.Property
 
KEY_CONTENT_TYPE - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
KEY_EMPTY - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
KEY_INPUT_STREAM - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
KEY_NAME - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
KEY_ORIGINAL_FILENAME - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
KEY_SIZE - Static variable in class io.toro.martini.gloop.http.MultipartFile
 

L

limit(Stream, Collection, long) - Static method in class io.toro.martini.StreamMethods
 
listCollectionNames(String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Gets the names of all the collections in this database.
listCollections(String, String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Finds all the collections in this database.
listDatabaseNames(String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Get a list of the database names
listDatabases(String, ClientSession) - Static method in class io.toro.martini.MongoDbMethods
Gets the list of databases
listIndexes(String, String, String, ClientSession, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Get all the indexes in this collection.
loadPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
Load a Martini Package.
loadPackage(String, boolean) - Static method in class io.toro.martini.MartiniMethods
Loads the package with the given name
log(APILogMessageType, String) - Method in class io.toro.martini.api.APIResponse
 
Log() - Constructor for class io.toro.martini.tracker.Document.Log
 
logger(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger which allows groovy scripts to log to the underlying Martini Runtime logger
logger(Class) - Static method in class io.toro.martini.LoggerMethods
Gets a logger which allows groovy scripts to log to the underlying Martini Runtime logger
logger() - Method in class io.toro.martini.LoggerMethods
Gets a logger named groovywhich allows groovy scripts to log to the underlying Martini Runtime logger
LoggerMethods - Class in io.toro.martini
A TORO utility class for Logger related operations.
logIfEnabled(APILogMessageType, String) - Method in class io.toro.martini.api.APIResponse
 
login() - Method in class io.toro.martini.jabber.model.JabberConnection
 
login(CharSequence, String) - Method in class io.toro.martini.jabber.model.JabberConnection
 
login(CharSequence, String, String) - Method in class io.toro.martini.jabber.model.JabberConnection
 
logs(Collection<Document.Log>) - Method in class io.toro.martini.tracker.Document.Builder
 
logs() - Method in class io.toro.martini.tracker.Document
 
logTo(String, String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger which allows groovy scripts to log to the underlying Martini Runtime logger

M

mapModelArrayToDynamicModel(GloopModel) - Static method in class io.toro.martini.GloopMethods
 
mapReduce(String, String, String, ClientSession, Class<T>, String, String, boolean, GloopExecutionContext) - Static method in class io.toro.martini.MongoDbMethods
Aggregates documents according to the specified map-reduce function.
MapUtils - Class in io.toro.martini.util
 
MapUtils() - Constructor for class io.toro.martini.util.MapUtils
 
mapWithKeysAndValue(Object...) - Static method in class io.toro.martini.util.MapUtils
 
mapWithKeysAndValueList(Object...) - Static method in class io.toro.martini.util.MapUtils
 
MarshallerMethods - Class in io.toro.martini
A TORO utility class that uses Jackson/JAXB marshaller to convert object to and from Json/Xml String.
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
XML (eXtensible Markup Language) is a markup language much like HTML.
MartiniMethods - Class in io.toro.martini
This class is meant for use by Gloop services for maintaining TORO Martini packages and endpoints
MartiniMethods(EndpointStateAttacher, PackageManager, MartiniPackageSerializer, MartiniPackageDependencyResolver, MartiniPackageImportExportService, PackageInfoService, Converter<PackageDescriptor, GloopModel>, Converter<PackageConfig, GloopModel>) - Constructor for class io.toro.martini.MartiniMethods
 
MartiniPackage - Class in io.toro.martini.ipackage
 
MartiniPackage() - Constructor for class io.toro.martini.ipackage.MartiniPackage
 
martiniPackageJoin(Collection<MartiniPackage>, String) - Static method in class io.toro.martini.StringMethods
 
MartiniPackageSetter() - Constructor for class io.toro.martini.GroovyMethods.MartiniPackageSetter
 
match(String) - Method in class io.toro.martini.util.StringMatcher
match the given text with the pattern
match(String, int, int) - Method in class io.toro.martini.util.StringMatcher
Given the starting (inclusive) and the ending (exclusive) positions in the text, determine if the given substring matches with aPattern
megabyteCountToDisplaySize(double) - Static method in class io.toro.martini.util.FileUtils
 
message() - Method in class io.toro.martini.tracker.Document.Log
 
MongoDbMethods - Class in io.toro.martini
 
MonitorMethods - Class in io.toro.martini
This class provides one-liner methods for managing and listing Monitor Rules.
MultipartFile - Class in io.toro.martini.gloop.http
POJO representing io.toro.martini.http.MultipartFile.model.
MultipartFile.Builder - Class in io.toro.martini.gloop.http
 

N

name(String) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
name(String) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
 
name() - Method in class io.toro.martini.invocation.ServiceGroup
 
name(String) - Method in class io.toro.martini.tracker.Document.State.Builder
 
name() - Method in class io.toro.martini.tracker.Document.State
 
name() - Method in class io.toro.martini.tracker.Document.Type
 
nextElement() - Method in class io.toro.martini.util.CompoundEnumeration
normalize(Collection<String>) - Static method in class io.toro.martini.util.FilenameUtils
Normalizes all entries of filenames.
NumberMethods - Class in io.toro.martini
This class exposes the Apache commons-lang3's NumberUtils class as one-liner methods.

O

of(String) - Static method in enum io.toro.martini.invocation.ServiceGroup.Type
 
of(String[], Object...) - Static method in class io.toro.martini.util.SpringMessage
returns a Message with message codes,arguments, and default message
of(String[]) - Static method in class io.toro.martini.util.SpringMessage
returns a Message with message codes
of(String) - Static method in class io.toro.martini.util.SpringMessage
returns a Message with message codes
of(String, Object...) - Static method in class io.toro.martini.util.SpringMessage
returns a Message with message codes and arguments
openJsonOutputCursor(boolean, boolean, boolean, boolean, boolean, boolean, String, String, boolean, Object, GloopExecutionContext) - Static method in class io.toro.martini.JsonMethods
Opens a cursor used to write large amounts of json data
openXmlOutputCursor(String, boolean, Map, boolean, String, boolean, Object, GloopExecutionContext) - Static method in class io.toro.martini.XmlMethods
Opens a cursor used to write large amounts of xml data
openYamlOutputCursor(boolean, String, String, boolean, Object, GloopExecutionContext) - Static method in class io.toro.martini.YamlMethods
 
orElse(String) - Method in class io.toro.martini.util.SpringMessage
returns Message with a default message
originalFilename(String) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
OS_SPECIFIC_FILES - Static variable in class io.toro.martini.util.FilenameUtils
Names of OS-specific files.
OS_SPECIFIC_FOLDERS - Static variable in class io.toro.martini.util.FilenameUtils
Names of OS-specific folders.
outputStream(GloopExecutionContext, String, boolean, String...) - Static method in class io.toro.martini.FileMethods
 

P

packageConfigToGloopModel(MartiniPackage) - Static method in class io.toro.martini.MartiniMethods
 
packageConfigToGloopModel(PackageConfig) - Static method in class io.toro.martini.MartiniMethods
 
PackageManager - Interface in io.toro.martini.ipackage
Manager class that handles in the Life cycle of a Martini Package This is the entry point of start, stop, unload, and load operation of a Martini Package.
packageName(String) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
 
packageName() - Method in class io.toro.martini.invocation.ServiceGroup
 
packageOutputStream(String, String, boolean, OpenOption...) - Static method in class io.toro.martini.FileMethods
Opens or creates a package file (if packageName is empty then currect Martini Package context is used), returning an output stream that may be used to write bytes to the file.
packageOutputStream(GloopExecutionContext, String, String, boolean, String...) - Static method in class io.toro.martini.FileMethods
 
page(String) - Static method in class io.toro.martini.WidgetPageMethods
Parse Page.
page(String, Map) - Static method in class io.toro.martini.WidgetPageMethods
Parse Page.
parentIds(Collection<String>) - Method in class io.toro.martini.tracker.Document.Builder
 
parentIds() - Method in class io.toro.martini.tracker.Document
 
parse(String, Map<String, Object>) - Static method in class io.toro.martini.VelocityMethods
Parse velocity Template.
parse(String) - Static method in class io.toro.martini.VelocityMethods
Parse velocity Template.
parse(Map, Closure<Object>) - Static method in class io.toro.martini.VelocityMethods
 
parse(String, Closure<Map>) - Static method in class io.toro.martini.VelocityMethods
 
parse(String, GloopExecutionContext) - Static method in class io.toro.martini.VelocityMethods
 
parse(String, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.VelocityMethods
 
parseUrl(HttpServletRequest, String, Map) - Static method in class io.toro.martini.ProxyRequestMethods
Parses the HTTP Request URL to something else, using a Groovy String template.
parseUrl(HttpServletRequest, String) - Static method in class io.toro.martini.ProxyRequestMethods
Parses the HTTP Request URL to something else, using a Groovy String template.
parseUrl(String, HttpServletRequest, Map) - Static method in class io.toro.martini.ProxyRequestMethods
Parses the HTTP Request URL to something else, using a Groovy String template.
parseUrl(String, HttpServletRequest) - Static method in class io.toro.martini.ProxyRequestMethods
Parses the HTTP Request URL to something else, using a Groovy String template.
populateMapMessage(MapMessage, Map<String, Serializable>) - Static method in class io.toro.martini.util.JMSUtils
 
Position(int, int) - Constructor for class io.toro.martini.util.StringMatcher.Position
 
Preconditions2 - Class in io.toro.martini.util
 
Predicates2 - Class in io.toro.martini.util
 
PrefixingLogger - Class in io.toro.martini.util
Logger that adds prefix to its log messages.
PrefixingLogger(String, Logger) - Constructor for class io.toro.martini.util.PrefixingLogger
 
PrefixingLogger(String, Class) - Constructor for class io.toro.martini.util.PrefixingLogger
 
print(String) - Static method in class io.toro.martini.LoggerMethods
 
printJson(IndentPrinter, GloopObject, boolean, boolean, boolean) - Static method in class io.toro.martini.JsonMethods
Marshalls the given gloop object to an indent printer
println(String) - Static method in class io.toro.martini.LoggerMethods
 
printYaml(IndentPrinter, GloopObject, boolean) - Static method in class io.toro.martini.YamlMethods
 
properties(Collection<Document.Property>) - Method in class io.toro.martini.tracker.Document.Builder
 
properties() - Method in class io.toro.martini.tracker.Document
 
Property() - Constructor for class io.toro.martini.tracker.Document.Property
 
proxy(HttpServletRequest, HttpServletResponse, String) - Static method in class io.toro.martini.ProxyRequestMethods
A method used to proxy an incoming HTTP request to another server.
proxy(HttpServletRequest, HttpServletResponse, String, boolean) - Static method in class io.toro.martini.ProxyRequestMethods
A method used to proxy an incoming HTTP request to another server.
proxy(String, HttpServletRequest, HttpServletResponse) - Static method in class io.toro.martini.ProxyRequestMethods
A method used to proxy an incoming HTTP request to another server.
proxy(String, HttpServletRequest, HttpServletResponse, boolean) - Static method in class io.toro.martini.ProxyRequestMethods
A method used to proxy an incoming HTTP request to another server.
proxy(String, HttpServletRequest, HttpServletResponse, boolean, Closure<HttpServletRequest>) - Static method in class io.toro.martini.ProxyRequestMethods
A method used to proxy an incoming HTTP request to another server.
ProxyRequestMethods - Class in io.toro.martini
This class is used to proxy an incoming HTTP request to another server.
publishBytes(String, byte[]) - Static method in class io.toro.martini.JmsMethods
publishBytes(String, byte[], Closure) - Static method in class io.toro.martini.JmsMethods
publishBytes(String, byte[], Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
publishObject(String, Serializable, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishObject(String, Serializable) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishObject(String, Serializable, Closure) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishString(String, String) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
publishString(String, String, Closure) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
publishString(String, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
publishTo(Serializable, String) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishTo(Serializable, String, Closure) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishTo(Serializable, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
publishTo(String, String) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker Example usage:

publishTo(String, String, Map) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker
publishTo(String, String, Closure) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
publishTo(byte[], String) - Static method in class io.toro.martini.JmsMethods
Send a byte array to the JMS broker.
publishTo(byte[], String, Map) - Static method in class io.toro.martini.JmsMethods
Send a byte array to the JMS broker.
publishTo(byte[], String, Closure) - Static method in class io.toro.martini.JmsMethods

Q

QUALIFIED_GLOOP_NAME - Static variable in class io.toro.martini.gloop.http.MultipartFile
 
qualifiedName() - Method in class io.toro.martini.invocation.ServiceGroup
 
query(String, String, Map<String, String>) - Static method in class io.toro.martini.SolrMethods
Query a Martini Package Solr Core using solr query parameters.
query(String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
Query a Martini Package Solr Core using solr query parameters.

R

readAllContent(String, String) - Static method in class io.toro.martini.FileMethods
Attempts to read a resource from the selected package context, returning an String object to read from the resource.
readContent(String, String) - Static method in class io.toro.martini.FileMethods
Attempts to read a resource from the selected package context, returning an Stream object to read from the resource.
readContent(String, String, Closure<String>) - Static method in class io.toro.martini.FileMethods
Attempts to read a resource from the selected package context and executing a closure for every line of resource content
readEmail(String, String, String, String, int, String, boolean, boolean) - Static method in class io.toro.martini.EmailMethods
 
readerToGloopObject(Reader) - Static method in class io.toro.martini.JsonMethods
Convert a reader containing json data to a gloop object
readerToGloopObject(Reader) - Static method in class io.toro.martini.XmlMethods
Converts a reader containing XML to a gloop object
readerToGloopObject(Reader) - Static method in class io.toro.martini.YamlMethods
 
readFile(FileContent, FileContent) - Static method in class io.toro.martini.VfsMethods
 
readFile(FileContent, FileObject) - Static method in class io.toro.martini.VfsMethods
 
readFile(FileContent, OutputStream, int) - Static method in class io.toro.martini.VfsMethods
 
readFileAsBytes(FileContent, int) - Static method in class io.toro.martini.VfsMethods
 
readFileAsMultipart(String, String) - Static method in class io.toro.martini.FileMethods
 
readFileAsString(FileContent, int) - Static method in class io.toro.martini.VfsMethods
 
readLines(String, String, String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
 
readPackageFileAsMultipart(String, String, String) - Static method in class io.toro.martini.FileMethods
 
readRss(String) - Static method in class io.toro.martini.RssMethods
 
readRss(String, boolean) - Static method in class io.toro.martini.RssMethods
 
receive(String, boolean) - Static method in class io.toro.martini.VfsMethods
Retrieve an array of unread email messages
receive(String) - Static method in class io.toro.martini.VfsMethods
Retrieve an array of unread email messages.
receiverId(String) - Method in class io.toro.martini.tracker.Document.Builder
 
receiverId() - Method in class io.toro.martini.tracker.Document
 
refresh(FileObject) - Static method in class io.toro.martini.VfsMethods
 
remoteAddress(String) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
RemoteDeploymentMethods - Class in io.toro.martini
This class introduces one-liners for deploying Martini packages to other remote servers
RemoteDeploymentMethods(RemoteServerRepository, RemoteDeploymentService) - Constructor for class io.toro.martini.RemoteDeploymentMethods
 
removeAttribute(FileContent, String) - Static method in class io.toro.martini.VfsMethods
 
removeChildDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
Removes then child document on an existing document
removeEnclosingString(String, String, String) - Static method in class io.toro.martini.StringMethods
 
removeFirst(MultiValueMap<K, V>, K) - Static method in class io.toro.martini.util.MapUtils
 
removePackage() - Static method in class io.toro.martini.GroovyMethods.MartiniPackageSetter
Removes a MartiniPackage from the context
removePackageProperty(String) - Static method in class io.toro.martini.GroovyMethods
Delete a Martini package property

removeParentDocument(String, String) - Static method in class io.toro.martini.TrackerMethods
Removes the parent document on an existing document
removeTOROProperty(String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.removePackageProperty(String).
removeUserFromGroup(String, String) - Static method in class io.toro.martini.UserGroupMethods
 
renameCollection(String, String, String, ClientSession, MongoNamespace, boolean) - Static method in class io.toro.martini.MongoDbMethods
Rename the collection with oldCollectionName to the newCollectionName.
replaceExtension(String, String) - Static method in class io.toro.martini.util.FilenameUtils
 
replaceOne(String, String, String, ClientSession, Bson, GloopModel, ReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
Replace a document in the collection according to the specified arguments.
replaceOne(String, String, String, ClientSession, String, GloopModel, ReplaceOptions) - Static method in class io.toro.martini.MongoDbMethods
Replace a document in the collection according to the specified arguments.
replyTo(Serializable, Message) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
replyTo(Serializable, Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
replyTo(String, Message) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker Example usage:

replyTo(String, Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker
replyTo(byte[], Message) - Static method in class io.toro.martini.JmsMethods
Send a byte array to the JMS broker.
replyTo(byte[], Message, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Send a byte array to the JMS broker.
replyWith(Message, Serializable) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
replyWith(Message, Serializable, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Sends a serializable object to the JMS broker.
replyWith(Message, String) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
replyWith(Message, String, Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Send a string to the JMS broker.
replyWith(Message, byte[]) - Static method in class io.toro.martini.JmsMethods
replyWith(Message, byte[], Map<String, Object>) - Static method in class io.toro.martini.JmsMethods
Send a byte array to the JMS broker.
request(String, String, ContentType, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
Simple wrapper that uses the groovy RESTClient to perform a given http operation.
request(String, String, ContentType, Closure) - Static method in class io.toro.martini.RestMethods
Simple wrapper that uses the groovy RESTClient to perform a given http operation with additional options configured in configClosure.
resolveCode(String, MessageSourceResolvable) - Static method in class io.toro.martini.CoreMethods
Try to resolve the message using all the attributes contained within MessageSourceResolvable argument that was passed in.
resolveCode(String, String, Object...) - Static method in class io.toro.martini.CoreMethods
Try to resolve the message.
resolveCode(String, String, String, Object...) - Static method in class io.toro.martini.CoreMethods
Try to resolve the message.
resolveFile(FileObject, String) - Static method in class io.toro.martini.VfsMethods
 
resource(String, String) - Static method in class io.toro.martini.FileMethods
Open a resource from the selected package context, returning an Path to read from the resource.
resourceStream(String, String, GloopExecutionContext) - Static method in class io.toro.martini.FileMethods
Open a resource from a specified package, returning an InputStream to read from the resource.
resourceStream(String, String) - Static method in class io.toro.martini.FileMethods
Open a resource from a specified package, returning an InputStream to read from the resource.
responseCode(int) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
responseTime(long) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
RestMethods - Class in io.toro.martini
This class wraps the groovy HTTPBuilder to perform a given http operation.
rethrow(Throwables.ThrowingConsumer<T>) - Static method in class io.toro.martini.util.Throwables
Provides a consumer that helps in rethrowing checked exception for lambdas.
retry(Predicate<T>, long, long, long, TimeUnit) - Static method in class io.toro.martini.util.Predicates2
Retries a predicate until it is met, a timeout occurs, or an exception occurs.
retry(Predicate<T>, long, long, TimeUnit) - Static method in class io.toro.martini.util.Predicates2
retry(Predicate<T>, long, long, long) - Static method in class io.toro.martini.util.Predicates2
retry(Predicate<T>, long) - Static method in class io.toro.martini.util.Predicates2
like Predicates2.retry(Predicate, long, long, long, TimeUnit) where unit is in milliseconds, period is 50ms, and maxPeriod 1s.
rollbackTransaction() - Static method in class io.toro.martini.SqlMethods
 
rollbackTransaction(Connection) - Static method in class io.toro.martini.SqlMethods
 
rss(String) - Static method in class io.toro.martini.RssMethods
Used to read RSS feeds.
rss(String, boolean) - Static method in class io.toro.martini.RssMethods
Used to read RSS feeds.
RssMethods - Class in io.toro.martini
A TORO utility class for RSS related operations
rssToString(GloopModel) - Static method in class io.toro.martini.RssMethods
 
rssToWriter(GloopModel, Writer) - Static method in class io.toro.martini.RssMethods
 
RuleMetadata - Interface in io.toro.martini.rengine
 
runCommand(String, String, ClientSession, Bson) - Static method in class io.toro.martini.MongoDbMethods
Executes the given command in the context of the current database with a read preference of ReadPreference.primary().
runCommand(String, String, ClientSession, String) - Static method in class io.toro.martini.MongoDbMethods
Executes the given command in the context of the current database with a read preference of ReadPreference.primary().
runScriptlet(String, GloopExecutionContext) - Static method in class io.toro.martini.GloopMethods
Run a piece of groovy code on the current context

S

saveEndpoint(String, GloopModel) - Static method in class io.toro.martini.MartiniMethods
Saves the endpoint to the package with the given name
saveGroup(String) - Static method in class io.toro.martini.UserGroupMethods
 
saveMonitorRule(GloopModel) - Static method in class io.toro.martini.MonitorMethods
Saves the given Monitor Rule.
savePackage(GloopModel) - Static method in class io.toro.martini.MartiniMethods
Saves the package
savePackageProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
Used to save a property.
savePackagePropertyComment(String, String) - Static method in class io.toro.martini.GroovyMethods
Used to save a comment to an existing property.
savePool(GloopModel) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
saveThrottlingRule(GloopModel) - Static method in class io.toro.martini.ThrottlingMethods
Saves the given Throttling Rule.
saveTOROProperty(String, String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.savePackageProperty(String, String).
saveTOROPropertyComment(String, String) - Static method in class io.toro.martini.GroovyMethods
Deprecated.
As of 3.0, this method has been renamed. Please prefer GroovyMethods.savePackagePropertyComment(String, String).
saveUser(GloopModel) - Static method in class io.toro.martini.UserGroupMethods
 
searchMonitor(String, String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], String[], Boolean, Long, Long, Date, Date, Double, Double, int, int) - Static method in class io.toro.martini.MonitorMethods
Search for indexed monitor documents based on the given query and search parameters.
SearchResult<T> - Class in io.toro.martini.solr.model.search
 
SearchResult(Class<T>, QueryResponse, Integer) - Constructor for class io.toro.martini.solr.model.search.SearchResult
 
searchTracker(String) - Static method in class io.toro.martini.TrackerMethods
searchTracker(String, String...) - Static method in class io.toro.martini.TrackerMethods
Search Tracker Search Index, with facets
searchTracker(String, String[], String[], String[], String[], String[], Date, Date, String[], String[], String[], String[], int, int) - Static method in class io.toro.martini.TrackerMethods
Search for indexed tracker documents based on the given query and search parameters.
send(KafkaProducer<Object, Object>, String, Object, Object) - Static method in class io.toro.martini.KafkaClientsMethods
Asynchronously send a record to a topic.
send(KafkaProducer<Object, Object>, String, int, Object, Object) - Static method in class io.toro.martini.KafkaClientsMethods
Asynchronously send a record to a topic.
send(String, Map, Reader, List<DataSource>) - Static method in class io.toro.martini.VfsMethods
Sends bytes of data to a remote location.
send(String, byte[]) - Static method in class io.toro.martini.VfsMethods
Sends bytes of data to a remote location.
send(String, byte[], Map) - Static method in class io.toro.martini.VfsMethods
 
send(String, Map, String) - Static method in class io.toro.martini.VfsMethods
Sends string to a remote location.
send(String, Map, String, List<DataSource>) - Static method in class io.toro.martini.VfsMethods
Sends string to a remote location.
send(String, String) - Static method in class io.toro.martini.VfsMethods
Sends string to a remote location.
send(String, Map, File) - Static method in class io.toro.martini.VfsMethods
Sends a file to a remote location.
send(String, File) - Static method in class io.toro.martini.VfsMethods
Sends a file to a remote location.
send(String, Map, InputStream) - Static method in class io.toro.martini.VfsMethods
Sends a stream to a remote location.
send(String, InputStream) - Static method in class io.toro.martini.VfsMethods
Sends stream to a remote location.
send(String, Map, Reader) - Static method in class io.toro.martini.VfsMethods
Sends the contents of a reader to a remote location.
send(String, Reader) - Static method in class io.toro.martini.VfsMethods
Sends the contents of a reader to a remote location.
sendAlert(String) - Static method in class io.toro.martini.JmsMethods
sendAlert(String, int) - Static method in class io.toro.martini.JmsMethods
Sends an AlertJMSMessage object to JMS Topic 'topic://io.toro.martini.alert.AlertQueue'
Defaults for the AlertJMSMessage to be sent to JMS Broker:
Source : Martini Package name
Properties : empty map
Example usage:

sendAlert(String, String) - Static method in class io.toro.martini.JmsMethods
Sends an AlertJMSMessage object to JMS Topic 'topic://io.toro.martini.alert.AlertQueue'
Defaults for the AlertJMSMessage to be sent to JMS Broker:
Severity: 0
Properties : empty map
Example usage:

sendAlert(String, String, int) - Static method in class io.toro.martini.JmsMethods
Sends an AlertJMSMessage object to JMS Topic 'topic://io.toro.martini.alert.AlertQueue'
Defaults for the AlertJMSMessage to be sent to JMS Broker:
Properties : empty map

sendAlert(String, String, int, Map<Serializable, Serializable>) - Static method in class io.toro.martini.JmsMethods
Sends an AlertJMSMessage object to JMS Topic 'topic://io.toro.martini.alert.AlertQueue'
Example usage:

sendAlert(AlertJMSMessage) - Static method in class io.toro.martini.JmsMethods
Sends an AlertJMSMessage object to JMS Topic 'topic://io.toro.martini.alert.AlertQueue'
Example usage:

sendEmail(String, String, String, String, String, int, String, Object, String) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, String, int, String, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, String, int, String, Object, Object, String) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, String, int, String, Object, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, String, int, String, Object, Object, Object, String) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, String, int, String, Object, Object, Object, String, List<DataSource>) - Static method in class io.toro.martini.EmailMethods
One-Liner method that sends an email
sendEmail(String, String, String, String, int, String, List<GloopModel>, List<GloopModel>, List<GloopModel>, String, boolean, String, List, List<GloopModel>) - Static method in class io.toro.martini.EmailMethods
 
senderId(String) - Method in class io.toro.martini.tracker.Document.Builder
 
senderId() - Method in class io.toro.martini.tracker.Document
 
sendGroupMessage(String, String, String, boolean, String) - Static method in class io.toro.martini.JabberMethods
Send group message to a chatroom.
sendGroupMessage(String, String, String, String, boolean, String) - Static method in class io.toro.martini.JabberMethods
Send group message to a chatroom.
sendMessage(String, String) - Method in class io.toro.martini.jabber.model.JabberConnection
 
sendMessage(String, Message) - Method in class io.toro.martini.jabber.model.JabberConnection
 
sendMessage(String, String, String) - Static method in class io.toro.martini.JabberMethods
Send a message to a user.
sendTo(String, Map, byte[]) - Static method in class io.toro.martini.VfsMethods
Sends bytes of data to a remote location.
sendTo(byte[], String) - Static method in class io.toro.martini.VfsMethods
Sends bytes of data to a remote location.
sendTo(String, String, Map) - Static method in class io.toro.martini.VfsMethods
Sends string to a remote location.
sendTo(String, String) - Static method in class io.toro.martini.VfsMethods
Sends string to a remote location.
sendTo(File, String, Map) - Static method in class io.toro.martini.VfsMethods
Sends a file to a remote location.
sendTo(File, String) - Static method in class io.toro.martini.VfsMethods
Sends a file to a remote location.
sendTo(InputStream, String, Map) - Static method in class io.toro.martini.VfsMethods
Sends a stream to a remote location.
sendTo(InputStream, String) - Static method in class io.toro.martini.VfsMethods
Sends stream to a remote location.
sendTo(Reader, String, Map) - Static method in class io.toro.martini.VfsMethods
Sends the contents of a reader to a remote location.
sendTo(Reader, String) - Static method in class io.toro.martini.VfsMethods
Sends the contents of a reader to a remote location.
sendWSMessage(String, Object) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, Object, Map<String, Object>) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, Message<?>) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, Object, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, Object, Map<String, Object>, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, String, Object) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, String, Object, Map<String, Object>) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, String, Object, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
sendWSMessage(String, String, Object, Map<String, Object>, MessagePostProcessor) - Static method in class io.toro.martini.WebSocketMethods
Send a Web Socket Message.
ServiceGroup - Class in io.toro.martini.invocation
 
ServiceGroup() - Constructor for class io.toro.martini.invocation.ServiceGroup
 
serviceGroup(String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
Deprecated.
serviceGroup(String, String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
Deprecated.
serviceGroup(ServiceGroup.Type, String) - Static method in class io.toro.martini.util.ServiceNameUtils
Deprecated.
use ServiceGroupMeta.toString() to get a spring representation
serviceGroup(ServiceGroup.Type, String, String) - Static method in class io.toro.martini.util.ServiceNameUtils
 
ServiceGroup.Builder - Class in io.toro.martini.invocation
 
ServiceGroup.Type - Enum in io.toro.martini.invocation
 
ServiceNameUtils - Class in io.toro.martini.util
 
ServiceNameUtils() - Constructor for class io.toro.martini.util.ServiceNameUtils
 
services(List<Service>) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
 
services() - Method in class io.toro.martini.invocation.ServiceGroup
 
setAdaptee(Object) - Method in class io.toro.martini.GroovyMethods
 
setApiErrorCode(int) - Method in exception io.toro.martini.api.APIException
 
setAttribute(FileContent, String, Object) - Static method in class io.toro.martini.VfsMethods
 
setCursorElementName(GloopXmlOutputCursor, String) - Static method in class io.toro.martini.XmlMethods
Sets the element name of an XML output cursor
setData(Object) - Method in class io.toro.martini.web.spring.mvc.DataWrapper
 
setDefaultMessage(String) - Method in exception io.toro.martini.exception.ToroException
Deprecated.
setDefaultMessage(String) - Method in exception io.toro.martini.exception.ToroRuntimeException
Deprecated.
setErrorMessages(List<APILogMessage>) - Method in exception io.toro.martini.api.APIException
 
setExecutable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
 
setFieldErrors(Map<String, LinkedList<String>>) - Method in exception io.toro.martini.api.APIException
 
setFieldErrors(BindingResult) - Method in exception io.toro.martini.api.APIException
 
setHttpErrorCode(int) - Method in exception io.toro.martini.api.APIException
 
setLastModifiedTime(FileContent, long) - Static method in class io.toro.martini.VfsMethods
 
setLocale(Locale) - Method in exception io.toro.martini.api.APIException
 
setMessage(String) - Method in class io.toro.martini.api.APILogMessage
 
setMessage(String) - Method in class io.toro.martini.api.APIResponse
 
setMessage(String) - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
setMessageArgs(Object...) - Method in exception io.toro.martini.exception.ToroException
Deprecated.
setMessageArgs(Object...) - Method in exception io.toro.martini.exception.ToroRuntimeException
Deprecated.
setMessageCode(String...) - Method in exception io.toro.martini.exception.ToroException
Deprecated.
setMessageCode(String...) - Method in exception io.toro.martini.exception.ToroRuntimeException
Deprecated.
setMessageProperties(Message, Map<String, Object>) - Static method in class io.toro.martini.util.JMSUtils
 
setMessageResolverArguments(String[], Object[], String) - Method in exception io.toro.martini.exception.ToroException
Deprecated.
setMessageResolverArguments(String[], Object[], String) - Method in exception io.toro.martini.exception.ToroRuntimeException
Deprecated.
setName(Endpoint) - Method in class io.toro.martini.jabber.model.JabberConnection
 
setName(String) - Method in class io.toro.martini.jabber.model.JabberConnection
 
setPackage(MartiniPackage) - Static method in class io.toro.martini.GroovyMethods.MartiniPackageSetter
Sets a MartiniPackage to the context
setPayload(Object) - Method in exception io.toro.martini.api.APIException
 
setPayload(Object) - Method in class io.toro.martini.api.APIResponse
 
setProperties(Map<Serializable, Serializable>) - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
setReadable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
 
setResult(String) - Method in exception io.toro.martini.api.APIException
 
setResult(String) - Method in class io.toro.martini.api.APIResponse
 
setSeverity(int) - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
setSource(String) - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
setSpringMessage(SpringMessage) - Method in exception io.toro.martini.exception.ToroException
 
setSpringMessage(SpringMessage) - Method in exception io.toro.martini.exception.ToroRuntimeException
 
setSystemProperty(String, String) - Static method in class io.toro.martini.GloopMethods
Sets a Java System Property @see java.lang.System#setSystemProperty()
setType(String) - Method in class io.toro.martini.api.APILogMessage
 
setType(APILogMessageType) - Method in class io.toro.martini.api.APILogMessage
 
setWarnings(List<APILogMessage>) - Method in class io.toro.martini.api.APIResponse
 
setWritable(FileObject, boolean, boolean) - Static method in class io.toro.martini.VfsMethods
 
sha256(String, String) - Static method in class io.toro.martini.util.HmacUtils
 
size(long) - Method in class io.toro.martini.gloop.http.MultipartFile.Builder
 
skip(Stream, Collection, long) - Static method in class io.toro.martini.StreamMethods
 
sneakyThrow(Throwable) - Static method in class io.toro.martini.util.Throwables
Allows transforming of checked exceptions to unchecked.
soap(String, GloopModel, String, String, String, GloopModel, GloopModel, GloopModel, GloopExecutionContext) - Static method in class io.toro.martini.HttpMethods
 
solr(String) - Static method in class io.toro.martini.SolrMethods
Get configured SolrServer for specific core
SolrMethods - Class in io.toro.martini
This class provides one-liner methods for getting a configured SolrServer for a specific core.
solrSchemaToGloopModel(String, String, String, String, Map<String, String>) - Static method in class io.toro.martini.SolrMethods
Create a GloopModel file in the selected Martini Package's model folder based from a Solr schema.xml input string and the provided resources
solrSchemaToGloopModel(String, String, String, String, List<GloopModel>) - Static method in class io.toro.martini.SolrMethods
Create a GloopModel file in the selected Martini Package's model folder based from a Solr schema.xml input string and the provided resources
sort(Iterable, Closure) - Static method in class io.toro.martini.ArrayMethods
Sorts this Iterable using the given Closure to determine the correct ordering.
sorted(Stream, Collection) - Static method in class io.toro.martini.StreamMethods
 
sorted(Stream, Collection, Closure<Integer>) - Static method in class io.toro.martini.StreamMethods
 
sorted(Stream<GloopModel>, Collection<GloopModel>, String) - Static method in class io.toro.martini.StreamMethods
 
sortMapValues(Map<K, V>, Comparator<Map.Entry<K, V>>) - Static method in class io.toro.martini.util.MapUtils
 
splitCamelCase(String) - Static method in class io.toro.martini.StringMethods
Uses splitByCharacterTypeCamelCase to split a given string into tokens and concatenates these tokens via a space.
splitServiceName(String) - Static method in class io.toro.martini.util.ServiceNameUtils
 
SpringMessage - Class in io.toro.martini.util
Message object designed for Spring message tags.
sql(String) - Static method in class io.toro.martini.SqlMethods
Get a groovy SQL object that is connected to a pre-defined Database connection pool in Martini Runtime.
sql(String, Closure) - Static method in class io.toro.martini.SqlMethods
Invokes a closure passing it a new Sql instance created from the given Martini connection pool.
SqlMethods - Class in io.toro.martini
This class provides one-liner methods to create/connect to JDBC Connections.
start() - Static method in class io.toro.martini.transaction.Transactions
Creates a started TransactionFacade.
startEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
Starts the endpoint
startPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
Start a Martini Package
startPackage(String) - Static method in class io.toro.martini.MartiniMethods
Starts the package with the given name
startPool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
startSession(String, ClientSessionOptions) - Static method in class io.toro.martini.MongoDbMethods
Creates a client session.
startsWithAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class io.toro.martini.StringMethods
Checks if string starts with any of the items in searchStrings, regardless of letter case.
startTransaction(ClientSession, TransactionOptions) - Static method in class io.toro.martini.MongoDbMethods
Start a transaction in the context of this session with the given transaction options.
startTransaction(boolean, int, GloopExecutionContext) - Static method in class io.toro.martini.SqlMethods
 
State() - Constructor for class io.toro.martini.tracker.Document.State
 
stateName(String) - Method in class io.toro.martini.tracker.Document.Builder
 
stateName() - Method in class io.toro.martini.tracker.Document
 
states(Collection<Document.State>) - Method in class io.toro.martini.tracker.Document.Builder
 
states() - Method in class io.toro.martini.tracker.Document
 
stopEndpoint(String, String) - Static method in class io.toro.martini.MartiniMethods
Stops the endpoint
stopPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
Stop a Martini Package
stopPackage(String) - Static method in class io.toro.martini.MartiniMethods
Stops the package with the given name
stopPool(String) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
stream(Enumeration<T>) - Static method in class io.toro.martini.util.Streams2
Returns a sequential stream for the provided Enumeration.
StreamMethods - Class in io.toro.martini
This class provides methods for mapping Stream-based operations using Gloop.
Streams2 - Class in io.toro.martini.util
Utility methods for Stream
streamToGloopObject(InputStream) - Static method in class io.toro.martini.XmlMethods
Converts an input stream containing XML to a gloop object
StringMatcher - Class in io.toro.martini.util
Based on org.eclipse.ui.internal.misc.StringMatcher.
StringMatcher(String, boolean, boolean) - Constructor for class io.toro.martini.util.StringMatcher
StringMatcher constructor takes in a String object that is a simple pattern which may contain '*' for 0 and many characters and '?' for exactly one character.
StringMatcher.Position - Class in io.toro.martini.util
 
StringMethods - Class in io.toro.martini
This class exposes the Apache commons-lang3's StringUtils class as one-liner methods.
StringMethods() - Constructor for class io.toro.martini.StringMethods
 
substitute(Object) - Static method in class io.toro.martini.StringMethods
Substitutes variables within a string by values.
substituteAsBoolean(Object) - Static method in class io.toro.martini.StringMethods
Same as substitute, but compares (ignoring case) the result to "true" and returns that result as a boolean
substituteAsInt(Object) - Static method in class io.toro.martini.StringMethods
Same as substitute, but attempts to parse the result as an int
substituteAsInt(Object, int) - Static method in class io.toro.martini.StringMethods
Same as substitute, but attempts to parse the result as an int.
success(boolean) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
supportsDriver(Class) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 

T

testConnection(GloopModel) - Static method in class io.toro.martini.DatabaseConnectionPoolMethods
 
ThrottlingMethods - Class in io.toro.martini
This class provides one-liner methods for managing and listing Throttling Rules.
Throwables - Class in io.toro.martini.util
 
Throwables.ThrowingConsumer<T> - Interface in io.toro.martini.util
Taken from https://gist.github.com/myui/9722c1301434a3b69cf898ccd9090ff1.
throwException(String) - Static method in class io.toro.martini.GloopMethods
Throws an exception using the given message
throwException(String, Throwable) - Static method in class io.toro.martini.GloopMethods
 
throwIfUnchecked(Throwable) - Static method in class io.toro.martini.util.Throwables
Throws throwable if it is a RuntimeException or Error.
timeInvoked(long) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
timeInvoked(Instant) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
timeReceived() - Method in class io.toro.martini.tracker.Document.Log
 
timeReceived(long) - Method in class io.toro.martini.tracker.Document.State.Builder
 
timeReceived() - Method in class io.toro.martini.tracker.Document.State
 
timestamp(long) - Method in class io.toro.martini.tracker.Document.Builder
 
timestamp() - Method in class io.toro.martini.tracker.Document
 
toArray(Object) - Static method in class io.toro.martini.StringMethods
 
toBoolean(Object) - Static method in class io.toro.martini.BooleanMethods
 
toBuilder() - Method in class io.toro.martini.invocation.ServiceGroup
 
toBuilder() - Method in class io.toro.martini.tracker.Document.State
 
toBuilder() - Method in class io.toro.martini.tracker.Document
 
toInteger(Object) - Static method in class io.toro.martini.NumberMethods
 
tokenizeToStringArray(String, String, boolean, boolean, boolean) - Static method in class io.toro.martini.StringMethods
Splits the provided string into an array, using the given delimiter as an indicator of where to split.
tokenizeToStringArray(String, String, boolean, boolean, boolean, int) - Static method in class io.toro.martini.StringMethods
Splits the provided string into an array with a maximum length of max, using the given delimiter as an indicator of where to split.
toList(Stream) - Static method in class io.toro.martini.StreamMethods
 
toLong(Object) - Static method in class io.toro.martini.NumberMethods
 
ToroException - Exception in io.toro.martini.exception
 
ToroException() - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(String) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(String, Object...) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(String, Throwable) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(String, Throwable, Object...) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(Throwable) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroException(SpringMessage) - Constructor for exception io.toro.martini.exception.ToroException
 
ToroRuntimeException - Exception in io.toro.martini.exception
 
ToroRuntimeException() - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(String) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(String, Object...) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(String, Throwable) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(String, Throwable, Object...) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(Throwable) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
ToroRuntimeException(SpringMessage) - Constructor for exception io.toro.martini.exception.ToroRuntimeException
 
toStream(Collection) - Static method in class io.toro.martini.StreamMethods
 
toString() - Method in exception io.toro.martini.api.APIException
 
toString() - Method in class io.toro.martini.api.APILogMessage
 
toString() - Method in class io.toro.martini.api.APIResponse
 
toString() - Method in class io.toro.martini.jms.model.AlertJMSMessage
 
toString() - Method in class io.toro.martini.monitor.InvokeDocument
 
toString() - Method in class io.toro.martini.solr.model.search.SearchResult
 
toString(Map) - Static method in class io.toro.martini.util.MapUtils
 
trace(String) - Method in class io.toro.martini.api.APIResponse
 
trace(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a trace message to it.
trace(String, String) - Static method in class io.toro.martini.LoggerMethods
 
trace(String) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
trace(String) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
trace(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
traceIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
 
traceIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a trace message to it (if trace is enabled).
traceIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
 
traceIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
traceIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
TrackerMethods - Class in io.toro.martini
A TORO utility class Tracker related operations.
Transactions - Class in io.toro.martini.transaction
Provides utility methods for managing Transactions.
transformEntry(String[], Function<String, String>) - Static method in class io.toro.martini.StringMethods
 
trimLeadingChar(String, String) - Static method in class io.toro.martini.StringMethods
 
trimTrailingChar(String, String) - Static method in class io.toro.martini.StringMethods
 
type(ServiceGroup.Type) - Method in class io.toro.martini.invocation.ServiceGroup.Builder
 
type() - Method in class io.toro.martini.invocation.ServiceGroup
 
type(Document.Type) - Method in class io.toro.martini.tracker.Document.Builder
 
type() - Method in class io.toro.martini.tracker.Document.Log
 
type() - Method in class io.toro.martini.tracker.Document
 
Type() - Constructor for class io.toro.martini.tracker.Document.Type
 

U

UiAdvanced - Annotation Type in io.toro.martini.service.annotation
 
uid() - Method in class io.toro.martini.tracker.Document.Log
 
uid(Long) - Method in class io.toro.martini.tracker.Document.State.Builder
 
uid() - Method in class io.toro.martini.tracker.Document.State
 
unbindJNDIObject(String) - Static method in class io.toro.martini.util.ApplicationUtils
 
unhideFile(File) - Static method in class io.toro.martini.util.FileUtils
 
unloadPackage(String, boolean) - Method in interface io.toro.martini.ipackage.PackageManager
Unload Martini Package
unloadPackage(String, boolean) - Static method in class io.toro.martini.MartiniMethods
Unloads the package with the given name
unlock(String) - Static method in class io.toro.martini.MongoDbMethods
Unlocks the database, allowing the write operations to go through.
updateMany(String, String, String, ClientSession, Bson, Bson, UpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Update all documents in the collection according to the specified arguments.
updateMany(String, String, String, ClientSession, String, String, UpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Update all documents in the collection according to the specified arguments.
updateOne(String, String, String, ClientSession, Bson, Bson, UpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Update a single document in the collection according to the specified arguments.
updateOne(String, String, String, ClientSession, String, String, UpdateOptions) - Static method in class io.toro.martini.MongoDbMethods
Update a single document in the collection according to the specified arguments.
UrlMethods - Class in io.toro.martini
This class provides various methods for manipulating URLs.
user(Principal) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
user(String) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
userAgent(String) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
UserGroupMethods - Class in io.toro.martini
This class provides methods for mapping access control list management via Gloop.
userGroups(Set<String>) - Method in class io.toro.martini.monitor.InvokeDocument.Builder
 
username(String) - Method in class io.toro.martini.tracker.Document.Builder
 
username() - Method in class io.toro.martini.tracker.Document
 
userPlatform(String) - Method in class io.toro.martini.monitor.HttpInvokeDocument.Builder
 
UserUnauthorizedException - Exception in io.toro.martini.exception
 
UserUnauthorizedException(String) - Constructor for exception io.toro.martini.exception.UserUnauthorizedException
 
UtilMethods - Class in io.toro.martini
This class provides one-liner methods for formatting double/long values into String

V

validateEndpoint(String, GloopModel) - Static method in class io.toro.martini.MartiniMethods
Validates the endpoint, throwing an exception if the endpoint is invalid
value() - Method in class io.toro.martini.tracker.Document.Property
 
valueOf(String) - Static method in enum io.toro.martini.api.APILogMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.toro.martini.invocation.ServiceGroup.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.toro.martini.service.annotation.ESBDefaultValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.toro.martini.service.annotation.InputTypeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.toro.martini.util.FileUtils.UNITS
Returns the enum constant of this type with the specified name.
ValueOptions - Annotation Type in io.toro.martini.service.annotation
An annotation that you can use to direct the ESB into presenting your method parameter as a select box, with the options given in the value property.
values() - Static method in enum io.toro.martini.api.APILogMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.toro.martini.invocation.ServiceGroup.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.toro.martini.service.annotation.ESBDefaultValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.toro.martini.service.annotation.InputTypeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.toro.martini.util.FileUtils.UNITS
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityMethods - Class in io.toro.martini
A TORO utility class for Velocity related operations.
vfsGet(String) - Static method in class io.toro.martini.VfsMethods
Gets the string content of a file that's on a virtual file system.
vfsGet(String, Map) - Static method in class io.toro.martini.VfsMethods
Gets the string content of a file that's on a virtual file system.
vfsGetBytes(String) - Static method in class io.toro.martini.VfsMethods
Gets the byte array content of a file that's on a virtual file system.
vfsGetBytes(String, Map) - Static method in class io.toro.martini.VfsMethods
Gets the stream of a file that's on a virtual file system.
vfsGetFile(String, String) - Static method in class io.toro.martini.VfsMethods
Gets the content of a file that's on a virtual file system and writes it to the given file.
vfsGetFile(String, String, Map) - Static method in class io.toro.martini.VfsMethods
Writes a file from a virtual file system to the local file system.
vfsGetInputStream(String, Map) - Static method in class io.toro.martini.VfsMethods
Gets the stream of a file that's on a virtual file system.
vfsGetInputStream(String) - Static method in class io.toro.martini.VfsMethods
Gets the stream of a file that's on a virtual file system.
vfsGetInputStream(String, Map, Closure) - Static method in class io.toro.martini.VfsMethods
Executes a closure upon fetching the stream of a file that's on a virtual file system.
vfsGetInputStream(String, Closure) - Static method in class io.toro.martini.VfsMethods
Executes a closure upon fetching the stream of a file that's on a virtual file system.
VfsMethods - Class in io.toro.martini
This class provides one-liner methods for sending/receiving files.
vfsPut(String, String) - Static method in class io.toro.martini.VfsMethods
 
vfsPut(String, String, Map) - Static method in class io.toro.martini.VfsMethods
 
vfsPut(String, byte[]) - Static method in class io.toro.martini.VfsMethods
 
vfsPut(String, byte[], Map) - Static method in class io.toro.martini.VfsMethods
 
vfsPut(String, InputStream) - Static method in class io.toro.martini.VfsMethods
 
vfsPut(String, InputStream, Map) - Static method in class io.toro.martini.VfsMethods
 

W

warn(String) - Method in class io.toro.martini.api.APIResponse
 
warn(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a warn message to it.
warn(String, String) - Static method in class io.toro.martini.LoggerMethods
 
warn(String) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
warn(String) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(Marker, String) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(Marker, String, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(Marker, String, Object, Object) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(Marker, String, Object...) - Method in class io.toro.martini.util.PrefixingLogger
 
warn(Marker, String, Throwable) - Method in class io.toro.martini.util.PrefixingLogger
 
warnIfEnabled(String) - Method in class io.toro.martini.api.APIResponse
 
warnIfEnabled(String) - Static method in class io.toro.martini.LoggerMethods
Gets a logger named Martini and then sends a warn message to it (if warn is enabled).
warnIfEnabled(String, String) - Static method in class io.toro.martini.LoggerMethods
 
warnIfEnabled(String) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(Marker, String) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(Marker, String, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(Marker, String, Object, Object) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(Marker, String, Object...) - Method in class io.toro.martini.util.ApplicationLogger
 
warnIfEnabled(Marker, String, Throwable) - Method in class io.toro.martini.util.ApplicationLogger
 
watch(String, ClientSession, List<? extends Bson>) - Static method in class io.toro.martini.MongoDbMethods
Creates a change stream for this client.
watch(String, String, ClientSession, List<? extends Bson>, String) - Static method in class io.toro.martini.MongoDbMethods
Creates a change stream for this database.
watchWithQuery(String, ClientSession, List<String>) - Static method in class io.toro.martini.MongoDbMethods
Creates a change stream for this client.
WebSocketMethods - Class in io.toro.martini
A TORO utility class for WebSocket Messages related operations./p>
widget(String) - Static method in class io.toro.martini.WidgetPageMethods
Parse Widget.
widget(String, Map) - Static method in class io.toro.martini.WidgetPageMethods
Parse Widget.
WidgetPageMethods - Class in io.toro.martini
A TORO utility class Widget/Page related operations.
withPackageEndpoints(GroovyObject, Closure<V>) - Static method in class io.toro.martini.GroovyMethods
Allows a GroovyObject to execute a closure against the available Endpoints installed on the package associated to the current thread.
wrap(Object) - Method in class io.toro.martini.GroovyMethods
 
write(byte[], String, boolean) - Static method in class io.toro.martini.FileMethods
Writes bytes from a byte[] to a destination specified.
write(InputStream, String, boolean) - Static method in class io.toro.martini.FileMethods
Writes data from an InputStream to a destination specified.
writeContent(OutputStream) - Method in class io.toro.martini.tracker.Document.State
 
writeFile(FileContent, InputStream, boolean, int) - Static method in class io.toro.martini.VfsMethods
 
writeFile(FileContent, String, boolean, int) - Static method in class io.toro.martini.VfsMethods
 
writeFile(FileContent, byte[], boolean, int) - Static method in class io.toro.martini.VfsMethods
 
writeJson(Writer, GloopObject, boolean, boolean, boolean) - Static method in class io.toro.martini.JsonMethods
Marshalls the given gloop object to a writer
writePackageExceptions(String, OutputStream, PackageExceptionsWriteMode) - Method in interface io.toro.martini.ipackage.PackageManager
 
writeToIndex(String, String, Object) - Static method in class io.toro.martini.SolrMethods
Index or update a bean object and store it to the selected Martini Package's Solr Core.
writeToIndex(String, String, GloopModel) - Static method in class io.toro.martini.SolrMethods
Index a bean object and store it to the selected Martini Package's Solr Core.
writeToPackage(byte[], String, String, boolean) - Static method in class io.toro.martini.FileMethods
WWrites bytes from a byte[] to a destination in Martini Package
writeToPackage(InputStream, String, String, boolean) - Static method in class io.toro.martini.FileMethods
Writes data from an InputStream to a destination in Martini Package
writeXml(Writer, GloopObject, boolean, boolean, Map, boolean) - Static method in class io.toro.martini.XmlMethods
Marshalls the given gloop object to a writer
writeYaml(Writer, GloopObject, boolean) - Static method in class io.toro.martini.YamlMethods
 

X

XML - Annotation Type in io.toro.martini.service.annotation
Method parameter annotation that is used for telling the ESB what the default value is if the request has no value and the request was expected to be in XML format.
xmlDelete(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML DELETE requests Example usage:
xmlDelete(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML DELETE requests Example usage:
xmlGet(String, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML GET requests, the second parameter of the closure parses the data Example usage:
xmlGet(String, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML GET requests, the second parameter of the closure parses the data Example usage:
xmlGet(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML GET requests, the second parameter of the closure parses the data Example usage:
xmlGet(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML GET requests Example usage:
xmlHead(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML HEAD requests Example usage:
xmlHead(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML HEAD requests Example usage:
XmlMethods - Class in io.toro.martini
Services used to parse Xml data
XmlMethods() - Constructor for class io.toro.martini.XmlMethods
 
xmlOptions(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML OPTIONS requests Example usage:
xmlOptions(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML OPTIONS requests Example usage:
xmlPatch(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML PATCH requests Example usage:
xmlPatch(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML PATCH requests Example usage:
xmlPost(String, Map<String, ?>, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML POST requests, the second parameter of the closure parses the data Example usage:
xmlPost(String, Closure) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML POST requests, the second parameter of the closure parses the data Example usage:
xmlPost(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML POST requests Example usage:
xmlPost(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML POST requests Example usage:
xmlPut(String, Map<String, ?>) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML PUT requests Example usage:
xmlPut(String) - Static method in class io.toro.martini.RestMethods
Wrapper to make XML PUT requests Example usage:
xmlStringToGloopObject(String) - Static method in class io.toro.martini.XmlMethods
Converts an XML string to a gloop object

Y

YamlMethods - Class in io.toro.martini
 
YamlMethods() - Constructor for class io.toro.martini.YamlMethods
 
yamlStringToGloopObject(String) - Static method in class io.toro.martini.YamlMethods
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2019. All rights reserved.