All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.content.SyncContentService Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.content;

import com.enonic.xp.annotation.PublicApi;

@PublicApi
public interface SyncContentService
{
    void resetInheritance( ResetContentInheritParams params );

    void syncProject( ProjectSyncParams params );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy