Package ch.ivyteam.ivy.cm
Interface IContentObjectType
-
public interface IContentObjectTypeContent Object Type- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoTypegetCoType()Gets theCoTypeenum constant for thisIContentObjectType.StringgetFileExtension()Gets the file extensionCoMimeTypegetMimeType()Gets the MIME typeStringgetName()Gets the namebooleanisDownloadable()Is the type directly downloadable
-
-
-
Method Detail
-
getName
String getName()
Gets the name- Returns:
- name
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
getMimeType
CoMimeType getMimeType()
Gets the MIME type- Returns:
- MIME type
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
getCoType
CoType getCoType()
Gets theCoTypeenum constant for thisIContentObjectType.- Returns:
- the
CoTypevalue that represents this type - API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
isDownloadable
boolean isDownloadable()
Is the type directly downloadable- Returns:
- true if it is, otherwise false
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
getFileExtension
String getFileExtension()
Gets the file extension- Returns:
- file extension
- API:
- This public API is available in IvyScript and Java. It has the visibility ADVANCED.
-
-