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

I

IApplicationManager - Interface in com.mymed.controller.core.manager.application
Manage the profile of an user
IAuthenticationManager - Interface in com.mymed.controller.core.manager.authentication
 
IBuddiesManager - Interface in com.mymed.controller.core.manager.buddy
 
ICassandraWrapper - Interface in com.mymed.model.core.wrappers.cassandra.api07
CassandraWrapper API - for Cassandra starting at version 0.7
IConnection - Interface in com.mymed.controller.core.manager.connection
Interface to have a common set of methods in case we want to implement a different class of connections for mymed.
IConnectionManager - Interface in com.mymed.controller.core.manager.connection
Common interface for a connection manager
IConnectionPool - Interface in com.mymed.controller.core.manager.connection
Common interface for the implementation of a pool
ID - Static variable in interface com.mymed.controller.core.requesthandler.IMyJamCallAttributes
Attributes
IInteractionManager - Interface in com.mymed.controller.core.manager.interaction
 
IInteractionManager - Interface in com.mymed.controller.core.manager.interaction.old
 
IMyJamCallAttributes - Interface in com.mymed.controller.core.requesthandler
 
IMyJamStorageManager - Interface in com.mymed.controller.core.manager.storage
 
inferTpye(Class<?>) - Static method in enum com.mymed.utils.ClassType
Infer the class type of the given, unknown, class
inferType(Object) - Static method in enum com.mymed.utils.ClassType
Infer the class type of the given Object
inferType(Type) - Static method in enum com.mymed.utils.ClassType
Infer the class type of the given, unknown, class
insert(String, ColumnParent, Column, ConsistencyLevel) - Method in class com.mymed.model.core.wrappers.cassandra.api07.CassandraWrapper
 
insert(String, ColumnParent, Column, ConsistencyLevel) - Method in interface com.mymed.model.core.wrappers.cassandra.api07.ICassandraWrapper
Insert a Column consisting of (name, value, timestamp) at the given ColumnPath.column_family and optional ColumnPath.super_column.
insertColumn(String, String, byte[], byte[]) - Method in interface com.mymed.controller.core.manager.storage.IMyJamStorageManager
Is more general then the method insertColumn of IStorageManager, the name of the column can be something different from a String.
insertColumn(String, String, String, byte[]) - Method in interface com.mymed.controller.core.manager.storage.IStorageManager
Update the value of a Simple Column
insertColumn(String, String, String, byte[]) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertColumn(String, String, byte[], byte[]) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertColumn(String, String, String, byte[]) - Method in class com.mymed.controller.core.manager.storage.StorageManager
Update the value of a Simple Column
insertDbTableObject(Object) - Method in class com.mymed.controller.core.manager.reputation.db.facade.TransactionManager
 
insertExpiringColumn(String, String, byte[], byte[], byte[], long, int) - Method in interface com.mymed.controller.core.manager.storage.IMyJamStorageManager
It allows to insert an expiring column.
insertExpiringColumn(String, String, byte[], byte[], long, int) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertExpiringColumn(String, String, byte[], byte[], byte[], long, int) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertFeedback(String, String, MFeedBackBean) - Method in class com.mymed.controller.core.manager.myjam.MyJamManager
 
insertIntoList(String, String, String) - Method in class com.mymed.controller.core.manager.reputation.db.facade.TransactionManager
 
INSERTKEY - Static variable in class com.mymed.controller.core.requesthandler.debug.DebugConsole
 
insertReport(MReportBean, int, int) - Method in class com.mymed.controller.core.manager.myjam.MyJamManager
Insert a new report on the DB
insertSlice(String, String, Map<String, byte[]>) - Method in interface com.mymed.controller.core.manager.storage.IStorageManager
Insert a new entry in the database
insertSlice(String, String, Map<String, byte[]>) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertSlice(String, String, Map<String, byte[]>) - Method in class com.mymed.controller.core.manager.storage.StorageManager
Insert a new entry in the database
insertSuperColumn(String, String, String, String, byte[]) - Method in interface com.mymed.controller.core.manager.storage.IStorageManager
Update the value of a Super Column
insertSuperColumn(String, String, String, String, byte[]) - Method in class com.mymed.controller.core.manager.storage.MyJamStorageManager
 
