Uses of Class
ch.ivyteam.ivy.cm.CoType
-
Packages that use CoType Package Description ch.ivyteam.ivy.cm This package contains classes that are required to work with the content management of Axon.ivy: e.g. -
-
Uses of CoType in ch.ivyteam.ivy.cm
Methods in ch.ivyteam.ivy.cm that return CoType Modifier and Type Method Description CoType
IContentObjectType. getCoType()
Gets theCoType
enum constant for thisIContentObjectType
.Methods in ch.ivyteam.ivy.cm with parameters of type CoType Modifier and Type Method Description IContentObject
IContentObject. addChild(String name, String description, CoType type, String user)
Creates a child ContentObject for this ContentObject.
-