com.day.cq.workflow.model

Interface WorkflowModelSerializer

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static String MIME_TYPE
      Property for the mime type of the serialization format of the WorkflowModelSerializer.
      static String TYPE
      Property for the type serialization type of the WorkflowModelSerializer.
    • Field Detail

      • TYPE

        static final String TYPE
        Property for the type serialization type of the WorkflowModelSerializer.
        See Also:
        Constant Field Values
      • MIME_TYPE

        static final String MIME_TYPE
        Property for the mime type of the serialization format of the WorkflowModelSerializer.
        See Also:
        Constant Field Values
    • Method Detail

      • getType

        String getType()
        Returns the type of the WorkflowModelSerializer. Must return a unique string describing the type of the WorkflowModelSerializer and serialization format respectively.
        Returns:
        Unique string identifier for the type of the WorkflowModelSerializer and serialization format.
      • getMimeType

        String getMimeType()
        Returns the mime type of the WorkflowModelSerializers serialization format.
        Returns:
        The mime type of the serialized format.

"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"