org.exoplatform.jcr.benchmark.usecases.portal
Class WritePageAction
java.lang.Object
org.exoplatform.jcr.benchmark.usecases.portal.AbstractAction
org.exoplatform.jcr.benchmark.usecases.portal.AbstractWriteAction
org.exoplatform.jcr.benchmark.usecases.portal.WritePageAction
public class WritePageAction
- extends AbstractWriteAction
Created by The eXo Platform SAS.
Date:
- Version:
- $Id: WritePageAction.java 111 2008-11-11 11:11:11Z serg $
- Author:
- Karpenko Sergiy
|
Constructor Summary |
WritePageAction(org.exoplatform.services.jcr.impl.core.RepositoryImpl repository,
java.lang.String workspace,
java.lang.String rootName,
int depth,
java.lang.String stringValue,
byte[] binaryValue,
int multiValueSize,
int removeProperties,
int setProperties,
int removeSubNodes,
int addSubNodes)
|
|
Method Summary |
void |
perform()
Performs action on the page (possibly read, write or what ever) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
removeProperties
protected int removeProperties
setProperties
protected int setProperties
removeSubNodes
protected int removeSubNodes
addSubNodes
protected int addSubNodes
WritePageAction
public WritePageAction(org.exoplatform.services.jcr.impl.core.RepositoryImpl repository,
java.lang.String workspace,
java.lang.String rootName,
int depth,
java.lang.String stringValue,
byte[] binaryValue,
int multiValueSize,
int removeProperties,
int setProperties,
int removeSubNodes,
int addSubNodes)
perform
public void perform()
throws javax.jcr.RepositoryException
- Description copied from class:
AbstractAction
- Performs action on the page (possibly read, write or what ever)
- Specified by:
perform in class AbstractAction
- Throws:
javax.jcr.RepositoryException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.