|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.attachment.ActifyDocumentProcessor
public class ActifyDocumentProcessor
A processor of documents with 3D images or CAD for the Actify tool. The CAD documents imported in Silverpeas are treated by this processor so that Actify can convert them into the 3D format. This 3D documents produced by Actify are then imported by Silverpeas.
Method Summary | |
---|---|
static String |
getActifyResultPath()
Gets the absolute path of the directory containing the 3D documents generated by Actify and to import in Silverpeas. |
static String |
getActifySourcePath()
Gets the absolute path of the directory into which the CAD documents are uploaded and from which Actify scans for files to convert in 3D format. |
static String |
getCRONForActifyImport()
Gets the CRON instruction to schedule the import of 3D documents generated by Actify into Silverpeas. |
static String |
getCRONForActifyPurge()
Gets the CRON instruction to schedule the purge of CAD documents scanned by Actify to generate the 3D documents. |
static int |
getDelayBeforeImport()
Gets the delay before the import of a 3D document. |
static int |
getDelayBeforePurge()
Gets the delay before the purge of CAD documents scanned by Actify. |
static ActifyDocumentProcessor |
getProcessor()
Gets an instance of ActifyDocumentProcessor . |
static String[] |
getSupportedCADExtensions()
Gets the CAD file extensions supported by Actify. |
static boolean |
isActifySupportEnabled()
Is the support of CAD documents processing is enabled? |
static boolean |
isCADDocumentSupported(String fileName)
Is the specified file is a CAD document supported by Actify? |
void |
process(SimpleDocument document)
Processes the specified CAD document by placing it in the location expected by Actify. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isActifySupportEnabled()
public static String getCRONForActifyImport()
public static String getCRONForActifyPurge()
public static String getActifySourcePath()
public static String getActifyResultPath()
public static String[] getSupportedCADExtensions()
public static int getDelayBeforeImport()
public static int getDelayBeforePurge()
public static boolean isCADDocumentSupported(String fileName)
fileName
- the file name.
public static ActifyDocumentProcessor getProcessor()
ActifyDocumentProcessor
.
public void process(SimpleDocument document) throws IOException
document
- a CAD document.
IOException
- if an error occurs while putting the document into the expected location.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |