org.apache.jackrabbit.command.core
Class SetProperty

java.lang.Object
  extended byorg.apache.jackrabbit.command.core.AbstractSetProperty
      extended byorg.apache.jackrabbit.command.core.SetProperty
All Implemented Interfaces:
org.apache.commons.chain.Command

public class SetProperty
extends AbstractSetProperty

Set a Property Value to the current working Node


Field Summary
 
Fields inherited from class org.apache.jackrabbit.command.core.AbstractSetProperty
nameKey, parentPathKey, typeKey, valueKey
 
Constructor Summary
SetProperty()
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context ctx)
          
 
Methods inherited from class org.apache.jackrabbit.command.core.AbstractSetProperty
getNameKey, getParentPathKey, getTypeKey, getValueKey, setNameKey, setParentPathKey, setTypeKey, setValueKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetProperty

public SetProperty()
Method Detail

execute

public boolean execute(org.apache.commons.chain.Context ctx)
                throws Exception

Throws:
Exception


Copyright © 2005 . All Rights Reserved.