insertSuperColumn(String, String, String, String, byte[]) - Method in class com.mymed.controller.core.manager.storage.StorageManager
Update the value of a Super Column
insertSuperSlice(String, String, String, Map<String, byte[]>) - Method in interface com.mymed.controller.core.manager.storage.IStorageManager
Insert a new entry in the database
insertSuperSlice(String, String, String, Map<String, byte[]>) - Method in class com.mymed.controller.core.manager.storage.StorageManager
Insert a new entry in the database
insertUpdate(String, MReportBean) - Method in class com.mymed.controller.core.manager.myjam.MyJamManager
 
instance - Static variable in class com.mymed.controller.core.manager.reputation.primary_key.comparator.OrderByTimeVerdict
 
InteractionManager - Class in com.mymed.controller.core.manager.interaction
Manage the reputation of a user
InteractionManager() - Constructor for class com.mymed.controller.core.manager.interaction.InteractionManager
 
InteractionManager(StorageManager) - Constructor for class com.mymed.controller.core.manager.interaction.InteractionManager
 
InteractionManager - Class in com.mymed.controller.core.manager.interaction.old
Manage the reputation of a user
InteractionManager() - Constructor for class com.mymed.controller.core.manager.interaction.old.InteractionManager
 
InteractionManager(StorageManager) - Constructor for class com.mymed.controller.core.manager.interaction.old.InteractionManager
 
InteractionRequestHandler - Class in com.mymed.controller.core.requesthandler
Servlet implementation class InteractionRequestHandler
InteractionRequestHandler() - Constructor for class com.mymed.controller.core.requesthandler.InteractionRequestHandler
 
InternalBackEndException - Exception in com.mymed.controller.core.exception
Use to return an explicit server Error 500 to the frontend
InternalBackEndException(String) - Constructor for exception com.mymed.controller.core.exception.InternalBackEndException
 
InternalBackEndException(Exception) - Constructor for exception com.mymed.controller.core.exception.InternalBackEndException
 
introspection(Class<? extends AbstractMBean>, Map<byte[], byte[]>) - Method in class com.mymed.controller.core.manager.AbstractManager
Introspection
intToByteBuffer(int) - Static method in class com.mymed.utils.MConverter
Convert an integer value into a ByteBuffer
intToByteBuffer(Integer) - Static method in class com.mymed.utils.MConverter
Convert an integer value into a ByteBuffer
IOBackEndException - Exception in com.mymed.controller.core.exception
Use to return an explicit server Error 404 to the frontend
IOBackEndException(String, int) - Constructor for exception com.mymed.controller.core.exception.IOBackEndException
 
IPositionManager - Interface in com.mymed.controller.core.manager.position
 
IProfileManager - Interface in com.mymed.controller.core.manager.profile
Manage the profile of an user
IProperties - Interface in com.mymed.properties
Interface for accessing properties file
IPropType - Interface in com.mymed.properties
Interface for defining a common properties type holder
IPubSubManager - Interface in com.mymed.controller.core.manager.pubsub
Manage the profile of an user
IRegistrationManager - Interface in com.mymed.controller.core.manager.registration
 
IReputationManager - Interface in com.mymed.controller.core.manager.reputation.old
 
ISessionManager - Interface in com.mymed.controller.core.manager.session
 
isExpired() - Method in class com.mymed.model.data.session.MSessionBean
 
isOpen() - Method in class com.mymed.controller.core.manager.connection.Connection
 
isOpen() - Method in interface com.mymed.controller.core.manager.connection.IConnection
Check if the connection is open or not
isP2P() - Method in class com.mymed.model.data.session.MSessionBean
 
isPredicate() - Method in class com.mymed.model.data.application.MOntologyBean
 
IStorageManager - Interface in com.mymed.controller.core.manager.storage
This class represent the DAO pattern: Access to data varies depending on the source of the data.

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