@Portable public class Metadata extends Object
| Constructor and Description |
|---|
Metadata() |
Metadata(org.uberfire.backend.vfs.Path path,
org.uberfire.backend.vfs.Path realPath,
String checkinComment,
String lastContributor,
String creator,
Date lastModified,
Date dateCreated,
String subject,
String type,
String externalRelation,
String externalSource,
String description,
List<String> categories,
List<DiscussionRecord> discussion,
List<org.uberfire.java.nio.base.version.VersionRecord> version,
org.uberfire.backend.vfs.impl.LockInfo lockInfo,
boolean unlockAllowed) |
public Metadata()
public Metadata(org.uberfire.backend.vfs.Path path,
org.uberfire.backend.vfs.Path realPath,
String checkinComment,
String lastContributor,
String creator,
Date lastModified,
Date dateCreated,
String subject,
String type,
String externalRelation,
String externalSource,
String description,
List<String> categories,
List<DiscussionRecord> discussion,
List<org.uberfire.java.nio.base.version.VersionRecord> version,
org.uberfire.backend.vfs.impl.LockInfo lockInfo,
boolean unlockAllowed)
public org.uberfire.backend.vfs.Path getPath()
public org.uberfire.backend.vfs.Path getRealPath()
public String getCheckinComment()
public String getLastContributor()
public String getCreator()
public Date getLastModified()
public Date getDateCreated()
public String getSubject()
public String getType()
public String getExternalRelation()
public String getExternalSource()
public String getDescription()
public List<DiscussionRecord> getDiscussion()
public List<org.uberfire.java.nio.base.version.VersionRecord> getVersion()
public org.uberfire.backend.vfs.impl.LockInfo getLockInfo()
public void setLockInfo(org.uberfire.backend.vfs.impl.LockInfo lockInfo)
public boolean isUnlockAllowed()
public void setSubject(String subject)
public void setType(String type)
public void setExternalRelation(String externalRelation)
public void setExternalSource(String externalSource)
public void addDiscussion(DiscussionRecord discussionRecord)
public void eraseDiscussion()
public void addCategory(String category)
public void removeCategory(int idx)
public void setDescription(String description)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.