|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.util.MetaData
public class MetaData
Method Summary | |
---|---|
String |
getAuthor()
Return Author of an Office document |
List<String> |
getAvailablePropertyNames()
|
protected BigDecimal |
getBigDecimal(org.apache.tika.metadata.Property property)
|
String |
getComments()
Return Comments of an Office document |
Date |
getCreationDate()
Return CreateDateTime of an Office document |
protected Date |
getDate(org.apache.tika.metadata.Property property)
|
Definition |
getDefinition()
Return the definition of the file. |
TimeData |
getDuration()
Return the duration of the file. |
BigDecimal |
getFramerate()
Return the duration of the file. |
protected Integer |
getInteger(org.apache.tika.metadata.Property property)
|
String[] |
getKeywords()
Return Keywords of an Office document |
Date |
getLastSaveDateTime()
|
protected Long |
getLong(org.apache.tika.metadata.Property property)
|
protected Long |
getLong(String propertyName)
|
MemoryData |
getMemoryData()
Return the memory data. |
int |
getSecurity()
Return Security of an Office document |
String |
getSilverId()
Return SILVERID of an Office document |
String |
getSilverName()
Return SILVERNAME of an Office document |
String |
getSubject()
Return Subject of an Office document |
String |
getTitle()
Return Title of an Office document |
String |
getValue(String name)
|
protected Date |
parseDate(org.apache.tika.metadata.Property property)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getValue(String name)
public List<String> getAvailablePropertyNames()
public String getTitle()
public String getSubject()
public String getAuthor()
public String getComments()
public int getSecurity()
public String[] getKeywords()
public String getSilverId()
public String getSilverName()
public Date getLastSaveDateTime()
public Date getCreationDate()
public Definition getDefinition()
public BigDecimal getFramerate()
public TimeData getDuration()
public MemoryData getMemoryData()
protected Date getDate(org.apache.tika.metadata.Property property)
protected Integer getInteger(org.apache.tika.metadata.Property property)
protected Long getLong(org.apache.tika.metadata.Property property)
protected Long getLong(String propertyName)
protected BigDecimal getBigDecimal(org.apache.tika.metadata.Property property)
protected Date parseDate(org.apache.tika.metadata.Property property)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |