org.camunda.bpm.cycle.connector
Class ContentInformation
java.lang.Object
org.camunda.bpm.cycle.connector.ContentInformation
- All Implemented Interfaces:
- Serializable
public class ContentInformation
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentInformation
public ContentInformation(boolean isAvailable,
Date lastModified)
exists
public boolean exists()
setAvailable
public void setAvailable(boolean isAvailable)
getLastModified
public Date getLastModified()
- Returns last modified date normalized to seconds accuracy.
setLastModified
public void setLastModified(Date lastModified)
notFound
public static ContentInformation notFound()
- Standard
ContentInformation for not found files.
- Returns:
Copyright © 2014 camunda services GmbH. All rights reserved.