org.camunda.bpm.cycle.connector
Class ContentInformation

java.lang.Object
  extended by org.camunda.bpm.cycle.connector.ContentInformation
All Implemented Interfaces:
Serializable

public class ContentInformation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ContentInformation(boolean isAvailable, Date lastModified)
           
 
Method Summary
 boolean exists()
           
 Date getLastModified()
          Returns last modified date normalized to seconds accuracy.
static ContentInformation notFound()
          Standard ContentInformation for not found files.
 void setAvailable(boolean isAvailable)
           
 void setLastModified(Date lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentInformation

public ContentInformation(boolean isAvailable,
                          Date lastModified)
Method Detail

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.