Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.model
Interface RepositoryModelOperation

All Known Implementing Classes:
BaseRepositoryModelOperation

public interface RepositoryModelOperation


Method Summary
 void execute(FileEntry fileEntry)
           
 void execute(FileShortcut fileShortcut)
           
 void execute(FileVersion fileVersion)
           
 void execute(Folder folder)
           
 

Method Detail

execute

void execute(FileEntry fileEntry)
             throws PortalException
Throws:
PortalException

execute

void execute(FileShortcut fileShortcut)
             throws PortalException
Throws:
PortalException

execute

void execute(FileVersion fileVersion)
             throws PortalException
Throws:
PortalException

execute

void execute(Folder folder)
             throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4