A B C D E F G H I J K L M N O P R S T U V W

A

AbstractClient<T extends Service> - Class in com.trendmicro.grid.acl.client
Is a base class for Spring Services that act as client proxy providers.
AbstractClient(Class<? extends T>) - Constructor for class com.trendmicro.grid.acl.client.AbstractClient
 
AbstractListPage<E> - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a single page of elements to support the transferal and caching of a large lists in multiple smaller pages (paged processing).
AbstractListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
Constructs an empty list page.
AbstractListPage(int, boolean, Collection<E>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
Constructs a list page for the given values.
AbstractListPage(int, boolean, E...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
Constructs a list page for the given values.
add(E) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
addAll(Collection<? extends E>) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
addPackageMember(PackageMember) - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ALL_BASE_ENDPOINT_INTERFACES - Static variable in interface com.trendmicro.grid.acl.ServiceConstants
 
ALL_ENDPOINT_INTERFACES - Static variable in interface com.trendmicro.grid.acl.l0.Level0Constants
 
amount - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
ApiKeyHandlingFilter - Class in com.trendmicro.grid.acl
Implements a filter that parses UUID-based API keys in requested URLs.
ApiKeyHandlingFilter() - Constructor for class com.trendmicro.grid.acl.ApiKeyHandlingFilter
 
assertIsNotCrossSiteScriptingVulnerable(String) - Static method in class com.trendmicro.grid.acl.l0.Level0RestService.RestUtil
Validates whether the given input may be vulnerable to cross site scripting when it is interpreted by the browsers HTML engine.
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Validates the contained content, throws an exception on content violations.
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
assertIsValid() - Method in interface com.trendmicro.grid.acl.l0.datatypes.Validatable
Validates the contained content, throws an exception on content violations.
assertIsValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
assertIsValidProcessingResult() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
assignContentToProcessSource(SourceIdentifier) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns a public reachable transfer URL that may be used to upload (HTTP-PUT) the binary content of the source.
assignedSources - Variable in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
assignExistingContentToProcessSource(SourceIdentifier, FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Allows to assign content that is known to exist already inside the GRID avoiding any new uploads.
assignProcessSource(UUID, URI, Date, String, Metadata) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Adds or updates the remote source with the given Metadata, assigns it to a single processing job and returns the source identifier which may be used to upload source content if required.
assignProcessSourceWithContent(UUID, FileIdentifier, URI, Date, String, Metadata) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Adds or updates the remote source with the given Metadata, assigns it to a single processing job and directly returns an upload URL if GRID does not yet know the content.
authenticate(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.authenticate(String, String).
authenticate(String, String) - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Authenticates the user's session using password auth.
authenticateAndGetApiKey(String, char[], Set<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Combines authentication and api key retrieval into a single call to avoid that a caller needs to keep track of the session.
AuthenticationException - Exception in com.trendmicro.grid.acl.l0
Defines a generic fault for authentication related issues.
AuthenticationException() - Constructor for exception com.trendmicro.grid.acl.l0.AuthenticationException
 
AuthenticationException(String) - Constructor for exception com.trendmicro.grid.acl.l0.AuthenticationException
 
AuthenticationException(String, String) - Constructor for exception com.trendmicro.grid.acl.l0.AuthenticationException
 

B

BASE_NAMESPACE - Static variable in interface com.trendmicro.grid.acl.ServiceConstants
 
basename - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
BatchCollection<E> - Class in com.trendmicro.grid.acl.l0
Defines a collection that fails if more than Limits.MAX_INCOMING_REQUEST_BATCH_SIZE elements are added.
BatchCollection() - Constructor for class com.trendmicro.grid.acl.l0.BatchCollection
Creates a new modifiable instance.
BatchCollection(int) - Constructor for class com.trendmicro.grid.acl.l0.BatchCollection
Creates a new modifiable instance with the given batch size limit.
BatchCollection.Invoker<E,R> - Interface in com.trendmicro.grid.acl.l0
Defines an invoker that may be used to handle chunks of batch collections.
BatchSizeExceededException - Exception in com.trendmicro.grid.acl.l0
Defines a SOAP fault that is sent as reply for "batch" enabled service methods when the batch size inside the request exceeds the configured limit.
BatchSizeExceededException(int) - Constructor for exception com.trendmicro.grid.acl.l0.BatchSizeExceededException
 

C

CacheControlService - Interface in com.trendmicro.grid.acl.l0
Implements rudimentary cache control and information gathering.
CacheInformation - Class in com.trendmicro.grid.acl.l0.datatypes
Implements a data bean that transfers information and statistics on the named cache.
CacheInformation() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
Empty constructor used for XML de-serialization.
CacheInformation(String, String, long, int, long, long, long, long, long, long, long, long) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
Constructs a new CacheInformation instance.
cancelPerparedJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Cancells the given job if it is still in prepared state.
Category - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a cateogry.
Category() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Category
 
Category(String, String, Locale, Category...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Category
 
CategoryList - Class in com.trendmicro.grid.acl.l0.datatypes
Implements a wrapper to return category lists inside REST services.
CategoryList() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CategoryList
 
CategoryList(Collection<Category>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CategoryList
 
CategoryView - Class in com.trendmicro.grid.acl.l0.datatypes
Describes a category view as it can be returned by a web service.
CategoryView() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
CategoryView(String, Category...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
childCategories - Variable in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
chunksOf(List<? extends E>) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Creates chunks of batch collections that honor the built-in batch limit using the given elements.
chunksOf(List<? extends E>, int) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Creates chunks of batch collections that honor the given batch limit using the given elements.
clone() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
clone() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
cloneAndStartJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Clones the given job and starts the clone.
com.trendmicro.grid.acl - package com.trendmicro.grid.acl
ENTRY POINT: Defines the main entry classes of the ACL.
com.trendmicro.grid.acl.client - package com.trendmicro.grid.acl.client
 
com.trendmicro.grid.acl.l0 - package com.trendmicro.grid.acl.l0
ENTRY POINT: Defines all "level-0" frontend GRID interfaces and implementations for SOAP & REST services.
com.trendmicro.grid.acl.l0.datatypes - package com.trendmicro.grid.acl.l0.datatypes
ENTRY POINT: Defines all datatypes that are used inside the "level-0" GRID interfaces.
com.trendmicro.grid.acl.l0.wrappers - package com.trendmicro.grid.acl.l0.wrappers
 
compareTo(FileIdentifier) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
compareTo(Job) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
compareTo(Source) - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
compareTo(SourceIdentifier) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
CompositeRange - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a range of ranges.
CompositeRange() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
 
containedFilesCount - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
contains(Object) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
containsAll(Collection<?>) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
containsTag(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Returns true if the specified tag is contained in the tag list.
containsTag(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
Returns true if the specified tag is contained in the tag list.
containsTag(String) - Method in interface com.trendmicro.grid.acl.l0.datatypes.Tagged
Returns true if the specified tag is contained in the tag list.
contentTag - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
CONTEXT_HASH_QUERY - Static variable in class com.trendmicro.grid.acl.l0.KnownQueryContexts
Defines a context used to label hash queries.
CONTEXT_TAG_MATCHING_QUERY - Static variable in class com.trendmicro.grid.acl.l0.KnownQueryContexts
Defines a context used to label tag matching queries.
convertJpaPackageDetails(PackageDetails) - Static method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
 
convertJpaPackageInformation(PackageInformation) - Static method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
 
convertURIsToPlainASCII() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
This method makes sure that the URIs do not contain any non-ASCII chars.
created - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
created - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
createIdentifierForURL(URI) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Creates a plain identifier for the given URL.
createShallowCopy(Category) - Static method in class com.trendmicro.grid.acl.l0.datatypes.Category
Creates a copy of the given source category instance that does not contain any children.
createSource(URI, Date, String, Metadata) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Creates a new remote source with the given values.
createTemporarySource(URI, Date, String, Metadata) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Creates a new internal temporary source with the given values.
createTime - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
CROSS_SITE_SCRIPTING_TAGS - Static variable in class com.trendmicro.grid.acl.l0.Level0RestService.RestUtil
Defines a list of HTML tags that may indicate cross site scripting attacks.

D

DaysRange - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a range element used to filter results by a range of days.
DaysRange() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
DaysRange(DaysRange.RangeType, Date, Date) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
DaysRange.RangeType - Enum in com.trendmicro.grid.acl.l0.datatypes
 
DEFAULT_PRIORITY - Static variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
destroy() - Method in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
 
destroy() - Method in class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
details - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
displayName - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
displayName - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
displayName - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
displayName - Variable in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
doMerge(V, Collection<V>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 

E

elements - Variable in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
endDate - Variable in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
enforceStartJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Starts a prepared processing job after preparation was finished.
ensureFileDetailsContainMemberIdentifiers() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
ensureIdentifierIsSetAndValid() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
This method is a safety method that ensures that the set identifier is set and conforms to the specified URIs.
equals(Object) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryList
 
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.NameList
 
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.Range
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
equals(Object) - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
equalsSHA1(FileIdentifier) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Checks 2 identifiers for equality comparing only the SHA1 hash.
ErrorRedirectionFilter - Class in com.trendmicro.grid.acl
Filters web requests and redirects on errors to a configurable error page.
ErrorRedirectionFilter() - Constructor for class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
extractIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
Extracts the identifier only.

F

familyName - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
FileDetails - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the detailed information that can be requested on a file.
FileDetails() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
FileDetails(FileIdentifier, FileInformation, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
FileIdentiferListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
FileIdentiferListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentiferListPage
Constructs an empty list page.
FileIdentiferListPage(int, boolean, Collection<FileIdentifier>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentiferListPage
Constructs a list page for the given values.
FileIdentiferListPage(int, boolean, FileIdentifier...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentiferListPage
Constructs a list page for the given values.
FileIdentifier - Class in com.trendmicro.grid.acl.l0.datatypes
Specifies an identifier used to identify a single physical file.
FileIdentifier() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Used for serialization.
FileIdentifier(byte[]) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Construct a new identifier with only sha1 or md5 set to a value.
FileIdentifier(byte[], byte[]) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Construct a new identifier with sha1 and md5 set to the specified values.
FileIdentifier(String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Construct a new identifier with only the sha1 or md5 set to a value.
FileIdentifier(String, String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Construct a new identifier with sha1 and md5 set to the specified values.
FileInformation - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the lightweight information that can be obtained on a file.
FileInformation() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
FileInformation(Date, Date, Date, String...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
FileInformation(Date, Date, Date, String[], int, int) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
FileMetadata - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the metadata that can be requested on a file.
FileMetadata() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
FileMetadata(FileIdentifier, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
fileMetadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
fileName - Variable in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
FileReport - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a report artifact that can be reported on a single file.
FileReport() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileReport
Used for serialization.
FileReport(FileIdentifier, Locale, String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileReport
Creates an ACCESSED report with amount set to 1.
FileReport(FileIdentifier, FileReport.Type, int, Locale, String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileReport
Creates a file report from the given identifier.
FileReport(byte[], byte[], FileReport.Type, int, Locale, String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.FileReport
Creates an ACCESSED report with amount set to 1.
FileReport.Type - Enum in com.trendmicro.grid.acl.l0.datatypes
The type of the report artifact.
FileRequestService - Interface in com.trendmicro.grid.acl.l0
Defines services that allow accessing previously stored files from remote.
FileService - Interface in com.trendmicro.grid.acl.l0
Defines TM reachable services to query file details.
FINAL_STATES - Static variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
finished - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
firstSeen - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
firstSeen - Variable in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
fromBoolean(Boolean) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.IsTrueResult
Converts a 3-way boolean to an IsTrueResult.
fromBooleans(Collection<Boolean>) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.IsTrueResult
Converts a collection of 3-way boolean to an IsTrueResult collection.

G

getActualRoles() - Method in exception com.trendmicro.grid.acl.l0.InsufficientRightsException
 
getAllowedBatchSize() - Method in exception com.trendmicro.grid.acl.l0.BatchSizeExceededException
 
getAmount() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
getApiKey(String, String, SortedSet<String>) - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.authenticateAndGetApiKey(String, char[], java.util.Set) or PublicAuthenticationService.getApiKey(java.util.Set) depending on whether username and password where specified or not.
getApiKey(Set<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Returns the current API key that allows login and session less access to protected services that fall under the roles that were specified with the call, or 'null' if no API key is available that satisfies this requirement.
getApiKeyOfRequest(ServletRequest) - Static method in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
Returns the api key for the given request if one was specified.
getAssignedSources() - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
getAssignedSources(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Retrieves all sources that are currently assigned to the given job.
getAverageConcurrency() - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
getAverageMsPerUsage() - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
getBasename() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
getCacheClusterNodeAddressList() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Returns a list of addresses of the machines that are part of the cache cluster.
getCacheClusterNodeAddressListInternal() - Method in interface com.trendmicro.grid.acl.l0.InternalCacheControlService
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
getCacheContext() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getCacheIdentifiers() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Returns a list of all cache identifiers using the format cacheName@cacheContext.
getCacheIdentifiersInternal() - Method in interface com.trendmicro.grid.acl.l0.InternalCacheControlService
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
getCacheInformationList() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Returns a list of cache information instances for all caches that are used by the ACL node.
getCacheInformationListInternal() - Method in interface com.trendmicro.grid.acl.l0.InternalCacheControlService
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
getCacheName() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getCategoryView(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
 
getCategoryView(String, String) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
 
getCategoryViewNames(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns the names of available category views,
getCategoryViewNames(String, String) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the names of available category views,
getCategoryViews(String, BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category views for the given view names.
GetCategoryViewsResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetCategoryViewsResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetCategoryViewsResponse
 
getChildCategories() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
getCode() - Method in exception com.trendmicro.grid.acl.l0.WebException
 
getCollectedUsageStatistics(String) - Method in class com.trendmicro.grid.acl.l0.ServerStatisticsRestService
Delegates to ServerStatisticsService.getCollectedUsageStatistics().
getCollectedUsageStatistics() - Method in interface com.trendmicro.grid.acl.l0.ServerStatisticsService
Returns a collection of hourly usage statistics for 24 hours (= a collection with 24 entries).
getCombinedCacheInformation() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Returns a single cache information instance that contains the combined information on all caches.
getCombinedCacheInformationInternal() - Method in interface com.trendmicro.grid.acl.l0.InternalCacheControlService
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
getContainedFilesCount() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getContentTag() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
Returns the freely definable content tag (which may be URI protocol specific).
getCreated() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getCreated() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getCreateTime() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
getCurrentNumberOfEntries() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getCurrentUsageStatistics(String) - Method in class com.trendmicro.grid.acl.l0.ServerStatisticsRestService
Delegates to ServerStatisticsService.getCurrentUsageStatistics().
getCurrentUsageStatistics() - Method in interface com.trendmicro.grid.acl.l0.ServerStatisticsService
Returns the latest usage statistics being currently recorded.
getDeclaredCategories() - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns all declared, plain categories (without any view or child relationship and without any locale related filtering).
getDefaultInvocationBatchSize() - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Returns the batch size that is used to build chunks within the method BatchCollection.invokeOnChunksOf(java.util.Collection, com.trendmicro.grid.acl.l0.BatchCollection.Invoker).
getDefaultProcessingSiteURI() - Static method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getDetails() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
getDetails() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetFileDetailsListResponse
 
getDisplayName() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getDisplayName() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
getDisplayName() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getDisplayName() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
getDomainNameFrom(URI) - Static method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
getDomainNameFrom(Source) - Static method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
getElapsedTimeSinceStart() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentiferListPage
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifierListPage
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.NameListPage
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomainListPage
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentiferListPage
getElements() - Method in class com.trendmicro.grid.acl.l0.datatypes.UUIDListPage
getEncodedHash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
getEncodedMD5Hash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
getEncodedSHA1Hash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
getEndDate() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns the upper bound end date of the range.
getEndpointInterface() - Method in class com.trendmicro.grid.acl.client.AbstractClient
 
getEvictions() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getFamilyName() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getFileDetails(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.FileService
Returns the file details for the given file.
getFileDetails(String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Returns the file information (containing info and attached metadata) on the specified file.
getFileDetails(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Returns the file details (containing info and attached metadata) on the specified file.
getFileDetails(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns the file details for the given file.
getFileDetailsList(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.FileService
Returns the file details list for the given files.
getFileDetailsList(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns the file details list for the given files.
GetFileDetailsListResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetFileDetailsListResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetFileDetailsListResponse
 
getFileInformation(String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Returns the file information (containing last modified and tags) on the specified file.
getFileInformation(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Returns the file information (containing last modified and tags) on the specified file.
getFileInformation(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns the file information for the given file.
getFileInformationList(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns the file information list for the given files.
GetFileInformationListResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetFileInformationListResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetFileInformationListResponse
 
getFileMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
Returns the details on the package-file behind the package.
getFileName() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
getFilesContainedInPackageById(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the ids of all files contained inside the given package.
getFilesContainedInPackageById(FileIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the ids of all files contained inside the given package.
getFilesContainedInPackageByName(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the ids of all files contained inside the given package.
getFilesContainedInPackageByName(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the ids of all files contained inside the given package.
getFilesReferencedBySource(SourceIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the identifiers of all files that are referenced by the specified source.
getFilesTaggedWith(String[], int) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns all known files that are tagged with the given list of tags.
getFinished() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getFirstSeen() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
getFirstSeen() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
getHash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Returns the first hash that is not 'null', using the lookup order SHA1 before MD5.
getHits() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
getIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
getIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
getInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
getInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
getInformation() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetFileInformationListResponse
 
getInstance() - Static method in class com.trendmicro.grid.acl.StringCaches
 
getInternalURI() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
getJob() - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
getJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns the read & writable information on a job, identified by its id.
getJob() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetJobsResponse
 
getJobDetails(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns the detailed information on a job, identified by its id.
getJobId() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getJobs(Collection<UUID>) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns the read & writable information on the jobs, identified by their ids.
getJobsInState(Job.State, int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns a paged list of jobs that are in the given state.
getJobsInStateAndRange(Job.State, DaysRange, int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns a paged list of jobs that are in the given state and were last updated within the given range.
GetJobsResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetJobsResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetJobsResponse
 
getJobState() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetJobStatesResponse
 
getJobStates(Collection<UUID>) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns the states of the jobs, identified by their ids.
GetJobStatesResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetJobStatesResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetJobStatesResponse
 
getLastModified() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getLastModified() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
Returns the recorded date of last modification for this source.
getLastProcessed() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
getLastRetrieved() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
getLastUpdate() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
getLastUpdated() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getLocalClusterNodeAddressList() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Returns the addresses of the local machine that is part of the cache cluster.
getLocalClusterNodeAddressListInternal() - Method in interface com.trendmicro.grid.acl.l0.InternalCacheControlService
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
getLocale() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getLocalPort() - Method in class com.trendmicro.grid.acl.client.AbstractClient
 
getMatchingFiles(String, String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns all known files that are matched by the given tag expression.
getMatchingFilesInRange(String, String, Range, int) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns all known files that are matched by the given tag expression and are in the given range.
getMatchingPackageNames(int, String, String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all known packages that are matched by the given tag expression.
getMatchingPackageNames(String, String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known packages that are matched by the given tag expression.
getMatchingPackageNamesInRange(String, String, Range, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known packages that are matched by the given tag expression and are in the given range.
getMD5Hash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
getMemberInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
Returns the file information stored inside this member, regardless whether it's stored directly or inside the details.
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getMetadata() - Method in interface com.trendmicro.grid.acl.l0.datatypes.MetadataOwner
Returns the owned metadata package.
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
getMetadata() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
getMetadataStringCache() - Method in class com.trendmicro.grid.acl.StringCaches
Returns a shared string cache that is capable of sharing strings across metadata instances.
getMisses() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getMsSpentInUsage() - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
getName() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
getName() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getName() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
getName() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
getName() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
getNames() - Method in class com.trendmicro.grid.acl.l0.datatypes.NameList
 
getNanosSpentForUsage() - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
getNodeNames() - Method in class com.trendmicro.grid.acl.l0.ServerStatisticsRestService
Returns the node names (=node-addresses) of all ACL nodes within a cache cluster.
getNormalizedEndDate() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns the upper bound end date of the range normalized to the end of the day.
getNormalizedStartDate() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns the lower bound start date of the range normalized to the beginning of the day.
getOverallUsageStatistics(String) - Method in class com.trendmicro.grid.acl.l0.ServerStatisticsRestService
Delegates to ServerStatisticsService.getOverallUsageStatistics().
getOverallUsageStatistics() - Method in interface com.trendmicro.grid.acl.l0.ServerStatisticsService
Returns the combined overall usage statistics that cover the usage for the up-time of the service.
getPackageDetails() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByIdResponse
 
getPackageDetails() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByNameResponse
 
getPackageDetailsById(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the package details on the given package file id.
getPackageDetailsById(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the package details of the given package.
getPackageDetailsById(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package details on the given package file id.
getPackageDetailsByName(String) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the package details on the given package name.
getPackageDetailsByName(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the package details of the given package.
getPackageDetailsByName(String) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package details on the given package name.
getPackageDetailsListById(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the package details on the given package file ids.
getPackageDetailsListById(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package details on the given package file ids.
GetPackageDetailsListByIdResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetPackageDetailsListByIdResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByIdResponse
 
getPackageDetailsListByName(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the package details on the given package names.
getPackageDetailsListByName(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package details on the given package names.
GetPackageDetailsListByNameResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetPackageDetailsListByNameResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByNameResponse
 
getPackageDisplayName(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the displayname for the given reference name.
getPackageDisplayNames(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the displaynames for the given reference names.
getPackageFamily() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
getPackageFamily(String) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the package family on the given basename.
getPackageFamily(String) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package family on the given basename.
getPackageFamilyDisplayName(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the displayname for the given reference name.
getPackageFamilyDisplayNames(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the displaynames for the given reference names.
getPackageFamilyNames(int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all known package family names.
getPackageFamilyNames(int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known package family names.
getPackageFamilyNamesForVendor(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all known package family names for the given vendor.
getPackageFamilyNamesForVendor(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known package family names for the given vendor.
getPackageFileId() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageFileIdentifiersByNameResponse
 
getPackageFileIdentifiersByName(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the file ID of the file that is associated with the given package.
GetPackageFileIdentifiersByNameResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetPackageFileIdentifiersByNameResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetPackageFileIdentifiersByNameResponse
 
getPackageFileInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getPackageInfo() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByIdResponse
 
getPackageInfo() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByNameResponse
 
getPackageInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
getPackageInformationById(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the package information of the given package.
getPackageInformationById(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package information of the given package.
getPackageInformationByName(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the package information of the given package.
getPackageInformationByName(String) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package information of the given package.
getPackageInformationListById(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package information list of the given packages.
GetPackageInformationListByIdResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetPackageInformationListByIdResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByIdResponse
 
getPackageInformationListByName(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the package information list of the given packages.
GetPackageInformationListByNameResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetPackageInformationListByNameResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByNameResponse
 
getPackageMember() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getPackageNamesInFamily(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all package names that are members of the given package family.
getPackageNamesInFamily(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all package names that are members of the given package family.
getPackageNamesTaggedWith(int, List<String>) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all known files that are tagged with the given list of tags.
getPackageNamesTaggedWith(String[], int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known package names that are tagged with the given list of tags.
getPackagesContainedInPackageById(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the names of all packages contained inside the given package.
getPackagesContainedInPackageById(FileIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the names of all packages contained inside the given package.
getPackagesContainedInPackageByName(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the names of all packages contained inside the given package.
getPackagesContainedInPackageByName(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the names of all packages contained inside the given package.
getPackagesReferencedBySource(SourceIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns all package names that are referenced by the specified source.
getPageNumber() - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
getParentJobId() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
Returns the ID of the parent job, if this job is a sub-job.
getPlainCategories(String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns all plain categories (without any view or child relationship).
getPlainCategories(String) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns all plain categories (without any view or child relationship).
getPlainCategory(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns the plain category information (without any view or child relationship).
getPlainCategory(String, String) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the plain category information (without any view or child relationship).
getProcessedPackage() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessingEnded() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessingSite() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessingStarted() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessPriority() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessSources() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getProcessType() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getRanges() - Method in class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
 
getRangeType() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
getRawValue() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
getReferencedFiles(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Is a shorthand for PublicFileService.getMatchingFiles(String, String, int) used with the expressions returned from PublicCategoryService.getPlainCategory(String, String).
getReferencedFilesInRange(String, Range, int) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Is a shorthand for PublicFileService.getMatchingFilesInRange(String, String, Range, int) used with the expressions returned from PublicCategoryService.getPlainCategory(String, String).
getReferencedPackageNames(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Is a shorthand for PublicPackageService.getMatchingPackageNames(String, String, int) used with the expressions returned from PublicCategoryService.getPlainCategory(String, String).
getReferencedPackageNamesInRange(String, Range, int) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Is a shorthand for PublicPackageService.getMatchingPackageNamesInRange(String, String, Range, int) used with the expressions returned from PublicCategoryService.getPlainCategory(String, String).
getReferencingCategoryNamesOnFile(String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns the names of the categories that the given file belongs to.
getReferencingCategoryNamesOnFile(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference this identifier.
getReferencingCategoryNamesOnFileInformationList(BatchCollection<FileInformation>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference this file information list.
getReferencingCategoryNamesOnFiles(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference these identifiers.
getReferencingCategoryNamesOnPackageById(String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns the names of the categories that the given package file belongs to.
getReferencingCategoryNamesOnPackageById(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference this package selected by its file identifier.
getReferencingCategoryNamesOnPackageByName(String) - Method in class com.trendmicro.grid.acl.l0.PublicCategoryRestService
Returns the names of the categories that the given package file belongs to.
getReferencingCategoryNamesOnPackageByName(String) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference this package selected by its name.
getReferencingCategoryNamesOnPackageInformationList(BatchCollection<PackageInformation>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference this package information list.
getReferencingCategoryNamesOnPackagesById(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference these packages selected by their file identifiers.
getReferencingCategoryNamesOnPackagesByName(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicCategoryService
Returns the category names that reference these packages selected by their names.
getReferencingPackageNames(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the names of all packages that reference the given package directly.
getReferencingPackageNames(String, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the names of all packages that reference the given package directly.
getReferencingPackageNamesById(String, int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the names of all packages that reference the given file directly.
getReferencingPackageNamesById(FileIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the names of all packages that reference the given file directly.
getReferencingSources(FileIdentifier, int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the source identifiers of all sources that are known for the given file.
getReferringJob() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
getRemotePort(String) - Method in class com.trendmicro.grid.acl.client.AbstractClient
 
getRemotePort(String, int, boolean) - Method in class com.trendmicro.grid.acl.client.AbstractClient
 
getRemoteTransferURL(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.FileRequestService
Returns a transfer URL for the given file that allows access to the file from remote.
getRemoteTransferURLs(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.FileRequestService
Returns a list of remotely accessible transfer URLs for the given files.
GetRemoteTransferURLsResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetRemoteTransferURLsResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetRemoteTransferURLsResponse
 
getRemoteURI() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
getRemoveHits() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getRemoveMisses() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getReportType() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
getRequiredRoles() - Method in exception com.trendmicro.grid.acl.l0.InsufficientRightsException
 
getRetrievalOperations() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getRunningJobs(int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Returns a paged list of running jobs.
getServiceImplementation() - Method in class com.trendmicro.grid.acl.client.AbstractClient
 
getServices() - Method in interface com.trendmicro.grid.acl.PublicServiceDiscovery
Returns a list of all available services.
getServiceUsageValues() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
getServiceValue(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
Returns the named value.
getSHA1Hash() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
getSHA1Hash() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
getSource(SourceIdentifier) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the source for the given source identifier.
getSource() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetSourcesResponse
 
getSourceContentIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
Returns the FileIdentifier of the file/binary-content that is identified by this source or 'null' if it was not set.
getSourceDomain() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
getSourceDomain(String) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the stored domain information on the given domain name.
getSourceDomainForURL(URI) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the stored domain information on the given URL.
getSourceDomains(int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the a list of all stored domains.
getSourceForURL(URI) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the source for the given remote URL.
getSourceIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
getSourceInformation() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
getSourceInformation(SourceIdentifier) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the lightweight source-information for the given source identifier.
getSourceInformation() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetSourceInformationListResponse
 
getSourceInformationForURL(URI) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the lightweight source-information for the given remote URL.
getSourceInformationList(BatchCollection<SourceIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the lightweight source-information list for the given source identifiers.
GetSourceInformationListResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetSourceInformationListResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetSourceInformationListResponse
 
getSourceLocale() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
getSourcePackageCount() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Returns the number of packages that contain this file.
getSources(BatchCollection<SourceIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the sources for the given source identifier.
getSourceSiteCount() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Returns the number of sites that offer this file.
getSourcesOfDomain(String, int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the source identifiers of all sources that belong to a certain domain.
getSourcesOfDomainInRange(String, DaysRange, int) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Returns the source identifiers of all sources that belong to a certain domain and were last modified in a specifeid time range.
GetSourcesResponse - Class in com.trendmicro.grid.acl.l0.wrappers
This was generated by "wsgen" and is copied to add "nillable=true" to the details collection.
GetSourcesResponse() - Constructor for class com.trendmicro.grid.acl.l0.wrappers.GetSourcesResponse
 
getStagesPassed() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
Returns the number of stages that this job has already passed.
getStartDate() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns the lower bound start date of the range.
getState() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
getStoreOperations() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getSubJobs() - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
getTagQueryExpression() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getTagQueryExpressionVersion() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
getTags() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Returns a list of tags for the given tagged element.
getTags() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
Returns a list of tags for the given tagged element.
getTags() - Method in interface com.trendmicro.grid.acl.l0.datatypes.Tagged
Returns a list of tags for the given tagged element.
getTagsStringCache() - Method in class com.trendmicro.grid.acl.StringCaches
Returns a shared string cache that is used to share tag strings across instances.
getTotalNumberOfEntries() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
getTransferURL() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetRemoteTransferURLsResponse
 
getType() - Method in class com.trendmicro.grid.acl.l0.datatypes.Range
 
getUsageStatisticsCollection() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 
getUsageValues() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
getUserDisplayName() - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.getUserDisplayName().
getUserDisplayName() - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Returns the display name of the authenticated user.
getUserRoles() - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.getUserRoles().
getUserRoles() - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Returns the assigned roles of the authenticated user.
getValue(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
Returns the named value.
getValue() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
getVariants() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Returns a list of all identifier variants (SHA1-MD5, SHA1, MD5).
getVendor() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
getVendor(String) - Method in interface com.trendmicro.grid.acl.l0.PackageService
Returns the vendor information for the given vendor name.
getVendor(String) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the vendor information for the given vendor name.
getVendorDisplayName(String) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns the displayname for the given reference name.
getVendorDisplayNames(BatchCollection<String>) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns the displaynames for the given reference names.
getVendorName() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
getVendorNames(int) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns all known vendor names.
getVendorNames(int) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns all known vendor names.
getView() - Method in class com.trendmicro.grid.acl.l0.wrappers.GetCategoryViewsResponse
 
getXmlSerializer() - Static method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
getXmlSerializer() - Static method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 

H

hashCode() - Method in class com.trendmicro.grid.acl.l0.BatchCollection
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
 
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryList
 
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.NameList
 
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.Range
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
hashCode() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor

I

identifier - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
identifier - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
identifier - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
identifierEquals(FileIdentifier) - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
Returns true if the given identifier equals this identifier.
IllegalRequestException - Exception in com.trendmicro.grid.acl.l0
Is thrown in case of the request arguments or the state is invalid.
IllegalRequestException() - Constructor for exception com.trendmicro.grid.acl.l0.IllegalRequestException
 
IllegalRequestException(RuntimeException) - Constructor for exception com.trendmicro.grid.acl.l0.IllegalRequestException
 
IllegalRequestException(String) - Constructor for exception com.trendmicro.grid.acl.l0.IllegalRequestException
 
IllegalRequestException(String, String) - Constructor for exception com.trendmicro.grid.acl.l0.IllegalRequestException
 
incrementLastUpdateTo(long) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
information - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
 
information - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
init(FilterConfig) - Method in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
 
init(FilterConfig) - Method in class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
INIT_PARAM_KEY_API_KEY_END_MARKER - Static variable in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
Defines the name of the init param that allows to set the end marker of the UUID based API key.
INIT_PARAM_KEY_API_KEY_PREFIX - Static variable in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
Defines the name of the init param that allows to set the prefix of the UUID based API key.
INIT_PARAM_KEY_ERROR_PAGE - Static variable in class com.trendmicro.grid.acl.ErrorRedirectionFilter
Is an init param that defines the error page to redirect to in case of an error.
INIT_PARAM_KEY_SECURE_REQUESTS_ONLY - Static variable in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
Specifies whether an API key is only supported in secure URLs (if this is true, in-secure (=non-ssl) URLs will simply be passed through no matter what was specified).
initCause(Throwable) - Method in exception com.trendmicro.grid.acl.l0.WebException
 
InsufficientRightsException - Exception in com.trendmicro.grid.acl.l0
Defines the exception to throw if the logged in user has insufficient privileges.
InsufficientRightsException() - Constructor for exception com.trendmicro.grid.acl.l0.InsufficientRightsException
 
InsufficientRightsException(String) - Constructor for exception com.trendmicro.grid.acl.l0.InsufficientRightsException
 
InsufficientRightsException(String[], String[]) - Constructor for exception com.trendmicro.grid.acl.l0.InsufficientRightsException
 
InternalCacheControlService - Interface in com.trendmicro.grid.acl.l0
Defines an internal service API of CacheControlService used to access cache control without requiring auth.
internalURI - Variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
invalidate(String, String) - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Invalidates (clears) the named cache and does NOT wait for the operation to succeed.
invalidateAll() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Invalidates (clears) the all caches and does NOT wait for the operation to succeed.
invalidateAllAndWait() - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Invalidates (clears) the all caches and waits for the operation to succeed.
invalidateAndWait(String, String) - Method in interface com.trendmicro.grid.acl.l0.CacheControlService
Invalidates (clears) the named cache and waits for the operation to succeed.
invoke(BatchCollection<E>) - Method in interface com.trendmicro.grid.acl.l0.BatchCollection.Invoker
Is called for every batch chunk that is handled within the method BatchCollection.invokeOnChunksOf(java.util.Collection, com.trendmicro.grid.acl.l0.BatchCollection.Invoker)
invokeOnChunksOf(Collection<? extends E>, BatchCollection.Invoker<E, T>) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Is a helper method that can be used to invoke a certain call on all batch chunks of a larger input list.
isAuthenticated() - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.isAuthenticated().
isAuthenticated() - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Returns true if the user's session is authenticated.
isCanonical() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Returns true only if both hashes SHA1 and MD5 are set to a valid value.
isEmpty() - Method in class com.trendmicro.grid.acl.l0.BatchCollection
isEnabled() - Method in class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
isFileKnown(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns true if the GRID database knows (contains) the given file.
isFileKnownGood(String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is known to be good.
isFileKnownGood(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is known to be good.
isFileKnownGood(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns 'Yes' if the GRID database knows that the file is good.
isFilePureWhite(String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is known to be good and not included in the high risk category.
isFilePureWhite(String, String) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is known to be good and not included in the high risk category.
isFilePureWhite(FileIdentifier) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns 'Yes' if the GRID database knows that the file is good and not included in the high risk category.
isFilesKnown(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Implements a batch query for PublicFileService.isFileKnown(FileIdentifier).
isFilesKnownGood(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Implements a batch query for PublicFileService.isFileKnownGood(FileIdentifier).
isFilesPureWhite(BatchCollection<FileIdentifier>) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Implements a batch query for PublicFileService.isFilePureWhite(FileIdentifier).
isFilesTaggedWith(BatchCollection<FileIdentifier>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Deprecated. Please use PublicFileService.isFilesTaggedWithAll(BatchCollection, String[]) instead.
isFilesTaggedWithAll(BatchCollection<FileIdentifier>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns 'Yes' if the given files are tagged with the specified tags.
isFileTaggedWith(String, List<String>) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is tagged with a set of tags.
isFileTaggedWith(String, String, List<String>) - Method in class com.trendmicro.grid.acl.l0.PublicFileRestService
Allows to query the GRID whether a file is tagged with a set of tags.
isFileTaggedWith(FileIdentifier, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Deprecated. Please use PublicFileService.isFileTaggedWithAll(FileIdentifier, String[]) instead.
isFileTaggedWithAll(FileIdentifier, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicFileService
Returns 'Yes' if the given file is tagged with the specified tags.
isFullDaysRange() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns true if the range consists only of full days.
isLastPage() - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
isMD5OnlyIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Returns true if the FileIdentifier is MD5 only.
isPackagesTaggedWithAllById(BatchCollection<FileIdentifier>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns 'Yes' if the given packages are tagged with the specified tags.
isPackagesTaggedWithAllByName(BatchCollection<String>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns 'Yes' if the given packages are tagged with the specified tags.
isPackagesTaggedWithById(BatchCollection<FileIdentifier>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Deprecated. Please use PublicPackageService.isPackagesTaggedWithAllById(BatchCollection, String[]) instead.
isPackagesTaggedWithByName(BatchCollection<String>, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Deprecated. Please use PublicPackageService.isPackagesTaggedWithAllByName(BatchCollection, String[]) instead.
isPackageTaggedWithAllById(FileIdentifier, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns 'Yes' if the given package is tagged with the specified tags.
isPackageTaggedWithAllByName(String, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Returns 'Yes' if the given package is tagged with the specified tags.
isPackageTaggedWithById(String, List<String>) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns true if the given package is tagged with the specified tags.
isPackageTaggedWithById(FileIdentifier, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Deprecated. Please use PublicPackageService.isPackageTaggedWithAllById(FileIdentifier, String[]) instead.
isPackageTaggedWithByName(String, List<String>) - Method in class com.trendmicro.grid.acl.l0.PublicPackageRestService
Returns true if the given package is tagged with the specified tags.
isPackageTaggedWithByName(String, String[]) - Method in interface com.trendmicro.grid.acl.l0.PublicPackageService
Deprecated. Please use PublicPackageService.isPackageTaggedWithAllByName(String, String[]) instead.
isTemporary() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
IsTrueResult - Enum in com.trendmicro.grid.acl.l0.datatypes
Defines a 3-way conditional result for services that may return 'Yes', 'No' or 'NotKnown'.
iterateDays() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
Returns an iterable of DaysRange elements that reference exactly one day.
iterator() - Method in class com.trendmicro.grid.acl.l0.BatchCollection

J

Job - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the read- & writable properties of a job.
Job() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Job
 
Job(UUID, UUID, Job.State, int, Date, Date, Date, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Job
 
job - Variable in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
Job.State - Enum in com.trendmicro.grid.acl.l0.datatypes
All possible Job states.
JobDetails - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the details on a single job.
JobDetails() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
JobDetails(Job, List<Job>, List<Source>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 
jobId - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 

K

KnownQueryContexts - Class in com.trendmicro.grid.acl.l0
Enumerates all known query contexts.
KnownRoles - Class in com.trendmicro.grid.acl.l0
Enumerates all known role names.

L

lastModified - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
lastModified - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
lastPage - Variable in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
lastProcessed - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
lastRetrieved - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
lastUpdate - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
lastUpdated - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
Level0Constants - Interface in com.trendmicro.grid.acl.l0
Defines constant expression for this API level.
Level0RestService - Interface in com.trendmicro.grid.acl.l0
Groups all Level0 REST services to automate their publishing under the spring bean "level0_JaxRsApplication".
Level0RestService.RestUtil - Class in com.trendmicro.grid.acl.l0
Is a collection of utilities for rest related services.
Limits - Interface in com.trendmicro.grid.acl
Describes the global configurable or compile time limits that exist inside the ACL.
locale - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
localize(String, Locale) - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
logout() - Method in class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
Delegates to PublicAuthenticationService.logout().
logout() - Method in interface com.trendmicro.grid.acl.l0.PublicAuthenticationService
Logs the authenticated user out and returns true on success.

M

MAX_DISPLAY_NAME_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the various display name fields.
MAX_INCOMING_REQUEST_BATCH_SIZE - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the actually applied limit for incoming batch request.
MAX_NAME_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the various name fields (Note: The size was chosen based on the maximum index size supported by MSSQL, it should not be increased).
MAX_PRIORITY - Static variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
MAX_SERIALIZED_METADATA_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of bytes that the serialized metadata element may consume.
MAX_TAG_STRING_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that all tags may consume when serialized to a whitespace delimited string (hard limit, compiled-in).
md5 - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
merge(CacheInformation) - Method in class com.trendmicro.grid.acl.l0.datatypes.CacheInformation
Merges this and the other cache information instance and returns the merged object.
mergeWith(Collection<ServiceUsageValue>) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
Merges this usage value with the given other values.
mergeWith(List<UsageStatistics>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
Merges this statistics instance with the given other values.
mergeWith(Collection<UsageValue>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
Merges this usage value with the given other values.
META_KEY_SOURCE_CONTENT_MD5 - Static variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
META_KEY_SOURCE_CONTENT_SHA1 - Static variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
metadata - Variable in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
MetadataOwner - Interface in com.trendmicro.grid.acl.l0.datatypes
Groups elements that own metadata.
MIN_PRIORITY - Static variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
mostRecentValue - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 

N

name - Variable in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
name - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
name - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
name - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
name - Variable in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
NamedFileIdentifier - Class in com.trendmicro.grid.acl.l0.datatypes
Implements a file identifier that contains a filename.
NamedFileIdentifier() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
NamedFileIdentifier(FileIdentifier, String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
Constructs a new named identifier using an existing un-named identifier.
NamedFileIdentifier(byte[], String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
NamedFileIdentifier(byte[], byte[], String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
NamedFileIdentifierListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
NamedFileIdentifierListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifierListPage
Constructs an empty list page.
NamedFileIdentifierListPage(int, boolean, Collection<NamedFileIdentifier>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifierListPage
Constructs a list page for the given values.
NamedFileIdentifierListPage(int, boolean, NamedFileIdentifier...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifierListPage
Constructs a list page for the given values.
NameList - Class in com.trendmicro.grid.acl.l0.datatypes
Implements a wrapper to return names inside REST services.
NameList() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NameList
 
NameList(Collection<String>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NameList
 
NameListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
NameListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NameListPage
Constructs an empty list page.
NameListPage(int, boolean, Collection<String>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NameListPage
Constructs a list page for the given values.
NameListPage(int, boolean, String...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.NameListPage
Constructs a list page for the given values.
NAMESPACE - Static variable in interface com.trendmicro.grid.acl.l0.Level0Constants
 
normalizedEndDate - Variable in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
normalizedStartDate - Variable in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
NotAuthenticatedException - Exception in com.trendmicro.grid.acl.l0
Is thrown if the current user is not authenticated.
NotAuthenticatedException(String) - Constructor for exception com.trendmicro.grid.acl.l0.NotAuthenticatedException
 
NotAuthenticatedException() - Constructor for exception com.trendmicro.grid.acl.l0.NotAuthenticatedException
 

O

of(E) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Creates a new final singleton batch collection using the given element.
of(E...) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Creates a new final batch collection using the given elements.
of(Collection<? extends E>) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Creates a new final batch collection using the given elements.
oldestValue - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 

P

PackageDetails - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the detailed information that can be requested on a package.
PackageDetails() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
PackageDetails(PackageFamily, PackageInformation, Metadata, FileMetadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
packageFamily - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
PackageFamily - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the family information of a package.
PackageFamily() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
PackageFamily(Vendor, String, String, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
packageFileInformation - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
packageInformation - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
PackageInformation - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the lightweight information that can be obtained on a package.
PackageInformation() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
PackageInformation(String, String, String, String, String[], FileInformation) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
PackageMember - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a file reference that can be used to record details on the files contained inside a package.
PackageMember() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
PackageMember(NamedFileIdentifier, FileInformation) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
PackageMember(NamedFileIdentifier, FileDetails) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
packageMembers - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
PackageService - Interface in com.trendmicro.grid.acl.l0
Defines package related web services, that may be used inside the TM network.
pageNumber - Variable in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
parentJobId - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
prepareJob() - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Prepares a new processing job and returns the job's GUID.
prepareSubJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Prepares a new processing job and returns the job's GUID.
processedPackage - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProcessingContext - Annotation Type in com.trendmicro.grid.acl
Defines a marker for implementations that run inside the private processing context.
processingEnded - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProcessingService - Interface in com.trendmicro.grid.acl.l0
Defines TM reachable services to control the processing inside the GRID.
processingSite - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
processingStarted - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProcessPackageDataSet - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the data structure that is used to perform updates into the CoreDB.
ProcessPackageDataSet() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProcessPackageDataSet(UUID, ProcessPackageDataSet.ProcessType, Collection<Source>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProcessPackageDataSet.ProcessType - Enum in com.trendmicro.grid.acl.l0.datatypes
 
processPriority - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
processSources - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
processType - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
ProtectedRequestContext - Annotation Type in com.trendmicro.grid.acl
Defines a marker for implementations that run inside the public request context.
PublicAuthenticationRestService - Class in com.trendmicro.grid.acl.l0
Implements a REST api to PublicAuthenticationService, to prepare the offering of REST services with authentication.
PublicAuthenticationRestService() - Constructor for class com.trendmicro.grid.acl.l0.PublicAuthenticationRestService
 
PublicAuthenticationService - Interface in com.trendmicro.grid.acl.l0
Service interface allowing users to authenticate their session.
PublicCategoryRestService - Class in com.trendmicro.grid.acl.l0
Implements a REST styled interface on top of the SOAP api using JAX-RS
PublicCategoryRestService() - Constructor for class com.trendmicro.grid.acl.l0.PublicCategoryRestService
 
PublicCategoryService - Interface in com.trendmicro.grid.acl.l0
Defines public reachable services to query categories and views.
PublicFileRestService - Class in com.trendmicro.grid.acl.l0
Implements a REST styled interface on top of the SOAP api using JAX-RS
PublicFileRestService() - Constructor for class com.trendmicro.grid.acl.l0.PublicFileRestService
 
PublicFileService - Interface in com.trendmicro.grid.acl.l0
Defines public reachable services to query file details.
PublicPackageRestService - Class in com.trendmicro.grid.acl.l0
Implements a REST styled interface on top of the SOAP api using JAX-RS
PublicPackageRestService() - Constructor for class com.trendmicro.grid.acl.l0.PublicPackageRestService
 
PublicPackageService - Interface in com.trendmicro.grid.acl.l0
Defines package related web services, accessible to the outside world.
PublicReportService - Interface in com.trendmicro.grid.acl.l0
Defines a public service to report file accesses.
PublicRequestContext - Annotation Type in com.trendmicro.grid.acl
Defines a marker for implementations that run inside the public request context.
PublicServiceDiscovery - Interface in com.trendmicro.grid.acl
Defines a trivial service to discover all running Access Layer instances.

R

Range - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a range element used to filter results by a certain range criteria.
Range() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Range
 
Range(String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Range
 
ranges - Variable in class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
 
referringJob - Variable in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
remoteURI - Variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
reportType - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
REQUEST_ATTRIBUTE_API_KEY - Static variable in class com.trendmicro.grid.acl.ApiKeyHandlingFilter
Defines the request attribute that is used to set the API key inside the request (and allow it's subsequent retrieval).
RequiredRoles - Annotation Type in com.trendmicro.grid.acl
Defines the required list of user roles that must be present in order to run a method holding this annotation.
RestService - Interface in com.trendmicro.grid.acl
ENTRY POINT: Groups all REST services.
ROLE_ACCESS_AUDIT_LOG - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether the user audit log can be accessed.
ROLE_ACCESS_BINARY_CONTENT - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether a previously processed file can be downloaded.
ROLE_ACCESS_DETAILS - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls the general access to any details (= all data types containing metadata)
ROLE_ACCESS_PROTECTED_SERVICES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls the general access to the protected services (aka.
ROLE_CREATE_BINARY_CONTENT - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether a file can be sent (created) for processing.
ROLE_MANAGE - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether management tasks like clearing caches can be executed.
ROLE_PROCESS_CONTENT - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether new or existing content can be processed or reprocessed.
ROLE_RUN_CATEGORIZATION_QUERIES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether categorization queries can be executed.
ROLE_RUN_COMPLEX_QUERIES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether complex queries can be executed.
ROLE_RUN_HASH_QUERIES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether, hash based queries can be executed.
ROLE_RUN_PACKAGE_QUERIES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether file packages can be queried.
ROLE_RUN_TAG_MATCHING_QUERIES - Static variable in class com.trendmicro.grid.acl.l0.KnownRoles
Controls whether tag matching queries can be executed.

S

sendFileReport(FileReport) - Method in interface com.trendmicro.grid.acl.l0.PublicReportService
Allows to send a single file report to the grid.
sendFileReports(BatchCollection<FileReport>) - Method in interface com.trendmicro.grid.acl.l0.PublicReportService
Allows to send a collection of file reports to the grid.
SERIALIZED_METADATA_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the actually applied limit for the serialized metadata length.
ServerStatisticsRestService - Class in com.trendmicro.grid.acl.l0
Implements a REST service that provides the values offered by the server statistics service.
ServerStatisticsRestService() - Constructor for class com.trendmicro.grid.acl.l0.ServerStatisticsRestService
 
ServerStatisticsService - Interface in com.trendmicro.grid.acl.l0
Defines an interface returning
Service - Interface in com.trendmicro.grid.acl
ENTRY POINT: Groups all web-services under one interface.
ServiceConstants - Interface in com.trendmicro.grid.acl
Defines general constants (e.g.
serviceContext - Variable in class com.trendmicro.grid.acl.client.AbstractClient
 
serviceImplementation - Variable in class com.trendmicro.grid.acl.client.AbstractClient
 
ServiceUsageValue - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the data type for a single service usage statistics measurement value.
ServiceUsageValue() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
Is used for serialization.
ServiceUsageValue(String, long) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
Creates a new value instance.
ServiceUsageValue.Handle - Class in com.trendmicro.grid.acl.l0.datatypes
Defines a handle that is used to record a single or batch of usages.
serviceUsageValues - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
serviceUsageValuesMap - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
setAmount(int) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
setAverageConcurrency(double) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
setAverageMsPerUsage(double) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
setChildCategories(Category...) - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
 
setContentTag(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
setCreateTime(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
setDefaultInvocationBatchSize(int) - Static method in class com.trendmicro.grid.acl.l0.BatchCollection
Sets the batch size that is used to build chunks within the method BatchCollection.invokeOnChunksOf(java.util.Collection, com.trendmicro.grid.acl.l0.BatchCollection.Invoker).
setDefaultProcessingSiteURI(URI) - Static method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
setDetails(Collection<FileDetails>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetFileDetailsListResponse
 
setElements(List<E>) - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
setElements(List<FileIdentifier>) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentiferListPage
setElements(List<NamedFileIdentifier>) - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifierListPage
setElements(List<String>) - Method in class com.trendmicro.grid.acl.l0.datatypes.NameListPage
setElements(List<SourceDomain>) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomainListPage
setElements(List<SourceIdentifier>) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentiferListPage
setElements(List<UUID>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UUIDListPage
setEnabled(boolean) - Method in class com.trendmicro.grid.acl.ErrorRedirectionFilter
 
setEndDate(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
setFileName(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
 
setInformation(Collection<FileInformation>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetFileInformationListResponse
 
setInternalURI(URI) - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
setJob(Collection<Job>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetJobsResponse
 
setJobPriority(UUID, int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Sets the priority of a prepared job.
setJobState(Collection<Job.State>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetJobStatesResponse
 
setLastModified(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
setLastPage(boolean) - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
setLastUpdate(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
setLastUpdated(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
setMetadata(Metadata) - Method in interface com.trendmicro.grid.acl.l0.datatypes.MetadataOwner
Sets the owned metadata package.
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
setMetadata(Metadata) - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
setMsSpentInUsage(long) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
setName(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
setPackageDetails(Collection<PackageDetails>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByIdResponse
 
setPackageDetails(Collection<PackageDetails>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageDetailsListByNameResponse
 
setPackageFileId(Collection<FileIdentifier>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageFileIdentifiersByNameResponse
 
setPackageInfo(Collection<PackageInformation>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByIdResponse
 
setPackageInfo(Collection<PackageInformation>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetPackageInformationListByNameResponse
 
setPageNumber(int) - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
 
setProcessedPackage(PackageDetails) - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
setProcessingEnded(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
setProcessPriority(int) - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
 
setServiceUsageValues(Collection<ServiceUsageValue>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
setSource(Collection<Source>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetSourcesResponse
 
setSourceContentIdentifier(FileIdentifier) - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
Sets the FileIdentifier of the file/binary-content that is identified by this source.
setSourceInformation(Collection<SourceInformation>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetSourceInformationListResponse
 
setStagesPassed(int) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
setStartDate(Date) - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
setState(Job.State) - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
 
setTagQueryExpression(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
setTagQueryExpressionVersion(String) - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
 
setTags(List<String>) - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Sets the list of tags for the given tagged element.
setTags(List<String>) - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
Sets the list of tags for the given tagged element.
setTags(List<String>) - Method in interface com.trendmicro.grid.acl.l0.datatypes.Tagged
Sets the list of tags for the given tagged element.
setTransferURL(List<URL>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetRemoteTransferURLsResponse
 
setUsageStatisticsCollection(List<UsageStatistics>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 
setUsageValues(Collection<UsageValue>) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
setValue(long) - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
setView(List<CategoryView>) - Method in class com.trendmicro.grid.acl.l0.wrappers.GetCategoryViewsResponse
 
sha1 - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
sha1 - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
SharedClientServiceContext - Class in com.trendmicro.grid.acl.client
Subclasses the client service context to add configuration file support and satisfy spring dependencies.
SharedClientServiceContext() - Constructor for class com.trendmicro.grid.acl.client.SharedClientServiceContext
 
size() - Method in class com.trendmicro.grid.acl.l0.BatchCollection
sortTags() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Sorts the tag list for faster tag matching and to ensure equals and hashCode return the correct values.
sortTags() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
Sorts the tag list for faster tag matching and to ensure equals and hashCode return the correct values.
sortTags() - Method in interface com.trendmicro.grid.acl.l0.datatypes.Tagged
Sorts the tag list for faster tag matching and to ensure equals and hashCode return the correct values.
Source - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the Source type.
Source() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Source
 
Source(URI, URI, SourceInformation, SourceDomain, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Source
 
SOURCE_DOMAIN_MAX_NAME_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the domain name field.
SOURCE_MAX_CONTENT_TAG_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the content tag field.
SOURCE_MAX_INTERNAL_URI_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the internal URI field (using ASCII URI encoding).
SOURCE_MAX_REMOTE_URI_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the maximum amount of characters that may be used in the remote (public) URI field (using ASCII URI encoding).
sourceDomain - Variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
SourceDomain - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the domain entry of a source.
SourceDomain() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
SourceDomain(String, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
 
SourceDomainListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
SourceDomainListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceDomainListPage
Constructs an empty list page.
SourceDomainListPage(int, boolean, Collection<SourceDomain>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceDomainListPage
Constructs a list page for the given values.
SourceDomainListPage(int, boolean, SourceDomain...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceDomainListPage
Constructs a list page for the given values.
SourceIdentiferListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
SourceIdentiferListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentiferListPage
Constructs an empty list page.
SourceIdentiferListPage(int, boolean, Collection<SourceIdentifier>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentiferListPage
Constructs a list page for the given values.
SourceIdentiferListPage(int, boolean, SourceIdentifier...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentiferListPage
Constructs a list page for the given values.
sourceIdentifier - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
SourceIdentifier - Class in com.trendmicro.grid.acl.l0.datatypes
Uniquely identifies a source.
SourceIdentifier() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
SourceIdentifier(byte[]) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
SourceIdentifier(Source) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
Generates an identifier instance from a given source.
SourceIdentifier(URI, URI) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
SourceIdentifier(String) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
 
sourceInformation - Variable in class com.trendmicro.grid.acl.l0.datatypes.Source
 
SourceInformation - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the lightweight information that can be obtained on a source.
SourceInformation() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
SourceInformation(SourceIdentifier, Date, String, boolean) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
sourceLocale - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileReport
 
sourcePackageCount - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
SourceService - Interface in com.trendmicro.grid.acl.l0
Defines TM reachable services to work with sources.
sourceSiteCount - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
stagesPassed - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
startDate - Variable in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
 
startJob(UUID) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Starts a prepared processing job after preparation was finished.
startReprocessingJob(FileIdentifier, boolean, int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Initiates a reprocessing job on the given file and returns the job GUID for monitoring the progress.
startReprocessingJobWithSources(FileIdentifier, Collection<SourceIdentifier>, int) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Initiates a reprocessing job on the given file and returns the job GUID for monitoring the progress.
startUsageRecording(long) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
Starts the usage recording of a single or batch usages.
state - Variable in class com.trendmicro.grid.acl.l0.datatypes.Job
 
statisticsCount - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 
stopRecordingUsage(long) - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue.Handle
Stops the usage recording.
StorageFailedException - Exception in com.trendmicro.grid.acl.l0
Defines a generic fault for methods that store something and may fail on this.
StorageFailedException() - Constructor for exception com.trendmicro.grid.acl.l0.StorageFailedException
 
StorageFailedException(String) - Constructor for exception com.trendmicro.grid.acl.l0.StorageFailedException
 
StorageFailedException(int, Throwable) - Constructor for exception com.trendmicro.grid.acl.l0.StorageFailedException
 
storeProcessingResultsAndFinalizeJobs(Collection<ProcessPackageDataSet>) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Receives a collection of final processing results, stores them inside the GRID CoreDB and performs the final update on the assigned jobs.
StringCaches - Class in com.trendmicro.grid.acl
Singleton that holds all used string caches.
subJobs - Variable in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
 

T

TAG_STRING_LENGTH - Static variable in interface com.trendmicro.grid.acl.Limits
Defines the actually applied limit for the tag string length.
Tagged - Interface in com.trendmicro.grid.acl.l0.datatypes
Identifies elements that can be tagged.
tagQueryExpression - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
tagQueryExpressionVersion - Variable in class com.trendmicro.grid.acl.l0.datatypes.Category
 
tags - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
tags - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
tagsAreSorted - Variable in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
tagsAreSorted - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 
temporary - Variable in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
 
toArray() - Method in class com.trendmicro.grid.acl.l0.BatchCollection
toArray(T[]) - Method in class com.trendmicro.grid.acl.l0.BatchCollection
toSHA1OnlyIdentifier() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
Converts this identifier to a sha1 only identifier (to be used as map keys).
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.AbstractListPage
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.Category
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryList
 
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.CategoryView
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.CompositeRange
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.DaysRange
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileDetails
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileIdentifier
 
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileMetadata
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileReport
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.Job
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.JobDetails
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.NamedFileIdentifier
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.NameList
 
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageDetails
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.PackageMember
 
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.Range
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.ServiceUsageValue
 
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.Source
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceDomain
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceIdentifier
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.SourceInformation
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
toString() - Method in class com.trendmicro.grid.acl.l0.datatypes.Vendor
type - Variable in class com.trendmicro.grid.acl.l0.datatypes.Range
 

U

updateJob(Job) - Method in interface com.trendmicro.grid.acl.l0.ProcessingService
Updates the given job inside the persistent store (= the database)
updateLastProcessed() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
Sets the date of last processed to the current date.
updateLastRetrieved() - Method in class com.trendmicro.grid.acl.l0.datatypes.FileInformation
 
updateSource(SourceInformation, Metadata) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Updates the source with the given Metadata without requiring to trigger a process.
updateSourceDomain(SourceDomain) - Method in interface com.trendmicro.grid.acl.l0.SourceService
Updates the given domain information inside the persitence store.
UsageStatistics - Class in com.trendmicro.grid.acl.l0.datatypes
Is a container used to transfer usage statistics.
UsageStatistics() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
Creates an empty container.
UsageStatistics(UsageValue...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
Creates a container that is filled with the given values.
UsageStatisticsCollection - Class in com.trendmicro.grid.acl.l0.datatypes
Is a container used to transfer usage statistics.
UsageStatisticsCollection() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
Creates an empty container.
UsageStatisticsCollection(List<UsageStatistics>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
Creates a new collection containing the specified values.
usageStatisticsCollection - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatisticsCollection
 
UsageValue - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the data type for a single usage statistics measurement value.
UsageValue() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageValue
Is used for serialization.
UsageValue(String, long) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UsageValue
Creates a new value instance.
usageValues - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
usageValuesMap - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageStatistics
 
UUIDListPage - Class in com.trendmicro.grid.acl.l0.datatypes
Implements the ListPage with a concrete class to have a type safe list type for WSDL.
UUIDListPage() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UUIDListPage
Constructs an empty list page.
UUIDListPage(int, boolean, Collection<UUID>) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UUIDListPage
Constructs a list page for the given values.
UUIDListPage(int, boolean, UUID...) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.UUIDListPage
Constructs a list page for the given values.

V

Validatable - Interface in com.trendmicro.grid.acl.l0.datatypes
Defines a routine on data types that allows to trigger content validation.
value - Variable in class com.trendmicro.grid.acl.l0.datatypes.UsageValue
 
valueOf(String) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.DaysRange.RangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.FileReport.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.IsTrueResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.Job.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.trendmicro.grid.acl.WellKnownTags
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.trendmicro.grid.acl.l0.datatypes.DaysRange.RangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trendmicro.grid.acl.l0.datatypes.FileReport.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trendmicro.grid.acl.l0.datatypes.IsTrueResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trendmicro.grid.acl.l0.datatypes.Job.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trendmicro.grid.acl.l0.datatypes.ProcessPackageDataSet.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.trendmicro.grid.acl.WellKnownTags
Returns an array containing the constants of this enum type, in the order they are declared.
vendor - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageFamily
 
Vendor - Class in com.trendmicro.grid.acl.l0.datatypes
Defines the vendor of a package family.
Vendor() - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
Vendor(String, String, Date, Metadata) - Constructor for class com.trendmicro.grid.acl.l0.datatypes.Vendor
 
vendorName - Variable in class com.trendmicro.grid.acl.l0.datatypes.PackageInformation
 

W

WebException - Exception in com.trendmicro.grid.acl.l0
Defines a generic fault for webservice related issues.
WebException() - Constructor for exception com.trendmicro.grid.acl.l0.WebException
 
WebException(String) - Constructor for exception com.trendmicro.grid.acl.l0.WebException
 
WebException(String, String) - Constructor for exception com.trendmicro.grid.acl.l0.WebException
 
WellKnownTags - Enum in com.trendmicro.grid.acl
Defines a set of tags that are known and used by the ACL.

A B C D E F G H I J K L M N O P R S T U V W