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

A

add(K, V) - Method in interface org.appops.core.store.Store
add.
addConfig(String, Object) - Method in class org.appops.core.deployment.ServiceConfiguration
 
addConfiguration(String, ConfigType, String, String) - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
Adds configuration for a class of specific service.
addConfiguration(String, String) - Method in class org.appops.configuration.store.ConfigurationStore
Adds configuration for a class of specific service.
addConfiguration(String, String, DescriptorType) - Method in class org.appops.configuration.store.ConfigurationStore
Adds configuration for a class of specific service.
addConfiguration(String, String, String) - Method in class org.appops.configuration.store.ConfigurationStore
Adds configuration for a class of specific service.
addImplModules(String, Set<Class<? extends Module>>) - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
Add impl module configurations of the service.
addInterface(InterfaceMeta) - Method in class org.appops.core.service.meta.ServiceMeta
addInterface.
addInterfaces(Collection<InterfaceMeta>) - Method in class org.appops.core.service.meta.ServiceMeta
addInterfaces.
addModule(Class<? extends Module>) - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
addModuleConfig(String, ConfigType, Set<Class<? extends Module>>) - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
Add module configurations of the service.
addOperation(ServiceOpMeta) - Method in class org.appops.core.service.meta.InterfaceMeta
addOperation.
addOperations(Collection<ServiceOpMeta>) - Method in class org.appops.core.service.meta.InterfaceMeta
addOperations.
addParameter(String, Serializable) - Method in class org.appops.core.job.JobBase
addParameter.
addParameter(String, Serializable) - Method in class org.appops.core.job.token.JobToken
addParameter.
addParameter(Parameter) - Method in class org.appops.core.service.meta.ServiceOpMeta
addParameter.
addParameter(Parameter) - Method in class org.appops.core.service.OpParameterMap
addParameter.
addParameter(Integer, String, Object) - Method in class org.appops.core.service.OpParameterMap
addParameter.
addParameters(Parameter) - Method in class org.appops.core.service.meta.ServiceOpMeta
addParameters.
addService(String, String) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
addService.
addService(ServiceConfig) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
addService.
addSlimModules(String, Set<Class<? extends Module>>) - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
Add slim module configurations of the service.
AppopsCacheLoader<K extends java.io.Serializable,V extends java.io.Serializable> - Class in org.appops.core.loader
Loader class which loads data from persistent storage e.g.
AppopsCacheLoader() - Constructor for class org.appops.core.loader.AppopsCacheLoader
 
AsyncOf - Annotation Type in org.appops.core.annotation
An annotation which makes async interface.

B

BLOB - Static variable in class org.appops.core.mime.MimeType
Constant BLOB
Blob - Class in org.appops.core.response
A slim class for @see BlobPojo.
Blob() - Constructor for class org.appops.core.response.Blob
 
BlobResponse - Class in org.appops.core.response
A class contains Blob input stream and mime type.
BlobResponse() - Constructor for class org.appops.core.response.BlobResponse
Constructor for BlobResponse.
buildMethodSignature(Class<?>, Method) - Method in class org.appops.core.service.signature.ServiceOpSignatureBuilder
Constructs and provides signature of method passed.
buildOpSignature(ServiceOpMeta) - Method in class org.appops.core.service.signature.ServiceOpSignatureBuilder
Constructs and provides signature of op meta passed.

C

CachedStore<K extends java.io.Serializable,V extends java.io.Serializable> - Class in org.appops.core.store
Store implementation which supports caching of data.
CachedStore(L, long, long) - Constructor for class org.appops.core.store.CachedStore
Constructor for CachedStore.
CachedStore(L, long, long, TimeUnit) - Constructor for class org.appops.core.store.CachedStore
Constructor for CachedStore.
CacheException - Exception in org.appops.core.exception
CacheException class.
CacheException(Throwable) - Constructor for exception org.appops.core.exception.CacheException
Constructor for CacheException.
classesTobeConfigured() - Method in class org.appops.configuration.generator.ConfigJsonGenerator
Scans for Config annotation on classes.
ClassPathAnalyser - Class in org.appops.core
Performs java reflection based classpath analysis.
ClassPathAnalyser() - Constructor for class org.appops.core.ClassPathAnalyser
Object constructor which also initializes java reflections instance.
ClassPathAnalyser(ClassLoader, String...) - Constructor for class org.appops.core.ClassPathAnalyser
Object constructor which also initializes java reflections instance.
ClassPathAnalyser(String) - Constructor for class org.appops.core.ClassPathAnalyser
Object constructor which also initializes java reflections instance.
compare(ServiceMeta, ServiceMeta) - Method in class org.appops.core.service.ServiceOrderComparator
compareTo(IterableConstant<T>) - Method in class org.appops.core.constant.IterableConstant
Config - Annotation Type in org.appops.core.annotation
Annotation to provide configuration provision information.
ConfigGenerator - Class in org.appops.configuration.generator
ConfigGenerator class.
ConfigGenerator() - Constructor for class org.appops.configuration.generator.ConfigGenerator
 
ConfigJsonGenerator - Class in org.appops.configuration.generator
Generator class which scans all configuration classes of a project/service through annotation scanning and generates single configuration of a project/service.
ConfigJsonGenerator() - Constructor for class org.appops.configuration.generator.ConfigJsonGenerator
 
ConfigMap - Class in org.appops.core.deployment
Represents service configuration.
ConfigMap() - Constructor for class org.appops.core.deployment.ConfigMap
 
ConfigProvisionInterceptor - Class in org.appops.configuration.guice
Method intercepter class which intercepts method in which configuration is expected to be injected.
ConfigProvisionInterceptor() - Constructor for class org.appops.configuration.guice.ConfigProvisionInterceptor
 
ConfigServiceModule - Class in org.appops.configuration.guice
Configuration service guice module.
ConfigServiceModule() - Constructor for class org.appops.configuration.guice.ConfigServiceModule
 
ConfigType - Enum in org.appops.core.constant
 
