org.guvnor.common.services.backend.metadata.attribute
Class DiscussionView
java.lang.Object
org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
org.guvnor.common.services.backend.metadata.attribute.DiscussionView
- All Implemented Interfaces:
- org.uberfire.java.nio.base.ExtendedAttributeView, org.uberfire.java.nio.base.NeedsPreloadedAttrs, org.uberfire.java.nio.file.attribute.AttributeView, org.uberfire.java.nio.file.attribute.BasicFileAttributeView, org.uberfire.java.nio.file.attribute.FileAttributeView
public class DiscussionView
- extends org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
- implements org.uberfire.java.nio.base.NeedsPreloadedAttrs
| Fields inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView |
path |
|
Constructor Summary |
DiscussionView(org.uberfire.java.nio.base.AbstractPath path)
|
| Methods inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView |
isSerializable, readAllAttributes, setTimes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISCUSS
public static final String DISCUSS
- See Also:
- Constant Field Values
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
AUTHOR
public static final String AUTHOR
- See Also:
- Constant Field Values
NOTE
public static final String NOTE
- See Also:
- Constant Field Values
DiscussionView
public DiscussionView(org.uberfire.java.nio.base.AbstractPath path)
name
public String name()
- Specified by:
name in interface org.uberfire.java.nio.file.attribute.AttributeView- Overrides:
name in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
readAttributes
public DiscussionAttributes readAttributes()
throws org.uberfire.java.nio.IOException
- Specified by:
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeView- Specified by:
readAttributes in interface org.uberfire.java.nio.file.attribute.BasicFileAttributeView
- Throws:
org.uberfire.java.nio.IOException
readAttributes
public Map<String,Object> readAttributes(String... attributes)
- Specified by:
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeView- Overrides:
readAttributes in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
viewTypes
public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
- Specified by:
viewTypes in interface org.uberfire.java.nio.base.ExtendedAttributeView
setAttribute
public void setAttribute(String attribute,
Object value)
throws org.uberfire.java.nio.IOException
- Specified by:
setAttribute in interface org.uberfire.java.nio.base.ExtendedAttributeView- Overrides:
setAttribute in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
- Throws:
org.uberfire.java.nio.IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.