|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandleType | |
---|---|
com.gentics.api.portalnode.connector | Package containing a factory to create all initial objects you need, and some helper classes. |
Uses of HandleType in com.gentics.api.portalnode.connector |
---|
Methods in com.gentics.api.portalnode.connector that return HandleType | |
---|---|
static HandleType |
HandleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HandleType[] |
HandleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.gentics.api.portalnode.connector with parameters of type HandleType | |
---|---|
static void |
PortalConnectorFactory.registerHandle(java.lang.String id,
HandleType type,
java.util.Map<java.lang.String,java.lang.String> parameters)
Register a datasource handle at the factory. |
static void |
PortalConnectorFactory.registerHandle(java.lang.String id,
HandleType type,
java.util.Map<java.lang.String,java.lang.String> parameters,
boolean allowOverwrite)
Register a datasource handle at the factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |