|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrContentPayloadType | |
---|---|
org.mule.transport.jcr | A transport that provides connectivity to JCR repositories. |
org.mule.transport.jcr.support |
Uses of JcrContentPayloadType in org.mule.transport.jcr |
---|
Methods in org.mule.transport.jcr that return JcrContentPayloadType | |
---|---|
static JcrContentPayloadType |
JcrContentPayloadType.fromString(String type)
|
JcrContentPayloadType |
JcrMessageReceiverContext.getContentPayloadType()
|
static JcrContentPayloadType |
JcrContentPayloadType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JcrContentPayloadType[] |
JcrContentPayloadType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of JcrContentPayloadType in org.mule.transport.jcr.support |
---|
Methods in org.mule.transport.jcr.support with parameters of type JcrContentPayloadType | |
---|---|
static JcrMessage |
JcrNodeUtils.newJcrMessage(javax.jcr.observation.Event event,
javax.jcr.Session session,
JcrContentPayloadType contentPayloadType)
|
static Serializable |
JcrPropertyUtils.outputPropertyValue(String propertyPath,
javax.jcr.Value propertyValue,
JcrContentPayloadType contentPayloadType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |