com.ibm.commerce.content.version

Interface ContentVersionService

  • All Known Implementing Classes:
    AbstractContentVersionServiceImpl


    public interface ContentVersionService
    This interface defines the Content Version service action. The action can be create, restore and delete actions.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setNoun

        void setNoun(ContentVersionType noun)
        Sets the noun.
        Parameters:
        noun - a content version noun.
      • setConnection

        void setConnection(java.sql.Connection connection)
        Sets the connection
        Parameters:
        connection - a jdbc connection.
      • setAction

        void setAction(ContentVersionService.Action action)
        Sets the action which can be CREATE, RESTORE or DELETE.
        Parameters:
        action - an action.