public class WorkplaceFunctionTreeInfoManager
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WorkplaceFunctionTreeInfoManager() |
| Modifier and Type | Method and Description |
|---|---|
static WorkplaceFunctionTreeInfoNode |
loadFunctionTreeInfo(java.lang.String treeName)
Reads the function tree from the configuration/stream store.
|
static WorkplaceFunctionTreeInfoNode |
loadFunctionTreeInfo(java.lang.String treeName,
boolean resolveEmbeddedTrees)
Reads the function tree from the configuration/stream store.
|
static void |
main(java.lang.String[] args) |
static java.lang.String |
marshalFunctionTreeInfo(WorkplaceFunctionTreeInfoNode wfti) |
static void |
storeFunctionTreeInfo(java.lang.String treeName,
WorkplaceFunctionTreeInfoNode wfti) |
static WorkplaceFunctionTreeInfoNode |
unmarshalFunctionTreeInfo(java.lang.String xml) |
public static WorkplaceFunctionTreeInfoNode loadFunctionTreeInfo(java.lang.String treeName)
public static WorkplaceFunctionTreeInfoNode loadFunctionTreeInfo(java.lang.String treeName, boolean resolveEmbeddedTrees)
resolveEmbeddedTrees - If set to true then embedded trees are resolved.public static WorkplaceFunctionTreeInfoNode unmarshalFunctionTreeInfo(java.lang.String xml)
public static void storeFunctionTreeInfo(java.lang.String treeName,
WorkplaceFunctionTreeInfoNode wfti)
public static java.lang.String marshalFunctionTreeInfo(WorkplaceFunctionTreeInfoNode wfti)
public static void main(java.lang.String[] args)
Copyright © CaptainCasa Gmbh. All Rights Reserved.