ConfigurationException - Exception in org.appops.configuration.exception
ConfigurationException class.
ConfigurationException(Throwable) - Constructor for exception org.appops.configuration.exception.ConfigurationException
Constructor for ConfigurationException.
ConfigurationException(String) - Constructor for exception org.appops.configuration.exception.ConfigurationException
Constructor for ConfigurationException.
ConfigurationLoader - Class in org.appops.configuration.loader
Loader class which load service configurations from a source(e.g.
ConfigurationLoader(ConfigurationStore, Marshaller) - Constructor for class org.appops.configuration.loader.ConfigurationLoader
Constructor for ConfigurationLoader.
ConfigurationModule - Class in org.appops.configuration.guice
ConfigurationModule class.
ConfigurationModule(String, String, DeploymentMode) - Constructor for class org.appops.configuration.guice.ConfigurationModule
Constructor for ConfigurationModule.
ConfigurationProvider - Class in org.appops.configuration.provider
Provider class which provides class configuration with help of store.
ConfigurationProvider(ConfigurationStore) - Constructor for class org.appops.configuration.provider.ConfigurationProvider
Constructor for ConfigurationProvider.
ConfigurationStore - Class in org.appops.configuration.store
In memory temporary configuration store which stores class configurations.
ConfigurationStore() - Constructor for class org.appops.configuration.store.ConfigurationStore
 
configure() - Method in class org.appops.configuration.guice.ConfigServiceModule
configure() - Method in class org.appops.configuration.guice.ConfigurationModule
configure() - Method in class org.appops.marshaller.guice.MarshallerModule
ConfigWrapper - Class in org.appops.configuration.generator
ConfigWrapper class.
ConfigWrapper() - Constructor for class org.appops.configuration.generator.ConfigWrapper
Constructor for ConfigWrapper.
ConfigWrapper(String) - Constructor for class org.appops.configuration.generator.ConfigWrapper
Constructor for ConfigWrapper.
ConfigWrapper(String, DescriptorType) - Constructor for class org.appops.configuration.generator.ConfigWrapper
Object constructor.
Constant - Interface in org.appops.core.constant
Marker interface to define constants in appops.
ContainerConfig - Class in org.appops.configuration
Service container configuration.
ContainerConfig() - Constructor for class org.appops.configuration.ContainerConfig
Constructor for ContainerConfig.
ContainerConfig(File) - Constructor for class org.appops.configuration.ContainerConfig
Constructor for ContainerConfig.
contextPath() - Method in class org.appops.core.service.meta.ServiceMeta
Provides service context path.
contextPath() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
contextPath.
convertPrimitiveToWrapper(Class<?>) - Method in class org.appops.core.util.DataTypeUtil
Converts java primitive type to its equivalent wrapper type.
CoreConfig - Annotation Type in org.appops.core.annotation
 
CoreException - Exception in org.appops.core.exception
CoreException class.
CoreException(Throwable) - Constructor for exception org.appops.core.exception.CoreException
Constructor for CoreException.
CoreException(String) - Constructor for exception org.appops.core.exception.CoreException
Constructor for CoreException.
CoreException(String, Throwable) - Constructor for exception org.appops.core.exception.CoreException
Constructor for CoreException.
CoreGuiceConstant - Interface in org.appops.core.constant
Code constants which are to be used for guice named injections.
CoreModule - Class in org.appops.core
Abstract CoreModule class.
CoreModule() - Constructor for class org.appops.core.CoreModule
 
CURRENT_DEPLOYMENT - Static variable in interface org.appops.core.constant.CoreGuiceConstant
Constant CURRENT_DEPLOYMENT="CURRENT_DEPLOYMENT"

D

DataTypeUtil - Class in org.appops.core.util
DataTypeUtil class.
DataTypeUtil() - Constructor for class org.appops.core.util.DataTypeUtil
 
defaultVersion() - Static method in class org.appops.core.service.Version
defaultVersion.
DeploymentConfig - Class in org.appops.core.deployment
Deprecated.
DeploymentConfig() - Constructor for class org.appops.core.deployment.DeploymentConfig
Deprecated.
Default constructor.
DeploymentMode - Enum in org.appops.core.deployment
Constant which represents type of appops deployment e.g.
DescriptorType - Class in org.appops.marshaller
Constant class which has declarations of types/mechanisms supported for marshalling and unmarshalling in appops.
DescriptorType(String) - Constructor for class org.appops.marshaller.DescriptorType
Constructor for DescriptorType.

E

elements() - Method in class org.appops.core.constant.IterableConstant
Creates an enumeration of constant values.
enabledModules(DeploymentMode, ClassLoader) - Method in class org.appops.configuration.ModuleConfig
Instantiates and provides list of modules enabled depending upon deployment mode passed.
enabledModules(DeploymentMode) - Method in class org.appops.configuration.ModuleConfig
enabledModules.
entryPointServiceConfig() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Provides entry point service configuration.
equals(Object) - Method in class org.appops.core.constant.IterableConstant
execute() - Method in class org.appops.core.job.JobBase
execute.
ExecutionMode - Enum in org.appops.core.service
ExecutionMode class.

F

findAnnotatedClasses(Class<? extends Annotation>) - Method in class org.appops.configuration.generator.ConfigJsonGenerator
 
FORM_URL_ENCODED - Static variable in class org.appops.core.mime.MimeType
Constant FORM_URL_ENCODED
fromExtension(String) - Static method in class org.appops.marshaller.DescriptorType
Identifies and provides type of marshaller to be used using file extension.
fromJson(String, Class<T>) - Method in class org.appops.marshaller.json.JacksonJsonizer
Converts json value into java object.
fromJson(String, Class<T>) - Method in interface org.appops.marshaller.json.Jsonizer
Converts json value into java object.
fromXml(String, Class<T>) - Method in class org.appops.marshaller.xml.JacksonXmlMarshaller
Converts xml value into java object.
fromXml(String, Class<T>) - Method in interface org.appops.marshaller.xml.XmlMarshaller
Converts xml value into java object.
fromYaml(String, Class<T>) - Method in class org.appops.marshaller.yaml.JacksonYamlMarshaller
fromYaml.
fromYaml(String, Class<T>) - Method in interface org.appops.marshaller.yaml.YamlMarshaller
fromYaml.

G

generateConfiguration() - Method in class org.appops.configuration.generator.ConfigJsonGenerator
Scans for classes that needs configurations and generates project configuration configuration from information provided in annotations.
generateConfiguration(DescriptorType) - Method in class org.appops.configuration.generator.ConfigJsonGenerator
Scans for classes that needs configurations and generates project configuration configuration from information provided in annotations.
get(int) - Static method in class org.appops.core.GuidGenerator
Generate a random uuid of the specified length.
get(int, int) - Static method in class org.appops.core.GuidGenerator
Generate a random uuid of the specified length, and radix.
get() - Static method in class org.appops.core.GuidGenerator
Generate a RFC4122, version 4 ID.
get(K) - Method in class org.appops.core.store.CachedStore
get.
get(K) - Method in interface org.appops.core.store.Store
get.
getAffinity() - Method in class org.appops.core.job.JobMeta
Getter for the field affinity.
getAllServiceConfig(String) - Method in class org.appops.configuration.store.ConfigurationStore
Fetches all configurations for given service name.
getAllServiceConfiguration(String) - Method in class org.appops.configuration.provider.ConfigurationProvider
Fetches all configurations for given service name.
getAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Method in class org.appops.core.ClassPathAnalyser
Fetches list of methods which has annotation provided.
getAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Method in class org.appops.core.TypeScanner
Look for annotated methods present in class.
getAnnotatedTypes(Class<? extends Annotation>) - Method in class org.appops.core.ClassPathAnalyser
getAnnotatedTypes.
getAnnotationClass() - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
getAnnotationClass() - Method in class org.appops.core.deployment.ServiceConfiguration
Getter for the field annotationClass.
getAnnotationClass() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field annotationClass.
getAppConfigPath() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field appConfigPath.
getAppopsBlobUpload() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getBinBlobField() - Method in class org.appops.core.response.Blob
 
getBlobKey() - Method in class org.appops.core.response.Blob
 
getByteArray() - Method in class org.appops.core.response.BlobResponse
Getter for the field byteArray.
getCache() - Method in class org.appops.core.store.CachedStore
Getter for the field cache.
getCacheLoader() - Method in class org.appops.core.store.CachedStore
Getter for the field cacheLoader.
getConfig() - Method in class org.appops.configuration.generator.ConfigWrapper
Getter for the field config.
getConfig() - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
getConfigDir() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field configDir.
getConfigTable() - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
 
getConfigType() - Method in class org.appops.configuration.slimimpl.SlimImplIdentifier
 
getConfiguration(String) - Method in class org.appops.configuration.provider.ConfigurationProvider
Fetches configuration for given class name.
getConfiguration(String, String) - Method in class org.appops.configuration.provider.ConfigurationProvider
Fetches configuration for given class name.
getConfiguration(String) - Method in class org.appops.configuration.store.ConfigurationStore
Fetches configuration for given class name.
getConfiguration(String, String) - Method in class org.appops.configuration.store.ConfigurationStore
Fetches configuration for given class name.
getConfigurationStore() - Method in class org.appops.configuration.loader.ConfigurationLoader
Getter for the field configurationStore.
getConfigurationTable(String, ConfigType) - Method in class org.appops.configuration.slimimpl.SlimImplConfigTable
Fetches configuration for given service name.
getConfigWrapper(String) - Method in class org.appops.configuration.provider.ConfigurationProvider
Fetches configuration for given class name.
getConfigWrapper(String) - Method in class org.appops.configuration.store.ConfigurationStore
Fetches configuration for given class name.
getContainerConfig() - Method in class org.appops.core.deployment.ServiceConfiguration
Getter for the field containerConfig.
getContainerConfig() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field containerConfig.
getContextPath() - Method in class org.appops.core.deployment.WebConfig
 
getContextPath() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field contextPath.
getCreatedOn() - Method in class org.appops.core.response.Blob
 
getCurrentProfile() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field currentProfile.
getDeploymentOrder() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field deploymentOrder.
getDescriptorType() - Method in class org.appops.configuration.generator.ConfigWrapper
Getter for the field descriptorType.
getDockerFile() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field dockerFile.
getDockerFileOrBaseDirectory() - Method in class org.appops.configuration.ContainerConfig
Getter for the field dockerFileOrBaseDirectory.
getDownloadUrl() - Method in class org.appops.core.response.Blob
 
getDriver() - Method in class org.appops.core.deployment.JettyConfig
 
getEntryPoint() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field entryPoint.
getExecutionMode() - Method in class org.appops.core.deployment.ServiceConfiguration
Getter for the field executionMode.
getExecutionMode() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field executionMode.
getExecutionMode() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field executionMode.
getFileName() - Method in class org.appops.core.response.BlobResponse
Getter for the field fileName.
getFriendly() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field friendly.
getGatewayUrl() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getGuid() - Method in class org.appops.core.job.token.JobToken
Getter for the field guid.
getId() - Method in class org.appops.core.response.Blob
 
getId() - Method in class org.appops.core.service.meta.InterfaceMeta
Getter for the field id.
getId() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field id.
getId() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field id.
getId() - Method in class org.appops.core.service.Parameter
Getter for the field id.
getImage() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field image.
getImplModuleAnnotatedTypeMap() - Method in class org.appops.core.ClassPathAnalyser
Find classes annotated with ImplModule and create map with service name as key and Set of module classes as value.
getImplModules() - Method in class org.appops.configuration.ModuleConfig
Getter for the field implModules.
getInputParameterClassName() - Method in class org.appops.core.job.token.JobTokenInputInfo
Getter for the field inputParameterClassName.
getInputParameterName() - Method in class org.appops.core.job.token.JobTokenInputInfo
Getter for the field inputParameterName.
getInputStream() - Method in class org.appops.core.response.Blob
 
getInterfaces() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field interfaces.
getIp() - Method in class org.appops.core.deployment.WebConfig
 
getIsBlobCompressed() - Method in class org.appops.core.response.Blob
 
getIsUpdated() - Method in class org.appops.core.response.Blob
 
getJettyConfig() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getJobAffinity() - Method in class org.appops.core.job.token.JobToken
Getter for the field jobAffinity.
getJobClassName() - Method in class org.appops.core.job.token.JobToken
Getter for the field jobClassName.
getJobExecServiceAddress() - Method in class org.appops.core.job.JobMeta
Getter for the field jobExecServiceAddress.
getJobKey() - Method in class org.appops.core.job.token.JobToken
Build job key to identify job uniquely.
getJobTokenInputInfo() - Method in class org.appops.core.job.token.JobToken
Getter for the field jobTokenInputInfo.
getJsonizer() - Method in class org.appops.marshaller.MarshallerImpl
Getter for the field jsonizer.
getMajor() - Method in class org.appops.core.service.Version
Getter for the field major.
getMappedTo() - Method in class org.appops.core.service.meta.MappedOpMeta
Getter for the field mappedTo.
getMarshaller() - Method in class org.appops.configuration.generator.ConfigJsonGenerator
Getter for the field marshaller.
getMarshaller() - Method in class org.appops.configuration.guice.ConfigProvisionInterceptor
Getter for the field marshaller.
getMarshaller() - Method in class org.appops.configuration.loader.ConfigurationLoader
Getter for the field marshaller.
getMethod() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field method.
getMimeType() - Method in class org.appops.core.response.Blob
 
getMimeType() - Method in class org.appops.core.response.BlobResponse
Getter for the field mimeType.
getMinor() - Method in class org.appops.core.service.Version
Getter for the field minor.
getMode() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field mode.
getMode() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getModifiedOn() - Method in class org.appops.core.response.Blob
 
getModuleConfig() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field moduleConfig.
getModules() - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
getModules() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getName() - Method in class org.appops.core.service.meta.InterfaceMeta
Getter for the field name.
getName() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field name.
getName() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field name.
getName() - Method in class org.appops.core.service.Parameter
Getter for the field name.
getName() - Method in class org.appops.core.service.Service
Getter for the field name.
getNameOfFile() - Method in class org.appops.core.response.Blob
 
getOperations() - Method in class org.appops.core.service.meta.InterfaceMeta
Getter for the field operations.
getOrder() - Method in class org.appops.core.service.Parameter
Getter for the field order.
getPackageToScan() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getParameter(String) - Method in class org.appops.core.job.JobBase
getParameter.
getParameter(String) - Method in class org.appops.core.job.token.JobToken
getParameter.
getParameter(String) - Method in class org.appops.core.service.meta.ServiceOpMeta
Fetches parameter by name.
getParameters() - Method in class org.appops.core.job.JobBase
Getter for the field parameters.
getParameters() - Method in class org.appops.core.job.token.JobToken
Getter for the field parameters.
getParameters() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field parameters.
getParameterSet() - Method in class org.appops.core.service.meta.ServiceOpMeta
getParameterSet.
getParent() - Method in class org.appops.core.service.meta.InterfaceMeta
Getter for the field parent.
getParent() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field parent.
getParent() - Method in class org.appops.core.service.Parameter
Getter for the field parent.
getPassword() - Method in class org.appops.core.deployment.JettyConfig
 
getPatch() - Method in class org.appops.core.service.Version
Getter for the field patch.
getPath() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field path.
getPort() - Method in class org.appops.core.deployment.WebConfig
 
getQualifiedClassName() - Method in class org.appops.core.service.meta.InterfaceMeta
Getter for the field qualifiedClassName.
getQualifiedName() - Method in class org.appops.core.job.JobMeta
Getter for the field qualifiedName.
getResultTypeName() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field resultTypeName.
getRoute() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field route.
getScheduleExpression() - Method in class org.appops.core.job.token.JobToken
Getter for the field scheduleExpression.
getServiceConfig() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getServiceName() - Method in class org.appops.configuration.slimimpl.SlimImplIdentifier
 
getServiceName() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getServiceName() - Method in class org.appops.core.job.token.JobToken
Getter for the field serviceName.
getServiceName() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field serviceName.
getServices() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field services.
getServiceUrl() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field serviceUrl.
getServiceUrl() - Method in class org.appops.core.service.ServiceRoute
Getter for the field serviceUrl.
getSize() - Method in class org.appops.core.response.Blob
 
getSlimModuleAnnotatedTypeMap() - Method in class org.appops.core.ClassPathAnalyser
Find classes annotated with SlimModule and create map with service name as key and Set of module classes as value.
getSlimModules() - Method in class org.appops.configuration.ModuleConfig
Getter for the field slimModules.
getSnapshotInfo() - Method in class org.appops.core.service.Version
Getter for the field snapshotInfo.
getSourceContext() - Method in class org.appops.core.service.ServiceRoute
Getter for the field sourceContext.
getStage() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field stage.
getState() - Method in class org.appops.core.service.Service
Getter for the field state.
getTimeStamp() - Method in class org.appops.core.response.Blob
 
getTokenType() - Method in class org.appops.core.job.token.JobToken
Getter for the field tokenType.
getTypeName() - Method in class org.appops.core.service.Parameter
Provides name of the parameter type.
getTypeScanner() - Method in class org.appops.core.ClassPathAnalyser
Getter for the field typeScanner.
getUrl() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Getter for the field url.
getUrl() - Method in class org.appops.core.deployment.JettyConfig
 
getUser() - Method in class org.appops.core.deployment.JettyConfig
 
getValue() - Method in class org.appops.core.constant.IterableConstant
Getter for the field value.
getValue() - Method in class org.appops.core.service.Parameter
Getter for the field value.
getVersion() - Method in class org.appops.core.service.meta.ServiceMeta
Getter for the field version.
getWebappDirectory() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getWebappDirectory() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Getter for the field webappDirectory.
getWebConfig() - Method in class org.appops.core.deployment.ServiceConfiguration
 
getXmlMarshaller() - Method in class org.appops.marshaller.MarshallerImpl
Getter for the field xmlMarshaller.
getYamlMarshaller() - Method in class org.appops.marshaller.MarshallerImpl
Getter for the field yamlMarshaller.
GuidGenerator - Class in org.appops.core
Generates UUID.
GuidGenerator() - Constructor for class org.appops.core.GuidGenerator
 

H

hashCode() - Method in class org.appops.core.constant.IterableConstant

I

ImplModule - Annotation Type in org.appops.core.annotation
 
Instance - Class in org.appops.core
Instance class.
Instance() - Constructor for class org.appops.core.Instance
 
instantiateModules(Set<Class<? extends Module>>, ClassLoader) - Method in class org.appops.configuration.ModuleConfig
Add create and add module instance to the list passed.
InterfaceMeta - Class in org.appops.core.service.meta
Stores definition of appops interface.
InterfaceMeta() - Constructor for class org.appops.core.service.meta.InterfaceMeta
 
invoke(MethodInvocation) - Method in class org.appops.configuration.guice.ConfigProvisionInterceptor
Overridden method invocation.
isAsyncFlag() - Method in class org.appops.core.service.meta.ServiceOpMeta
Getter for the field asyncFlag.
isConfigurationPresent(String) - Method in class org.appops.configuration.provider.ConfigurationProvider
Checks if configuration for provided class is present in store or not.
isConfigurationPresent(String) - Method in class org.appops.configuration.store.ConfigurationStore
Checks if configuration for provided class is present in store or not.
isDynamic() - Method in class org.appops.core.service.meta.ServiceMeta
isDynamic.
isDynamic() - Method in class org.appops.core.service.meta.ServiceOpMeta
isDynamic.
isSnapshot() - Method in class org.appops.core.service.Version
isSnapshot.
IterableConstant<T extends java.io.Serializable> - Class in org.appops.core.constant
Base class for iterable code constants defined under appops.
IterableConstant(T) - Constructor for class org.appops.core.constant.IterableConstant
Constructor for IterableConstant.

J

JacksonJsonizer - Class in org.appops.marshaller.json
JacksonJsonizer class.
JacksonJsonizer() - Constructor for class org.appops.marshaller.json.JacksonJsonizer
Constructor for JacksonJsonizer.
JacksonXmlMarshaller - Class in org.appops.marshaller.xml
JacksonXmlMarshaller class.
JacksonXmlMarshaller() - Constructor for class org.appops.marshaller.xml.JacksonXmlMarshaller
Constructor for JacksonXmlMarshaller.
JacksonYamlMarshaller - Class in org.appops.marshaller.yaml
JacksonYamlMarshaller class.
JacksonYamlMarshaller() - Constructor for class org.appops.marshaller.yaml.JacksonYamlMarshaller
Constructor for JacksonYamlMarshaller.
JettyConfig - Class in org.appops.core.deployment
Represents jetty configuration.
JettyConfig() - Constructor for class org.appops.core.deployment.JettyConfig
 
Job - Annotation Type in org.appops.core.annotation
A Job annotation to identify jobs in the service.
JobBase<R> - Class in org.appops.core.job
Abstract JobBase class.
JobBase() - Constructor for class org.appops.core.job.JobBase
 
JobEntry - Annotation Type in org.appops.core.annotation
A EntryPointMethod annotation to identify entry point method of job class.
JobMeta - Class in org.appops.core.job
JobMeta class.
JobMeta() - Constructor for class org.appops.core.job.JobMeta
 
JobToken - Class in org.appops.core.job.token
A token that descibes the jobs.
JobToken() - Constructor for class org.appops.core.job.token.JobToken
Default constructor where guid is generated using GuidGenerator.
JobTokenInputInfo - Class in org.appops.core.job.token
A class contains JobToken input parameter information.
JobTokenInputInfo() - Constructor for class org.appops.core.job.token.JobTokenInputInfo
 
JobTokenSet - Class in org.appops.core.job.token
Contains set of JobToken.
JobTokenSet() - Constructor for class org.appops.core.job.token.JobTokenSet
 
JPEG - Static variable in class org.appops.core.mime.MimeType
Constant JPEG
JSON - Static variable in class org.appops.core.mime.MimeType
Constant JSON
JSON - Static variable in class org.appops.marshaller.DescriptorType
Constant JSON
Jsonizer - Interface in org.appops.marshaller.json
Base interface for json serialization implementations supported in appops.

L

lightweightCopy() - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Creates lightweight copy of deployment configuration.
lightweightCopy() - Method in class org.appops.core.deployment.ServiceConfiguration
 
lightweightCopy() - Method in class org.appops.core.service.meta.InterfaceMeta
Creates a lightweight copy to avoid cyclic object dependency.
lightweightCopy() - Method in class org.appops.core.service.meta.ServiceMeta
Creates a lightweight copy to avoid cyclic object dependency.
lightweightCopy() - Method in class org.appops.core.service.meta.ServiceOpMeta
Creates a simple, lightweight copy of op meta.
loadConfigurationsFromFile(File) - Method in class org.appops.configuration.loader.ConfigurationLoader
Load service configurations from file.
loadConfigurationsFromFile(String, File) - Method in class org.appops.configuration.loader.ConfigurationLoader
Load service configurations from file and save into store.
Loader - Interface in org.appops.core.loader
Loader interface.

M

main(String[]) - Static method in class org.appops.configuration.generator.ConfigGenerator
An entry point method for configuration generation utility.
MappedOpMeta - Class in org.appops.core.service.meta
MappedOpMeta class.
MappedOpMeta() - Constructor for class org.appops.core.service.meta.MappedOpMeta
 
MarshalException - Exception in org.appops.marshaller.exception
MarshalException class.
MarshalException(Throwable) - Constructor for exception org.appops.marshaller.exception.MarshalException
Constructor for MarshalException.
MarshalException(String) - Constructor for exception org.appops.marshaller.exception.MarshalException
Constructor for MarshalException.
marshall(Object, DescriptorType) - Method in interface org.appops.marshaller.Marshaller
Marshals provided value using provided marshaling mechanism.
marshall(Object, DescriptorType) - Method in class org.appops.marshaller.MarshallerImpl
Marshals provided value using provided marshaling mechanism.
Marshaller - Interface in org.appops.marshaller
Generic marshaling class which has ability to marshal and unmarshal value by using provided algorithm/type of marshaler e.g.
MarshallerImpl - Class in org.appops.marshaller
Implementation of Marshaller.
MarshallerImpl() - Constructor for class org.appops.marshaller.MarshallerImpl
 
MarshallerModule - Class in org.appops.marshaller.guice
MarshallerModule class.
MarshallerModule() - Constructor for class org.appops.marshaller.guice.MarshallerModule
 
matchPath(String, String) - Method in class org.appops.core.service.OpPathMatcher
Matches operation path pattern with actual request path passed.
merge(ModuleConfig) - Method in class org.appops.configuration.ModuleConfig
Merges module configuration with this(current) configuration.
MimeType - Class in org.appops.core.mime
Constant declaring mime types available in appops.
ModuleConfig - Class in org.appops.configuration
Service modules configuration.
ModuleConfig() - Constructor for class org.appops.configuration.ModuleConfig
Constructor for ModuleConfig.
ModuleConfig(ModuleConfig) - Constructor for class org.appops.configuration.ModuleConfig
Constructor for ModuleConfig.
MULTIPART - Static variable in class org.appops.core.mime.MimeType
Constant MULTIPART

O

OnDemandLoader - Interface in org.appops.core.loader
Marker interface which is to be implemented when loading is required on a demand.
OPERATION_NOT_SUPPORTED - Static variable in exception org.appops.core.exception.CoreException
Constant OPERATION_NOT_SUPPORTED="Operations not supported."
Opinion - Annotation Type in org.appops.core.annotation
An appops opinion is a slim which has/defines boundary or a scope.
OpParameterMap - Class in org.appops.core.service
OpParameterMap class.
OpParameterMap() - Constructor for class org.appops.core.service.OpParameterMap
 
OpPathMatcher - Class in org.appops.core.service
Class that matches request path with operation path pattern and returns the result.
OpPathMatcher() - Constructor for class org.appops.core.service.OpPathMatcher
 
org.appops.configuration - package org.appops.configuration
 
org.appops.configuration.exception - package org.appops.configuration.exception
 
org.appops.configuration.generator - package org.appops.configuration.generator
 
org.appops.configuration.guice - package org.appops.configuration.guice
 
org.appops.configuration.loader - package org.appops.configuration.loader
 
org.appops.configuration.provider - package org.appops.configuration.provider
 
org.appops.configuration.slimimpl - package org.appops.configuration.slimimpl
 
org.appops.configuration.store - package org.appops.configuration.store
 
org.appops.core - package org.appops.core
 
org.appops.core.annotation - package org.appops.core.annotation
 
org.appops.core.constant - package org.appops.core.constant
 
org.appops.core.deployment - package org.appops.core.deployment
 
org.appops.core.exception - package org.appops.core.exception
 
org.appops.core.job - package org.appops.core.job
 
org.appops.core.job.token - package org.appops.core.job.token
 
org.appops.core.loader - package org.appops.core.loader
 
org.appops.core.mime - package org.appops.core.mime
 
org.appops.core.response - package org.appops.core.response
 
org.appops.core.service - package org.appops.core.service
 
org.appops.core.service.annotation - package org.appops.core.service.annotation
 
org.appops.core.service.meta - package org.appops.core.service.meta
 
org.appops.core.service.signature - package org.appops.core.service.signature
 
org.appops.core.store - package org.appops.core.store
 
org.appops.core.util - package org.appops.core.util
 
org.appops.marshaller - package org.appops.marshaller
 
org.appops.marshaller.exception - package org.appops.marshaller.exception
 
org.appops.marshaller.guice - package org.appops.marshaller.guice
 
org.appops.marshaller.json - package org.appops.marshaller.json
 
org.appops.marshaller.xml - package org.appops.marshaller.xml
 
org.appops.marshaller.yaml - package org.appops.marshaller.yaml
 

P

Parameter - Class in org.appops.core.service
Stores definition of appops operation parameter.
Parameter() - Constructor for class org.appops.core.service.Parameter
Constructor for Parameter.
Parameter(int, String, Object) - Constructor for class org.appops.core.service.Parameter
Constructor for Parameter.
Parameter(int, String) - Constructor for class org.appops.core.service.Parameter
Constructor for Parameter.
parameterTypes() - Method in class org.appops.core.service.meta.ServiceOpMeta
Provides parameter types.
port() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
port.
PreviousJobResult - Annotation Type in org.appops.core.annotation
Deprecated.

Q

qualifiedUrl() - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Validates and returns qualified service url.

R

RequestMethod - Enum in org.appops.core.service
Constant declaring supported request method in appops.

S

Service - Annotation Type in org.appops.core.service.annotation
Annotation to be mark a service.
Service - Class in org.appops.core.service
Represents a service in appops.
Service(String) - Constructor for class org.appops.core.service.Service
Constructor for Service.
ServiceConfig - Class in org.appops.core.service
Deprecated.
ServiceConfig() - Constructor for class org.appops.core.service.ServiceConfig
Deprecated.
Default constructor.
ServiceConfig(String) - Constructor for class org.appops.core.service.ServiceConfig
Deprecated.
Constructor for ServiceConfig.
ServiceConfig(String, String) - Constructor for class org.appops.core.service.ServiceConfig
Deprecated.
Object constructor.
ServiceConfigMap - Class in org.appops.core.deployment
Deprecated.
ServiceConfigMap() - Constructor for class org.appops.core.deployment.ServiceConfigMap
Deprecated.
 
ServiceConfiguration - Class in org.appops.core.deployment
Represents appops deployment.
ServiceConfiguration() - Constructor for class org.appops.core.deployment.ServiceConfiguration
Default constructor.
ServiceConfiguration(String) - Constructor for class org.appops.core.deployment.ServiceConfiguration
Constructor for ServiceConfig.
ServiceConfiguration(String, String) - Constructor for class org.appops.core.deployment.ServiceConfiguration
Object constructor.
ServiceException - Exception in org.appops.core
All Service startup, shutdown and lifecyle related conditions are highlighted by this class
ServiceException(String) - Constructor for exception org.appops.core.ServiceException
Constructor for ServiceException.
ServiceMeta - Class in org.appops.core.service.meta
Stores definition of appops service.
ServiceMeta() - Constructor for class org.appops.core.service.meta.ServiceMeta
Constructor for ServiceMeta.
ServiceMeta(String) - Constructor for class org.appops.core.service.meta.ServiceMeta
Constructor for ServiceMeta.
serviceMeta() - Method in class org.appops.core.service.meta.ServiceOpMeta
serviceMeta.
serviceName() - Method in class org.appops.core.service.meta.ServiceOpMeta
serviceName.
ServiceOp - Annotation Type in org.appops.core.service.annotation
Marker annotation to mark a method as appops operation.
ServiceOpMeta - Class in org.appops.core.service.meta
Stores definition of appops operation.
ServiceOpMeta() - Constructor for class org.appops.core.service.meta.ServiceOpMeta
 
ServiceOpSignatureBuilder - Class in org.appops.core.service.signature
ServiceOpSignatureBuilder class.
ServiceOpSignatureBuilder() - Constructor for class org.appops.core.service.signature.ServiceOpSignatureBuilder
 
ServiceOrderComparator - Class in org.appops.core.service
Compares the service meta by deployment order.
ServiceOrderComparator() - Constructor for class org.appops.core.service.ServiceOrderComparator
 
ServiceRoute - Class in org.appops.core.service
Service route configuration, the class dynamically calculate qualified route to reach the service based on route strategy configured.
ServiceRoute(String, String) - Constructor for class org.appops.core.service.ServiceRoute
Constructor for ServiceRoute.
ServiceState - Enum in org.appops.core.service
Constants representing states of service.
serviceUrl() - Method in class org.appops.core.deployment.ServiceConfiguration
 
setAffinity(Double) - Method in class org.appops.core.job.JobMeta
Setter for the field affinity.
setAnnotationClass(String) - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
setAnnotationClass(Class<?>) - Method in class org.appops.core.deployment.ServiceConfiguration
Setter for the field annotationClass.
setAnnotationClass(Class<?>) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field annotationClass.
setAppConfigPath(String) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field appConfigPath.
setAppopsBlobUpload(Boolean) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setAsyncFlag(Boolean) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field asyncFlag.
setBinBlobField(Byte[]) - Method in class org.appops.core.response.Blob
 
setBlobKey(String) - Method in class org.appops.core.response.Blob
 
setByteArray(Byte[]) - Method in class org.appops.core.response.BlobResponse
Setter for the field byteArray.
setConfig(String) - Method in class org.appops.configuration.generator.ConfigWrapper
Setter for the field config.
setConfig(ConfigMap) - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
setConfigDir(File) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field configDir.
setConfigType(ConfigType) - Method in class org.appops.configuration.slimimpl.SlimImplIdentifier
 
setContainerConfig(ContainerConfig) - Method in class org.appops.core.deployment.ServiceConfiguration
Setter for the field containerConfig.
setContainerConfig(ContainerConfig) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field containerConfig.
setContextPath(String) - Method in class org.appops.core.deployment.WebConfig
 
setContextPath(String) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field contextPath.
setCreatedOn(Date) - Method in class org.appops.core.response.Blob
 
setCurrentProfile(String) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field currentProfile.
setCustomProvisionListener(ConfigurationProvider) - Method in class org.appops.configuration.guice.ConfigProvisionInterceptor
setCustomProvisionListener.
setDeploymentOrder(int) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field deploymentOrder.
setDescriptorType(DescriptorType) - Method in class org.appops.configuration.generator.ConfigWrapper
Setter for the field descriptorType.
setDockerFile(String) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field dockerFile.
setDownloadUrl(String) - Method in class org.appops.core.response.Blob
 
setDriver(String) - Method in class org.appops.core.deployment.JettyConfig
 
setDynamic(boolean) - Method in class org.appops.core.service.meta.ServiceMeta
setDynamic.
setDynamic(boolean) - Method in class org.appops.core.service.meta.ServiceOpMeta
setDynamic.
setEntryPoint(String) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field entryPoint.
setExecutionMode(ExecutionMode) - Method in class org.appops.core.deployment.ServiceConfiguration
Setter for the field executionMode.
setExecutionMode(ExecutionMode) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field executionMode.
setExecutionMode(ExecutionMode) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field executionMode.
setFileName(String) - Method in class org.appops.core.response.BlobResponse
Setter for the field fileName.
setFriendly(String) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field friendly.
setGatewayUrl(String) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setGuid(String) - Method in class org.appops.core.job.token.JobToken
Setter for the field guid.
setId(Integer) - Method in class org.appops.core.response.Blob
 
setId(Long) - Method in class org.appops.core.service.meta.InterfaceMeta
Setter for the field id.
setId(Long) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field id.
setId(Long) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field id.
setId(Long) - Method in class org.appops.core.service.Parameter
Setter for the field id.
setImage(String) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field image.
setImplModules(Set<Class<? extends Module>>) - Method in class org.appops.configuration.ModuleConfig
Setter for the field implModules.
setInputParameterClassName(String) - Method in class org.appops.core.job.token.JobTokenInputInfo
Setter for the field inputParameterClassName.
setInputParameterName(String) - Method in class org.appops.core.job.token.JobTokenInputInfo
Setter for the field inputParameterName.
setInputStream(InputStream) - Method in class org.appops.core.response.Blob
 
setIp(String) - Method in class org.appops.core.deployment.WebConfig
 
setIsBlobCompressed(Boolean) - Method in class org.appops.core.response.Blob
 
setIsUpdated(Boolean) - Method in class org.appops.core.response.Blob
 
setJettyConfig(JettyConfig) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setJobAffinity(Double) - Method in class org.appops.core.job.token.JobToken
Setter for the field jobAffinity.
setJobClassName(String) - Method in class org.appops.core.job.token.JobToken
Setter for the field jobClassName.
setJobExecServiceAddress(String) - Method in class org.appops.core.job.JobMeta
Setter for the field jobExecServiceAddress.
setJobTokenInputInfo(JobTokenInputInfo) - Method in class org.appops.core.job.token.JobToken
Setter for the field jobTokenInputInfo.
setJsonizer(Jsonizer) - Method in class org.appops.marshaller.MarshallerImpl
Setter for the field jsonizer.
setMajor(int) - Method in class org.appops.core.service.Version
Setter for the field major.
setMappedTo(long) - Method in class org.appops.core.service.meta.MappedOpMeta
Setter for the field mappedTo.
setMarshaller(Marshaller) - Method in class org.appops.configuration.generator.ConfigJsonGenerator
Setter for the field marshaller.
setMarshaller(Marshaller) - Method in class org.appops.configuration.guice.ConfigProvisionInterceptor
Setter for the field marshaller.
setMarshaller(Marshaller) - Method in class org.appops.configuration.loader.ConfigurationLoader
Setter for the field marshaller.
setMethod(RequestMethod) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field method.
setMimeType(String) - Method in class org.appops.core.response.Blob
 
setMimeType(String) - Method in class org.appops.core.response.BlobResponse
Setter for the field mimeType.
setMinor(int) - Method in class org.appops.core.service.Version
Setter for the field minor.
setMode(DeploymentMode) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field mode.
setMode(DeploymentMode) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setModifiedOn(Date) - Method in class org.appops.core.response.Blob
 
setModuleConfig(ModuleConfig) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field moduleConfig.
setModules(Set<Class<? extends Module>>) - Method in class org.appops.configuration.slimimpl.SlimImplStructure
 
setModules(ModuleConfig) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setName(String) - Method in class org.appops.core.service.meta.InterfaceMeta
Setter for the field name.
setName(String) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field name.
setName(String) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field name.
setName(String) - Method in class org.appops.core.service.Parameter
Setter for the field name.
setName(String) - Method in class org.appops.core.service.Service
Setter for the field name.
setNameOfFile(String) - Method in class org.appops.core.response.Blob
 
setOperations(Set<ServiceOpMeta>) - Method in class org.appops.core.service.meta.InterfaceMeta
Setter for the field operations.
setOrder(int) - Method in class org.appops.core.service.Parameter
Setter for the field order.
setPackageToScan(String) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setParameters(Map<String, Serializable>) - Method in class org.appops.core.job.JobBase
Setter for the field parameters.
setParameters(Map<String, Serializable>) - Method in class org.appops.core.job.token.JobToken
Setter for the field parameters.
setParameters(OpParameterMap) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field parameters.
setParent(ServiceMeta) - Method in class org.appops.core.service.meta.InterfaceMeta
Setter for the field parent.
setParent(InterfaceMeta) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field parent.
setParent(ServiceOpMeta) - Method in class org.appops.core.service.Parameter
Setter for the field parent.
setPassword(String) - Method in class org.appops.core.deployment.JettyConfig
 
setPatch(int) - Method in class org.appops.core.service.Version
Setter for the field patch.
setPath(String) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field path.
setPort(Integer) - Method in class org.appops.core.deployment.WebConfig
 
setQualifiedClassName(String) - Method in class org.appops.core.service.meta.InterfaceMeta
Setter for the field qualifiedClassName.
setQualifiedName(String) - Method in class org.appops.core.job.JobMeta
Setter for the field qualifiedName.
setResultTypeName(String) - Method in class org.appops.core.service.meta.ServiceOpMeta
Setter for the field resultTypeName.
setRoute(ServiceRoute) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field route.
setScheduleExpression(String) - Method in class org.appops.core.job.token.JobToken
Schedule expression to execute job token on.
setServiceConfig(ConfigMap) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setServiceName(String) - Method in class org.appops.configuration.slimimpl.SlimImplIdentifier
 
setServiceName(String) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setServiceName(String) - Method in class org.appops.core.job.token.JobToken
Setter for the field serviceName.
setServiceName(String) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field serviceName.
setServices(ServiceConfigMap) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field services.
setServiceUrl(String) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field serviceUrl.
setServiceUrl(String) - Method in class org.appops.core.service.ServiceRoute
Setter for the field serviceUrl.
setSize(Long) - Method in class org.appops.core.response.Blob
 
setSlimModules(Set<Class<? extends Module>>) - Method in class org.appops.configuration.ModuleConfig
Setter for the field slimModules.
setSnapshotInfo(String) - Method in class org.appops.core.service.Version
Setter for the field snapshotInfo.
setSourceContext(String) - Method in class org.appops.core.service.ServiceRoute
Setter for the field sourceContext.
setStage(Stage) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field stage.
setState(ServiceState) - Method in class org.appops.core.service.Service
Setter for the field state.
setTimeStamp(Long) - Method in class org.appops.core.response.Blob
 
setTokenType(TokenType) - Method in class org.appops.core.job.token.JobToken
Setter for the field tokenType.
setTypeName(String) - Method in class org.appops.core.service.Parameter
Setter for the field typeName.
setTypeScanner(TypeScanner) - Method in class org.appops.core.ClassPathAnalyser
Setter for the field typeScanner.
setUrl(String) - Method in class org.appops.core.deployment.DeploymentConfig
Deprecated.
Setter for the field url.
setUrl(String) - Method in class org.appops.core.deployment.JettyConfig
 
setUser(String) - Method in class org.appops.core.deployment.JettyConfig
 
setValue(T) - Method in class org.appops.core.constant.IterableConstant
Setter for the field value.
setValue(Object) - Method in class org.appops.core.service.Parameter
Setter for the field value.
setVersion(Version) - Method in class org.appops.core.service.meta.ServiceMeta
Setter for the field version.
setWebappDirectory(File) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setWebappDirectory(File) - Method in class org.appops.core.service.ServiceConfig
Deprecated.
Setter for the field webappDirectory.
setWebConfig(WebConfig) - Method in class org.appops.core.deployment.ServiceConfiguration
 
setXmlMarshaller(XmlMarshaller) - Method in class org.appops.marshaller.MarshallerImpl
Setter for the field xmlMarshaller.
setYamlMarshaller(YamlMarshaller) - Method in class org.appops.marshaller.MarshallerImpl
Setter for the field yamlMarshaller.
Slim - Annotation Type in org.appops.core.annotation
Slim class.
SlimImplConfigTable - Class in org.appops.configuration.slimimpl
 
SlimImplConfigTable() - Constructor for class org.appops.configuration.slimimpl.SlimImplConfigTable
 
SlimImplIdentifier - Class in org.appops.configuration.slimimpl
 
SlimImplIdentifier() - Constructor for class org.appops.configuration.slimimpl.SlimImplIdentifier
 
SlimImplIdentifier(ConfigType, String) - Constructor for class org.appops.configuration.slimimpl.SlimImplIdentifier
 
SlimImplStructure - Class in org.appops.configuration.slimimpl
Configuration File structure which contains modules ,Config classes.
SlimImplStructure() - Constructor for class org.appops.configuration.slimimpl.SlimImplStructure
 
SlimModule - Annotation Type in org.appops.core.annotation
 
Stage - Enum in org.appops.core.service
Deprecated.
Store<K,V> - Interface in org.appops.core.store
Base interface for all stores created under appops framework.
strippedParameters() - Method in class org.appops.core.service.meta.ServiceOpMeta
Strips and provides actual parameter values.
SubscriberListener - Annotation Type in org.appops.core.annotation
SubscriberListener class.
subTypesOf(Class<T>) - Method in class org.appops.core.ClassPathAnalyser
subTypesOf.

T

TEXT - Static variable in class org.appops.core.mime.MimeType
Constant TEXT
toJson(Object) - Method in class org.appops.marshaller.json.JacksonJsonizer
Creates a json string for an object.
toJson(Object) - Method in interface org.appops.marshaller.json.Jsonizer
Creates a json string for an object.
TokenType - Enum in org.appops.core.job.token
TokenType class.
toString() - Method in class org.appops.core.service.Version
toXml(Object) - Method in class org.appops.marshaller.xml.JacksonXmlMarshaller
Converts provided object into XML form.
toXml(Object) - Method in interface org.appops.marshaller.xml.XmlMarshaller
Converts provided object into XML form.
toYaml(Object) - Method in class org.appops.marshaller.yaml.JacksonYamlMarshaller
toYaml.
toYaml(Object) - Method in interface org.appops.marshaller.yaml.YamlMarshaller
toYaml.
TypeScanner - Class in org.appops.core
Scanner which scans details of class e.g.
TypeScanner() - Constructor for class org.appops.core.TypeScanner
 

U

UnmarshalException - Exception in org.appops.marshaller.exception
UnmarshalException class.
UnmarshalException(Throwable) - Constructor for exception org.appops.marshaller.exception.UnmarshalException
Constructor for UnmarshalException.
UnmarshalException(String) - Constructor for exception org.appops.marshaller.exception.UnmarshalException
Constructor for UnmarshalException.
unmarshall(String, Class<T>, DescriptorType) - Method in interface org.appops.marshaller.Marshaller
Unmarshals provided value using provided marshaling mechanism.
unmarshall(String, Class<T>, DescriptorType) - Method in class org.appops.marshaller.MarshallerImpl
Unmarshals provided value using provided marshaling mechanism.

V

value() - Method in class org.appops.core.constant.IterableConstant
Provides actual value stored in constant.
valueOf(String) - Static method in enum org.appops.core.constant.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.deployment.DeploymentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.job.token.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.service.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.service.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.service.ServiceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.appops.core.service.Stage
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.appops.core.constant.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.deployment.DeploymentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.job.token.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.service.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.service.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.service.ServiceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.appops.core.service.Stage
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.appops.core.service
Slim that represents version of an appops services as well as it's assets.
Version() - Constructor for class org.appops.core.service.Version
Constructor for Version.
Version(int, int, int) - Constructor for class org.appops.core.service.Version
Object constructor.
Version(int, int, int, String) - Constructor for class org.appops.core.service.Version
Object constructor.

W

WebConfig - Class in org.appops.core.deployment
Represents Web configuration.
WebConfig() - Constructor for class org.appops.core.deployment.WebConfig
 
withDockerFileOrBaseDirectory(File) - Method in class org.appops.configuration.ContainerConfig
Creates container configuration using either container directory or docker file.

X

XML - Static variable in class org.appops.core.mime.MimeType
Constant XML
XML - Static variable in class org.appops.marshaller.DescriptorType
Constant XML
XmlMarshaller - Interface in org.appops.marshaller.xml
XmlMarshaller interface.

Y

YamlMarshaller - Interface in org.appops.marshaller.yaml
YamlMarshaller interface.
YML - Static variable in class org.appops.marshaller.DescriptorType
Constant YML

Z

zip(File, File) - Method in class org.appops.core.util.ZipUtils
zip.
zip(File[], File) - Method in class org.appops.core.util.ZipUtils
Zips list of files passed.
ZipUtils - Class in org.appops.core.util
ZipUtils class.
ZipUtils() - Constructor for class org.appops.core.util.ZipUtils
 
A B C D E F G H I J L M O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2022. All rights reserved.