Package org.opencms.ade.publish.shared
Class CmsPublishResourceInfo
java.lang.Object
org.opencms.ade.publish.shared.CmsPublishResourceInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsPublishResourceInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
A publish resource additional information bean.
- Since:
- 7.6
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Reason value constants, when resources can not be published. -
Constructor Summary
ModifierConstructorDescriptionprotected
For serialization.CmsPublishResourceInfo
(String value, CmsPublishResourceInfo.Type type) Creates a new publish resource additional information bean.CmsPublishResourceInfo
(String value, CmsPublishResourceInfo.Type type, boolean hidden) Creates a new publish resource additional information bean. -
Method Summary
-
Constructor Details
-
CmsPublishResourceInfo
protected CmsPublishResourceInfo()For serialization.
-
Method Details
-
getType
Returns the type.- Returns:
- the type
-
getValue
Returns the value.- Returns:
- the value
-
hasProblemType
Returns if there is a problem type set.- Returns:
true
if the problem type is set
-
isHidden
Returns true if the publish resource should be hidden.- Returns:
- true if the publish resource should be hidden
-