Uses of Class
org.apache.jackrabbit.core.xml.ClonedInputSource
-
Packages that use ClonedInputSource Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.xml -
-
Uses of ClonedInputSource in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster with parameters of type ClonedInputSource Modifier and Type Method Description void
ClusterNode. workspaceCreated(String workspaceName, ClonedInputSource inputSource)
void
WorkspaceEventChannel. workspaceCreated(String workspaceName, ClonedInputSource inputSource)
Constructors in org.apache.jackrabbit.core.cluster with parameters of type ClonedInputSource Constructor Description WorkspaceRecord(String workspace, ClonedInputSource inputSource, Record record)
Creates a newWorkspaceRecord
for create workspace action. -
Uses of ClonedInputSource in org.apache.jackrabbit.core.xml
Methods in org.apache.jackrabbit.core.xml that return ClonedInputSource Modifier and Type Method Description ClonedInputSource
ClonedInputSource. cloneInputSource()
Make a clone if this input source.
-