Uses of Class
com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain.SimpleContent.ContentStatus
-
Packages that use SimpleContent.ContentStatus Package Description com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain -
-
Uses of SimpleContent.ContentStatus in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain that return SimpleContent.ContentStatus Modifier and Type Method Description static SimpleContent.ContentStatusSimpleContent.ContentStatus. fromString(String status)SimpleContent.ContentStatusSimpleContent. getStatus()static SimpleContent.ContentStatusSimpleContent.ContentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleContent.ContentStatus[]SimpleContent.ContentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.content.domain with parameters of type SimpleContent.ContentStatus Modifier and Type Method Description voidSimpleContent. setStatus(SimpleContent.ContentStatus status)
-