Package org.alfresco.repo.webdav
Class PropPatchMethod.PropertyAction
java.lang.Object
org.alfresco.repo.webdav.PropPatchMethod.PropertyAction
- Enclosing class:
- PropPatchMethod
Stores information about PROPPATCH action(set or remove) an according property.
- Author:
- Ivan Rybnikov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SET
public static final int SET- See Also:
-
REMOVE
public static final int REMOVE- See Also:
-
-
Constructor Details
-
PropertyAction
Constructor- Parameters:
action
- intproperty
- WebDAVProperty
-
-
Method Details